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

See Also:
HashFloatSets, HashFloatSetFactory

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