com.koloboke.collect.set.hash
Interface HashIntSet

All Superinterfaces:
Collection<Integer>, Container, HashContainer, IntCollection, IntSet, Iterable<Integer>, Set<Integer>

public interface HashIntSet
extends IntSet, HashContainer

An interface for IntSets, based on hash tables.

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

Looking for a way to instantiate a HashIntSet? See static factory methods in HashIntSets class.

See Also:
HashIntSets, HashIntSetFactory, @KolobokeSet

Method Summary
 
Methods inherited from interface com.koloboke.collect.set.IntSet
add, iterator
 
Methods inherited from interface com.koloboke.collect.IntCollection
add, contains, contains, cursor, forEach, forEachWhile, remove, removeIf, removeInt, toArray, toArray, toArray, toIntArray
 
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