sub_map


Description:

public override SortedMap<K,V> sub_map (K after, K before)

Returns right-open map (i.e. containing all pair which key is strictly lower then the second argument and equal or bigger then the first one).

Null as one parameter means that it should include all from this side.