public interface ByteValuesMap extends ByteIterable
Modifier and Type | Method and Description |
---|---|
<V> Bag<V> |
collect(ByteToObjectFunction<? extends V> function) |
boolean |
containsValue(byte value) |
void |
forEachValue(ByteProcedure procedure) |
ByteBag |
reject(BytePredicate predicate) |
ByteBag |
select(BytePredicate predicate) |
MutableByteCollection |
values() |
allSatisfy, anySatisfy, asLazy, average, byteIterator, contains, containsAll, containsAll, count, detectIfNone, each, forEach, injectInto, max, maxIfEmpty, median, min, minIfEmpty, noneSatisfy, sum, summaryStatistics, toArray, toBag, toList, toSet, toSortedArray, toSortedList
appendString, appendString, appendString, isEmpty, makeString, makeString, makeString, notEmpty, size, toString
boolean containsValue(byte value)
void forEachValue(ByteProcedure procedure)
MutableByteCollection values()
ByteBag select(BytePredicate predicate)
select
in interface ByteIterable
ByteBag reject(BytePredicate predicate)
reject
in interface ByteIterable
<V> Bag<V> collect(ByteToObjectFunction<? extends V> function)
collect
in interface ByteIterable
Copyright © 2004–2016. All rights reserved.