com.koloboke.collect.set.hash
Interface HashByteSet

All Superinterfaces:
ByteCollection, ByteSet, Collection<Byte>, Container, HashContainer, Iterable<Byte>, Set<Byte>

public interface HashByteSet
extends ByteSet, HashContainer

An interface for ByteSets, based on hash tables.

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

Looking for a way to instantiate a HashByteSet? See static factory methods in HashByteSets class.

See Also:
HashByteSets, HashByteSetFactory, @KolobokeSet

Method Summary
 
Methods inherited from interface com.koloboke.collect.set.ByteSet
add, iterator
 
Methods inherited from interface com.koloboke.collect.ByteCollection
add, contains, contains, cursor, forEach, forEachWhile, remove, removeByte, removeIf, toArray, toArray, toArray, toByteArray
 
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