net.openhft.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 FloatSets, 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

Method Summary
 
Methods inherited from interface net.openhft.koloboke.collect.set.FloatSet
add, iterator
 
Methods inherited from interface net.openhft.koloboke.collect.FloatCollection
add, contains, contains, cursor, forEach, forEachWhile, remove, removeFloat, removeIf, toArray, toArray, toArray, toFloatArray
 
Methods inherited from interface net.openhft.koloboke.collect.Container
clear, ensureCapacity, isEmpty, shrink, size, sizeAsLong
 
Methods inherited from interface Set
addAll, clear, contains, containsAll, equals, hashCode, isEmpty, remove, removeAll, retainAll, size, toArray, toArray
 
Methods inherited from interface net.openhft.koloboke.collect.hash.HashContainer
currentLoad, ensureCapacity, hashConfig, shrink