public interface ObjectLongMap<K> extends LongIterable
allSatisfy, anySatisfy, asLazy, average, averageIfEmpty, collect, collect, collectBoolean, collectByte, collectChar, collectDouble, collectFloat, collectInt, collectLong, collectShort, contains, containsAll, containsAll, count, detectIfNone, each, flatCollect, forEach, injectInto, longIterator, 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, sizelong get(Object key)
long getOrThrow(Object key)
long getIfAbsent(Object key, long ifAbsent)
boolean containsKey(Object key)
boolean containsValue(long value)
void forEachValue(LongProcedure procedure)
void forEachKeyValue(ObjectLongProcedure<? super K> procedure)
LongObjectMap<K> flipUniqueValues()
IllegalStateException - if the LongObjectMap contains duplicate values.ObjectLongMap<K> select(ObjectLongPredicate<? super K> predicate)
ObjectLongMap<K> reject(ObjectLongPredicate<? super K> predicate)
default ObjectLongMap<K> tap(LongProcedure procedure)
tap in interface LongIterableString toString()
AbstractMap.toString()toString in interface PrimitiveIterabletoString in class ObjectAbstractCollection.toString()ImmutableObjectLongMap<K> toImmutable()
MutableLongCollection values()
LazyIterable<K> keysView()
RichIterable<ObjectLongPair<K>> keyValuesView()
Copyright © 2004–2017. All rights reserved.