public interface ImmutableByteCollection extends ByteIterable
| Modifier and Type | Method and Description |
|---|---|
<V> ImmutableCollection<V> |
collect(ByteToObjectFunction<? extends V> function) |
ImmutableByteCollection |
newWith(byte element) |
ImmutableByteCollection |
newWithAll(ByteIterable elements) |
ImmutableByteCollection |
newWithout(byte element) |
ImmutableByteCollection |
newWithoutAll(ByteIterable elements) |
ImmutableByteCollection |
reject(BytePredicate predicate) |
ImmutableByteCollection |
select(BytePredicate predicate) |
allSatisfy, anySatisfy, asLazy, average, byteIterator, contains, containsAll, containsAll, count, detectIfNone, each, forEach, injectInto, max, maxIfEmpty, median, min, minIfEmpty, noneSatisfy, sum, toArray, toBag, toList, toSet, toSortedArray, toSortedListappendString, appendString, appendString, isEmpty, makeString, makeString, makeString, notEmpty, size, toString<V> ImmutableCollection<V> collect(ByteToObjectFunction<? extends V> function)
collect in interface ByteIterableImmutableByteCollection select(BytePredicate predicate)
select in interface ByteIterableImmutableByteCollection reject(BytePredicate predicate)
reject in interface ByteIterableImmutableByteCollection newWith(byte element)
ImmutableByteCollection newWithout(byte element)
ImmutableByteCollection newWithAll(ByteIterable elements)
ImmutableByteCollection newWithoutAll(ByteIterable elements)
Copyright © 2004–2017. All rights reserved.