net.openhft.collect.set.hash
Interface HashObjSet<E>

All Superinterfaces:
Collection<E>, Container, HashContainer, Iterable<E>, ObjCollection<E>, ObjSet<E>, Set<E>

public interface HashObjSet<E>
extends ObjSet<E>, HashContainer

An interface for ObjSets, based on hash tables.

See Also:
HashObjSets, HashObjSetFactory

Method Summary
 
Methods inherited from interface net.openhft.collect.ObjCollection
cursor, equivalence, forEach, forEachWhile, iterator, removeIf
 
Methods inherited from interface net.openhft.collect.Container
clear, ensureCapacity, isEmpty, shrink, size, sizeAsLong
 
Methods inherited from interface java.util.Set
add, 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