Class IntSortedSets.Singleton

All Implemented Interfaces:
IntBidirectionalIterable, IntCollection, IntIterable, IntSet, IntSortedSet, Serializable, Cloneable, Iterable<Integer>, Collection<Integer>, Set<Integer>, SortedSet<Integer>
Enclosing class:
IntSortedSets

public static class IntSortedSets.Singleton extends IntSets.Singleton implements IntSortedSet, Serializable, Cloneable
A class representing a singleton sorted set.

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

See Also: