net.openhft.collect.set.hash
Interface HashDoubleSet

All Superinterfaces:
Collection<Double>, Container, DoubleCollection, DoubleSet, HashContainer, Iterable<Double>, Set<Double>

public interface HashDoubleSet
extends DoubleSet, HashContainer

An interface for DoubleSets, based on hash tables.

See Also:
HashDoubleSets, HashDoubleSetFactory

Method Summary
 
Methods inherited from interface net.openhft.collect.set.DoubleSet
add
 
Methods inherited from interface net.openhft.collect.DoubleCollection
add, contains, contains, cursor, forEach, forEachWhile, iterator, remove, removeDouble, removeIf, toArray, toArray, toArray, toDoubleArray
 
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