ByteIterable, ByteSet, ImmutableByteCollection, PrimitiveIterableAbstractImmutableByteSetpublic interface ImmutableByteSet extends ImmutableByteCollection, ByteSet
| Modifier and Type | Method | Description |
|---|---|---|
<V> ImmutableSet<V> |
collect(ByteToObjectFunction<? extends V> function) |
Returns a new collection with the results of applying the specified function on each element of the source
collection.
|
ImmutableByteSet |
newWith(byte element) |
|
ImmutableByteSet |
newWithAll(ByteIterable elements) |
|
ImmutableByteSet |
newWithout(byte element) |
|
ImmutableByteSet |
newWithoutAll(ByteIterable elements) |
|
ImmutableByteSet |
reject(BytePredicate predicate) |
Returns a new ByteIterable with all of the elements in the ByteIterable that
return false for the specified predicate.
|
ImmutableByteSet |
select(BytePredicate predicate) |
Returns a new ByteIterable with all of the elements in the ByteIterable that
return true for the specified predicate.
|
default ImmutableByteSet |
tap(ByteProcedure procedure) |
allSatisfy, anySatisfy, asLazy, average, averageIfEmpty, byteIterator, chunk, collect, collectBoolean, collectByte, collectChar, collectDouble, collectFloat, collectInt, collectLong, collectShort, contains, containsAll, containsAll, count, detectIfNone, each, flatCollect, forEach, injectInto, max, maxIfEmpty, median, medianIfEmpty, min, minIfEmpty, noneSatisfy, reduce, reduceIfEmpty, reject, select, sum, summaryStatistics, toArray, toBag, toList, toSet, toSortedArray, toSortedListequals, freeze, hashCode, toImmutableappendString, appendString, appendString, isEmpty, makeString, makeString, makeString, notEmpty, size, toStringImmutableByteSet select(BytePredicate predicate)
ByteIterableselect in interface ByteIterableselect in interface ByteSetselect in interface ImmutableByteCollectionImmutableByteSet reject(BytePredicate predicate)
ByteIterablereject in interface ByteIterablereject in interface ByteSetreject in interface ImmutableByteCollectiondefault ImmutableByteSet tap(ByteProcedure procedure)
tap in interface ByteIterabletap in interface ByteSettap in interface ImmutableByteCollection<V> ImmutableSet<V> collect(ByteToObjectFunction<? extends V> function)
ByteIterablecollect in interface ByteIterablecollect in interface ByteSetcollect in interface ImmutableByteCollectionImmutableByteSet newWith(byte element)
newWith in interface ImmutableByteCollectionImmutableByteSet newWithout(byte element)
newWithout in interface ImmutableByteCollectionImmutableByteSet newWithAll(ByteIterable elements)
newWithAll in interface ImmutableByteCollectionImmutableByteSet newWithoutAll(ByteIterable elements)
newWithoutAll in interface ImmutableByteCollectionCopyright © 2004–2020. All rights reserved.