Class DoubleSortedSets.EmptySet

All Implemented Interfaces:
DoubleBidirectionalIterable, DoubleCollection, DoubleIterable, DoubleSet, DoubleSortedSet, Serializable, Cloneable, Iterable<Double>, Collection<Double>, Set<Double>, SortedSet<Double>
Enclosing class:
DoubleSortedSets

public static class DoubleSortedSets.EmptySet extends DoubleSets.EmptySet implements DoubleSortedSet, 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: