public interface MutableByteValuesMap extends ByteValuesMap
Modifier and Type | Method and Description |
---|---|
MutableByteIterator |
byteIterator() |
void |
clear() |
<V> MutableBag<V> |
collect(ByteToObjectFunction<? extends V> function) |
MutableByteBag |
reject(BytePredicate predicate) |
MutableByteBag |
select(BytePredicate predicate) |
containsValue, forEachValue, values
allSatisfy, anySatisfy, asLazy, average, 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
MutableByteBag select(BytePredicate predicate)
select
in interface ByteIterable
select
in interface ByteValuesMap
MutableByteBag reject(BytePredicate predicate)
reject
in interface ByteIterable
reject
in interface ByteValuesMap
<V> MutableBag<V> collect(ByteToObjectFunction<? extends V> function)
collect
in interface ByteIterable
collect
in interface ByteValuesMap
void clear()
MutableByteIterator byteIterator()
byteIterator
in interface ByteIterable
Copyright © 2004–2016. All rights reserved.