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 LongSet
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 HashLongSet
? See static factory methods
in HashLongSets
class.
- See Also:
HashLongSets
,
HashLongSetFactory
,
@KolobokeSet
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 Set |
addAll, clear, contains, containsAll, equals, hashCode, isEmpty, remove, removeAll, retainAll, size, toArray, toArray |