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
| Methods inherited from interface com.koloboke.collect.set.ObjSet |
iterator |
| Methods inherited from interface Set |
add, addAll, clear, contains, containsAll, equals, hashCode, isEmpty, remove, removeAll, retainAll, size, toArray, toArray |