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, valuesallSatisfy, anySatisfy, asLazy, average, 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, toStringMutableByteCollection select(BytePredicate predicate)
select in interface ByteIterableMutableByteCollection reject(BytePredicate predicate)
reject in interface ByteIterable<V> MutableCollection<V> collect(ByteToObjectFunction<? extends V> function)
collect in interface ByteIterablevoid clear()
MutableByteIterator byteIterator()
byteIterator in interface ByteIterableCopyright © 2004–2017. All rights reserved.