net.openhft.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.

See Also:
HashByteSets, HashByteSetFactory

Method Summary
 
Methods inherited from interface net.openhft.collect.set.ByteSet
add
 
Methods inherited from interface net.openhft.collect.ByteCollection
add, contains, contains, cursor, forEach, forEachWhile, iterator, remove, removeByte, removeIf, toArray, toArray, toArray, toByteArray
 
Methods inherited from interface net.openhft.collect.Container
clear, ensureCapacity, isEmpty, shrink, size, sizeAsLong
 
Methods inherited from interface java.util.Set
addAll, clear, contains, containsAll, equals, hashCode, isEmpty, iterator, remove, removeAll, retainAll, size, toArray, toArray
 
Methods inherited from interface net.openhft.collect.hash.HashContainer
currentLoad, ensureCapacity, hashConfig, shrink