it.unimi.dsi.fastutil.bytes
Interface ByteSet

All Superinterfaces:
ByteCollection, Collection, Set
All Known Subinterfaces:
ByteSortedSet
All Known Implementing Classes:
AbstractByteSet, ByteAVLTreeSet, ByteLinkedOpenHashSet, ByteOpenHashSet, ByteRBTreeSet

public interface ByteSet
extends Set, ByteCollection

A type-specific Set; provides some additional methods that use polymorphism to reduce type juggling.

See Also:
Set

Methods inherited from interface java.util.Set
add, addAll, clear, contains, containsAll, equals, hashCode, isEmpty, iterator, remove, removeAll, retainAll, size, toArray, toArray
 
Methods inherited from interface it.unimi.dsi.fastutil.bytes.ByteCollection
add, addAll, byteIterator, contains, containsAll, remove, removeAll, retainAll, toArray, toByteArray, toByteArray