net.openhft.collect.set.hash
Interface HashIntSet

All Superinterfaces:
Collection<Integer>, Container, HashContainer, IntCollection, IntSet, Iterable<Integer>, Set<Integer>

public interface HashIntSet
extends IntSet, HashContainer

An interface for IntSets, based on hash tables.

See Also:
HashIntSets, HashIntSetFactory

Method Summary
 
Methods inherited from interface net.openhft.collect.set.IntSet
add
 
Methods inherited from interface net.openhft.collect.IntCollection
add, contains, contains, cursor, forEach, forEachWhile, iterator, remove, removeIf, removeInt, toArray, toArray, toArray, toIntArray
 
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