public abstract class AbstractByteSet extends AbstractByteCollection implements ByteSet
ISizeProvider.CollectionSize| Constructor and Description |
|---|
AbstractByteSet() |
| Modifier and Type | Method and Description |
|---|---|
AbstractByteSet |
copy()
A Function that does a shallow clone of the Collection itself.
|
boolean |
equals(java.lang.Object o) |
int |
hashCode() |
abstract ByteIterator |
iterator()
Returns a Type-Specific Iterator to reduce (un)boxing
|
add, addAll, addAll, contains, contains, containsAll, containsAll, containsAny, containsAny, remByte, remove, removeAll, removeAll, retainAll, retainAll, toByteArray, toByteArrayclear, isEmpty, removeAll, retainAll, size, toArray, toArray, toStringadd, contains, remByte, remove, remove, spliterator, synchronize, synchronize, unmodifiableaddAll, clear, containsAll, isEmpty, removeAll, retainAll, size, toArray, toArrayadd, addAll, addAll, addAll, addAll, contains, containsAll, containsAny, containsAny, parallelPrimitiveStream, pour, primitiveStream, remIf, removeAll, removeAll, removeIf, retainAll, retainAll, toByteArray, toByteArrayarrayflatMap, asAsync, count, distinct, filter, findFirst, flatMap, forEach, forEach, forEach, forEachIndexed, limit, map, matchesAll, matchesAny, matchesNone, peek, pourAsList, pourAsSet, reduce, reduce, repeat, sortedof, sizepublic abstract ByteIterator iterator()
ByteCollectioniterator in interface java.lang.Iterable<java.lang.Byte>iterator in interface java.util.Collection<java.lang.Byte>iterator in interface java.util.Set<java.lang.Byte>iterator in interface ByteCollectioniterator in interface ByteIterableiterator in interface ByteSetiterator in class AbstractByteCollectionCollection.iterator()public AbstractByteSet copy()
ByteCollectioncopy in interface ByteCollectioncopy in interface ByteSetcopy in class AbstractByteCollectionpublic int hashCode()
hashCode in interface java.util.Collection<java.lang.Byte>hashCode in interface java.util.Set<java.lang.Byte>hashCode in class java.lang.Objectpublic boolean equals(java.lang.Object o)
equals in interface java.util.Collection<java.lang.Byte>equals in interface java.util.Set<java.lang.Byte>equals in class java.lang.Object