com.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 DoubleSet
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 HashDoubleSet
? See static factory methods
in HashDoubleSets
class.
- See Also:
HashDoubleSets
,
HashDoubleSetFactory
,
@KolobokeSet
Methods inherited from interface com.koloboke.collect.DoubleCollection |
add, contains, contains, cursor, forEach, forEachWhile, remove, removeDouble, removeIf, toArray, toArray, toArray, toDoubleArray |
Methods inherited from interface Set |
addAll, clear, contains, containsAll, equals, hashCode, isEmpty, remove, removeAll, retainAll, size, toArray, toArray |