Interface ByteSet

All Superinterfaces:
ByteCollection, ByteIterable, Collection<Byte>, Iterable<Byte>, Set<Byte>
All Known Subinterfaces:
ByteSortedSet
All Known Implementing Classes:
AbstractByteSet, AbstractByteSortedSet, ByteArraySet, ByteAVLTreeSet, ByteLinkedOpenCustomHashSet, ByteLinkedOpenHashSet, ByteOpenCustomHashSet, ByteOpenHashSet, ByteRBTreeSet, ByteSets.EmptySet, ByteSets.Singleton, ByteSets.SynchronizedSet, ByteSets.UnmodifiableSet, ByteSortedSets.EmptySet, ByteSortedSets.Singleton, ByteSortedSets.SynchronizedSortedSet, ByteSortedSets.UnmodifiableSortedSet

public interface ByteSet
extends ByteCollection, Set<Byte>
A type-specific Set; provides some additional methods that use polymorphism to avoid (un)boxing.

Additionally, this interface strengthens (again) iterator().

See Also:
Set