public interface MutableByteValuesMap extends ByteValuesMap
Modifier and Type | Method and Description |
---|---|
MutableByteIterator |
byteIterator() |
void |
clear() |
<V> MutableCollection<V> |
collect(ByteToObjectFunction<? extends V> function) |
MutableByteCollection |
reject(BytePredicate predicate) |
MutableByteCollection |
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, toArray, toBag, toList, toSet, toSortedArray, toSortedList
appendString, appendString, appendString, isEmpty, makeString, makeString, makeString, notEmpty, size, toString
MutableByteCollection select(BytePredicate predicate)
select
in interface ByteIterable
MutableByteCollection reject(BytePredicate predicate)
reject
in interface ByteIterable
<V> MutableCollection<V> collect(ByteToObjectFunction<? extends V> function)
collect
in interface ByteIterable
void clear()
MutableByteIterator byteIterator()
byteIterator
in interface ByteIterable
Copyright © 2004–2016. All rights reserved.