NavigableSubMap.m

The backing map.

class NavigableSubMap(K, V)
protected
TreeMap!(K, V) m;

Meta