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, toSortedList
appendString, appendString, appendString, isEmpty, makeString, makeString, makeString, notEmpty, size, toString
<V> ImmutableCollection<V> collect(ByteToObjectFunction<? extends V> function)
collect
in interface ByteIterable
ImmutableByteCollection select(BytePredicate predicate)
select
in interface ByteIterable
ImmutableByteCollection reject(BytePredicate predicate)
reject
in interface ByteIterable
ImmutableByteCollection newWith(byte element)
ImmutableByteCollection newWithout(byte element)
ImmutableByteCollection newWithAll(ByteIterable elements)
ImmutableByteCollection newWithoutAll(ByteIterable elements)
Copyright © 2004–2016. All rights reserved.