it.unimi.dsi.fastutil.floats
Interface FloatSet

All Superinterfaces:
Collection, FloatCollection, Set
All Known Subinterfaces:
FloatSortedSet
All Known Implementing Classes:
AbstractFloatSet, FloatAVLTreeSet, FloatLinkedOpenHashSet, FloatOpenHashSet, FloatRBTreeSet

public interface FloatSet
extends Set, FloatCollection

A type-specific Set; provides some additional methods that use polymorphism to reduce type juggling.

See Also:
Set

Methods inherited from interface java.util.Set
add, addAll, clear, contains, containsAll, equals, hashCode, isEmpty, iterator, remove, removeAll, retainAll, size, toArray, toArray
 
Methods inherited from interface it.unimi.dsi.fastutil.floats.FloatCollection
add, addAll, contains, containsAll, floatIterator, remove, removeAll, retainAll, toArray, toFloatArray, toFloatArray