com.koloboke.collect.set.hash
Interface HashObjSet<E>

All Superinterfaces:
Collection<E>, Container, HashContainer, Iterable<E>, ObjCollection<E>, ObjSet<E>, Set<E>

public interface HashObjSet<E>
extends ObjSet<E>, HashContainer

An interface for ObjSets, based on hash tables.

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

Looking for a way to instantiate a HashObjSet? See static factory methods in HashObjSets class.

See Also:
HashObjSets, HashObjSetFactory, @KolobokeSet

Method Summary
 
Methods inherited from interface com.koloboke.collect.set.ObjSet
iterator
 
Methods inherited from interface com.koloboke.collect.ObjCollection
cursor, equivalence, forEach, forEachWhile, removeIf
 
Methods inherited from interface com.koloboke.collect.Container
clear, ensureCapacity, isEmpty, shrink, size, sizeAsLong
 
Methods inherited from interface Set
add, 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