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