com.koloboke.collect.set.hash
Interface HashFloatSet
- All Superinterfaces:
- Collection<Float>, Container, FloatCollection, FloatSet, HashContainer, Iterable<Float>, Set<Float>
public interface HashFloatSet
- extends FloatSet, HashContainer
An interface for FloatSet
s, based on hash tables.
This interface doesn't carry own specific behaviour, just combines it's superinterfaces.
Looking for a way to instantiate a HashFloatSet
? See static factory methods
in HashFloatSets
class.
- See Also:
HashFloatSets
,
HashFloatSetFactory
,
@KolobokeSet
Methods inherited from interface com.koloboke.collect.FloatCollection |
add, contains, contains, cursor, forEach, forEachWhile, remove, removeFloat, removeIf, toArray, toArray, toArray, toFloatArray |
Methods inherited from interface Set |
addAll, clear, contains, containsAll, equals, hashCode, isEmpty, remove, removeAll, retainAll, size, toArray, toArray |