Class LongSortedSets.EmptySet

All Implemented Interfaces:
LongBidirectionalIterable, LongCollection, LongIterable, LongSet, LongSortedSet, Serializable, Cloneable, Iterable<Long>, Collection<Long>, Set<Long>, SortedSet<Long>
Enclosing class:
LongSortedSets

public static class LongSortedSets.EmptySet extends LongSets.EmptySet implements LongSortedSet, Serializable, Cloneable
An immutable class representing the empty sorted set and implementing a type-specific set interface.

This class may be useful to implement your own in case you subclass a type-specific sorted set.

See Also: