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 ShortSet
s, 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
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 Set |
addAll, clear, contains, containsAll, equals, hashCode, isEmpty, remove, removeAll, retainAll, size, toArray, toArray |