tail_set


Description:

public abstract SortedSet<G> tail_set (G after)

Returns the sub-set of this sorted set containing elements equal or higher than the specified element.

Parameters:

after

the higher exclusive bound for the sub-set

Returns:

the corresponding sub-set of this sorted set