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