net.openhft.collect.set.hash
Interface HashLongSet

All Superinterfaces:
Collection<Long>, Container, HashContainer, Iterable<Long>, LongCollection, LongSet, Set<Long>

public interface HashLongSet
extends LongSet, HashContainer

An interface for LongSets, based on hash tables.

See Also:
HashLongSets, HashLongSetFactory

Method Summary
 
Methods inherited from interface net.openhft.collect.set.LongSet
add
 
Methods inherited from interface net.openhft.collect.LongCollection
add, contains, contains, cursor, forEach, forEachWhile, iterator, remove, removeIf, removeLong, toArray, toArray, toArray, toLongArray
 
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