com.koloboke.collect.set.hash
Interface HashLongSet

All Superinterfaces:
Collection<Long>, Container, HashContainer, Iterable<Long>, LongCollection, LongSet, Set<Long>

public interface HashLongSet
extends LongSet, HashContainer

An interface for LongSets, based on hash tables.

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

Looking for a way to instantiate a HashLongSet? See static factory methods in HashLongSets class.

See Also:
HashLongSets, HashLongSetFactory, @KolobokeSet

Method Summary
 
Methods inherited from interface com.koloboke.collect.set.LongSet
add, iterator
 
Methods inherited from interface com.koloboke.collect.LongCollection
add, contains, contains, cursor, forEach, forEachWhile, remove, removeIf, removeLong, toArray, toArray, toArray, toLongArray
 
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