public interface ByteSet extends java.util.Set<java.lang.Byte>, ByteCollection
| Modifier and Type | Method and Description |
|---|---|
default boolean |
add(java.lang.Byte e)
Deprecated.
|
default boolean |
contains(java.lang.Object o)
Deprecated.
|
ByteIterator |
iterator()
Returns a Type-Specific Iterator to reduce (un)boxing
|
default boolean |
remByte(byte o)
A Type-Specific remove function that reduces (un)boxing.
|
boolean |
remove(byte o)
A Type Specific remove function to reduce boxing/unboxing
|
default boolean |
remove(java.lang.Object o)
Deprecated.
|
default ByteSplititerator |
spliterator()
A Type Specific Type Splititerator to reduce boxing/unboxing
|
addAll, clear, containsAll, equals, hashCode, isEmpty, removeAll, retainAll, size, toArray, toArrayadd, addAll, contains, containsAll, containsAny, containsAny, parallelPrimitiveStream, primitiveStream, remIf, removeAll, removeIf, retainAll, toByteArray, toByteArrayforEach, forEachByteIterator iterator()
ByteCollectioniterator in interface ByteCollectioniterator in interface ByteIterableiterator in interface java.util.Collection<java.lang.Byte>iterator in interface java.lang.Iterable<java.lang.Byte>iterator in interface java.util.Set<java.lang.Byte>Collection.iterator()boolean remove(byte o)
o - the element that should be removeddefault boolean remByte(byte o)
ByteCollectionremByte in interface ByteCollectiono - the element that should be removedCollection.remove(Object)@Deprecated default boolean add(java.lang.Byte e)
ByteCollectionThis default implementation delegates to the corresponding type-specific function.
add in interface ByteCollectionadd in interface java.util.Collection<java.lang.Byte>add in interface java.util.Set<java.lang.Byte>@Deprecated default boolean contains(java.lang.Object o)
ByteCollectionThis default implementation delegates to the corresponding type-specific function.
contains in interface ByteCollectioncontains in interface java.util.Collection<java.lang.Byte>contains in interface java.util.Set<java.lang.Byte>@Deprecated default boolean remove(java.lang.Object o)
ByteCollectionThis default implementation delegates to the corresponding type-specific function.
remove in interface ByteCollectionremove in interface java.util.Collection<java.lang.Byte>remove in interface java.util.Set<java.lang.Byte>default ByteSplititerator spliterator()
spliterator in interface ByteCollectionspliterator in interface ByteIterablespliterator in interface java.util.Collection<java.lang.Byte>spliterator in interface java.lang.Iterable<java.lang.Byte>spliterator in interface java.util.Set<java.lang.Byte>