Interface FloatSet

All Superinterfaces:
Collection<Float>, FloatCollection, FloatIterable, Iterable<Float>, Set<Float>
All Known Subinterfaces:
FloatSortedSet
All Known Implementing Classes:
AbstractFloatSet, AbstractFloatSortedSet, FloatArraySet, FloatAVLTreeSet, FloatLinkedOpenCustomHashSet, FloatLinkedOpenHashSet, FloatOpenCustomHashSet, FloatOpenHashBigSet, FloatOpenHashSet, FloatRBTreeSet, FloatSets.EmptySet, FloatSets.Singleton, FloatSets.SynchronizedSet, FloatSets.UnmodifiableSet, FloatSortedSets.EmptySet, FloatSortedSets.Singleton, FloatSortedSets.SynchronizedSortedSet, FloatSortedSets.UnmodifiableSortedSet

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

Additionally, this interface strengthens (again) iterator().

See Also:
Set