|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectit.unimi.dsi.fastutil.SortedSets
A class providing static methods and objects that do useful things with sorted sets.
Collections
Field Summary | |
static Sets.EmptySet |
EMPTY_SET
An empty sorted set (immutable). |
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
public static final Sets.EmptySet EMPTY_SET
The class of this objects represent an abstract empty sorted set
that is a subset of any type of sorted set. Thus, EMPTY_SET
may be assigned to a variable of any (sorted) type-specific set.
Note that this is just a useful copy of Sets.EMPTY_SET
.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |