head_set
Description:
public abstract SortedSet<
G>
head_set (
G before)
Returns the sub-set of this sorted set containing elements strictly lower than the specified element.
Parameters:
before |
the lower inclusive bound for the sub-set
|
Returns:
the corresponding sub-set of this sorted set
|