net.openhft.collect.set.hash
Interface HashShortSet

All Superinterfaces:
Collection<Short>, Container, HashContainer, Iterable<Short>, Set<Short>, ShortCollection, ShortSet

public interface HashShortSet
extends ShortSet, HashContainer

An interface for ShortSets, based on hash tables.

See Also:
HashShortSets, HashShortSetFactory

Method Summary
 
Methods inherited from interface net.openhft.collect.set.ShortSet
add
 
Methods inherited from interface net.openhft.collect.ShortCollection
add, contains, contains, cursor, forEach, forEachWhile, iterator, remove, removeIf, removeShort, toArray, toArray, toArray, toShortArray
 
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