public interface ObjectShortMap<K> extends ShortIterable
allSatisfy, anySatisfy, asLazy, average, averageIfEmpty, 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, shortIterator, sum, summaryStatistics, toArray, toBag, toList, toSet, toSortedArray, toSortedListappendString, appendString, appendString, isEmpty, makeString, makeString, makeString, notEmpty, sizeshort get(Object key)
short getOrThrow(Object key)
short getIfAbsent(Object key, short ifAbsent)
boolean containsKey(Object key)
boolean containsValue(short value)
void forEachValue(ShortProcedure procedure)
void forEachKeyValue(ObjectShortProcedure<? super K> procedure)
ShortObjectMap<K> flipUniqueValues()
IllegalStateException - if the ShortObjectMap contains duplicate values.ObjectShortMap<K> select(ObjectShortPredicate<? super K> predicate)
ObjectShortMap<K> reject(ObjectShortPredicate<? super K> predicate)
default ObjectShortMap<K> tap(ShortProcedure procedure)
tap in interface ShortIterableString toString()
AbstractMap.toString()toString in interface PrimitiveIterabletoString in class ObjectAbstractCollection.toString()ImmutableObjectShortMap<K> toImmutable()
MutableShortCollection values()
LazyIterable<K> keysView()
RichIterable<ObjectShortPair<K>> keyValuesView()
Copyright © 2004–2017. All rights reserved.