public interface ByteSet extends ByteCollection, Set<Byte>
Set specialization with byte elements.ByteSetFactory| Modifier and Type | Method and Description |
|---|---|
boolean |
add(Byte e)
Deprecated.
Use specialization
ByteCollection.add(byte) instead |
add, contains, contains, cursor, forEach, forEachWhile, iterator, remove, removeByte, removeIf, toArray, toArray, toArray, toByteArrayclear, ensureCapacity, isEmpty, shrink, size, sizeAsLong@Deprecated boolean add(@Nonnull Byte e)
ByteCollection.add(byte) insteadByteCollection.add(Byte).add in interface ByteCollectionadd in interface Collection<Byte>add in interface Set<Byte>e - element whose presence in this collection is to be ensured