sub_set


Description:

public SortedSet<G?> sub_set ( G? after, G? before)

Returns the right-open sub-set of this sorted set, thus containing elements equal or higher than the specified from element, and stricly lower than the specified to element.


Generated by Valadoc