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

This interface doesn't carry own specific behaviour, just combines it's superinterfaces.

Looking for a way to instantiate a HashDoubleSet? See static factory methods in HashDoubleSets class.

See Also:
HashDoubleSets, HashDoubleSetFactory

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