com.koloboke.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.

This interface doesn't carry own specific behaviour, just combines it's superinterfaces.

Looking for a way to instantiate a HashShortSet? See static factory methods in HashShortSets class.

See Also:
HashShortSets, HashShortSetFactory, @KolobokeSet

Method Summary
 
Methods inherited from interface com.koloboke.collect.set.ShortSet
add, iterator
 
Methods inherited from interface com.koloboke.collect.ShortCollection
add, contains, contains, cursor, forEach, forEachWhile, remove, removeIf, removeShort, toArray, toArray, toArray, toShortArray
 
Methods inherited from interface com.koloboke.collect.Container
clear, ensureCapacity, isEmpty, shrink, size, sizeAsLong
 
Methods inherited from interface Set
addAll, clear, contains, containsAll, equals, hashCode, isEmpty, remove, removeAll, retainAll, size, toArray, toArray
 
Methods inherited from interface com.koloboke.collect.hash.HashContainer
currentLoad, ensureCapacity, hashConfig, shrink