public abstract class AbstractImmutableByteSet extends AbstractByteSet implements ImmutableByteSet
| Constructor and Description |
|---|
AbstractImmutableByteSet() |
| Modifier and Type | Method and Description |
|---|---|
RichIterable<ByteIterable> |
chunk(int size) |
ByteSet |
freeze() |
ImmutableByteSet |
newWith(byte element) |
ImmutableByteSet |
newWithAll(ByteIterable elements) |
ImmutableByteSet |
newWithout(byte element) |
ImmutableByteSet |
newWithoutAll(ByteIterable elements) |
ImmutableByteSet |
toImmutable() |
cartesianProduct, equals, hashCodeasLazy, average, maxIfEmpty, median, minIfEmpty, toBag, toList, toSet, toSortedArray, toSortedList, toStringcollect, difference, intersect, reject, select, symmetricDifference, tap, unioncartesianProduct, equals, hashCode, isProperSubsetOf, isSubsetOfallSatisfy, anySatisfy, asLazy, average, averageIfEmpty, byteIterator, collect, collectBoolean, collectByte, collectChar, collectDouble, collectFloat, collectInt, collectLong, collectShort, contains, containsAll, containsAll, containsAny, containsAny, containsNone, containsNone, count, detectIfNone, each, flatCollect, forEach, injectInto, injectIntoBoolean, injectIntoByte, injectIntoChar, injectIntoDouble, injectIntoFloat, injectIntoInt, injectIntoLong, injectIntoShort, max, maxIfEmpty, median, medianIfEmpty, min, minIfEmpty, noneSatisfy, reduce, reduceIfEmpty, reject, select, sum, summaryStatistics, toArray, toArray, toBag, toList, toSet, toSortedArray, toSortedList, toSortedList, toSortedListBy, toSortedListByappendString, appendString, appendString, isEmpty, makeString, makeString, makeString, notEmpty, size, toStringpublic ImmutableByteSet newWith(byte element)
newWith in interface ImmutableByteCollectionnewWith in interface ImmutableByteSetpublic ImmutableByteSet newWithout(byte element)
newWithout in interface ImmutableByteCollectionnewWithout in interface ImmutableByteSetpublic ImmutableByteSet newWithAll(ByteIterable elements)
newWithAll in interface ImmutableByteCollectionnewWithAll in interface ImmutableByteSetpublic ImmutableByteSet newWithoutAll(ByteIterable elements)
newWithoutAll in interface ImmutableByteCollectionnewWithoutAll in interface ImmutableByteSetpublic ImmutableByteSet toImmutable()
toImmutable in interface ByteSetpublic RichIterable<ByteIterable> chunk(int size)
chunk in interface ByteIterableCopyright © 2004–2022. All rights reserved.