public interface ObjectByteMap<K> extends ByteIterable
allSatisfy, anySatisfy, asLazy, average, averageIfEmpty, byteIterator, collect, collect, collectBoolean, collectByte, collectChar, collectDouble, collectFloat, collectInt, collectLong, collectShort, contains, containsAll, containsAll, count, detectIfNone, each, flatCollect, forEach, injectInto, max, maxIfEmpty, median, medianIfEmpty, min, minIfEmpty, noneSatisfy, reject, reject, select, select, sum, summaryStatistics, toArray, toBag, toList, toSet, toSortedArray, toSortedListappendString, appendString, appendString, isEmpty, makeString, makeString, makeString, notEmpty, sizebyte get(Object key)
byte getOrThrow(Object key)
byte getIfAbsent(Object key, byte ifAbsent)
boolean containsKey(Object key)
boolean containsValue(byte value)
void forEachValue(ByteProcedure procedure)
void forEachKeyValue(ObjectByteProcedure<? super K> procedure)
ByteObjectMap<K> flipUniqueValues()
IllegalStateException - if the ByteObjectMap contains duplicate values.ObjectByteMap<K> select(ObjectBytePredicate<? super K> predicate)
ObjectByteMap<K> reject(ObjectBytePredicate<? super K> predicate)
default ObjectByteMap<K> tap(ByteProcedure procedure)
tap in interface ByteIterableString toString()
AbstractMap.toString()toString in interface PrimitiveIterabletoString in class ObjectAbstractCollection.toString()ImmutableObjectByteMap<K> toImmutable()
MutableByteCollection values()
LazyIterable<K> keysView()
RichIterable<ObjectBytePair<K>> keyValuesView()
Copyright © 2004–2017. All rights reserved.