Class FloatSortedSets.Singleton

All Implemented Interfaces:
FloatBidirectionalIterable, FloatCollection, FloatIterable, FloatSet, FloatSortedSet, Serializable, Cloneable, Iterable<Float>, Collection<Float>, Set<Float>, SortedSet<Float>
Enclosing class:
FloatSortedSets

public static class FloatSortedSets.Singleton extends FloatSets.Singleton implements FloatSortedSet, 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: