Interface FloatSortedSet

All Superinterfaces:
Collection<Float>, FloatBidirectionalIterable, FloatCollection, FloatIterable, FloatSet, Iterable<Float>, Set<Float>, SortedSet<Float>
All Known Implementing Classes:
AbstractFloatSortedSet, FloatAVLTreeSet, FloatLinkedOpenCustomHashSet, FloatLinkedOpenHashSet, FloatRBTreeSet, FloatSortedSets.EmptySet, FloatSortedSets.Singleton, FloatSortedSets.SynchronizedSortedSet, FloatSortedSets.UnmodifiableSortedSet

public interface FloatSortedSet extends FloatSet, SortedSet<Float>, FloatBidirectionalIterable
A type-specific SortedSet; provides some additional methods that use polymorphism to avoid (un)boxing.

Additionally, this interface strengthens iterator(), comparator() (for primitive types), SortedSet.subSet(Object,Object), SortedSet.headSet(Object) and SortedSet.tailSet(Object).

See Also: