LongIterable, LongLongMap, LongValuesMap, PrimitiveIterablepublic interface ImmutableLongLongMap extends LongLongMap
| Modifier and Type | Method | Description | 
|---|---|---|
| <V> ImmutableBag<V> | collect(LongToObjectFunction<? extends V> function) | Returns a new collection with the results of applying the specified function on each element of the source
 collection. | 
| ImmutableLongLongMap | newWithKeyValue(long key,
               long value) | |
| ImmutableLongLongMap | newWithoutAllKeys(LongIterable keys) | |
| ImmutableLongLongMap | newWithoutKey(long key) | |
| ImmutableLongLongMap | reject(LongLongPredicate predicate) | |
| ImmutableLongBag | reject(LongPredicate predicate) | Returns a new LongIterable with all of the elements in the LongIterable that
 return false for the specified predicate. | 
| ImmutableLongLongMap | select(LongLongPredicate predicate) | |
| ImmutableLongBag | select(LongPredicate predicate) | Returns a new LongIterable with all of the elements in the LongIterable that
 return true for the specified predicate. | 
allSatisfy, anySatisfy, asLazy, average, collect, collectBoolean, collectByte, collectChar, collectDouble, collectFloat, collectInt, collectLong, collectShort, contains, containsAll, containsAll, count, detectIfNone, each, flatCollect, forEach, injectInto, longIterator, max, maxIfEmpty, median, min, minIfEmpty, noneSatisfy, reject, select, sum, summaryStatistics, toArray, toBag, toList, toSet, toSortedArray, toSortedListcontainsKey, equals, forEachKey, forEachKeyValue, get, getIfAbsent, getOrThrow, hashCode, keySet, keysView, keyValuesView, toImmutable, toStringcontainsValue, forEachValue, valuesappendString, appendString, appendString, isEmpty, makeString, makeString, makeString, notEmpty, sizeImmutableLongLongMap select(LongLongPredicate predicate)
select in interface LongLongMapImmutableLongLongMap reject(LongLongPredicate predicate)
reject in interface LongLongMapImmutableLongBag select(LongPredicate predicate)
LongIterableselect in interface LongIterableselect in interface LongValuesMapImmutableLongBag reject(LongPredicate predicate)
LongIterablereject in interface LongIterablereject in interface LongValuesMap<V> ImmutableBag<V> collect(LongToObjectFunction<? extends V> function)
LongIterablecollect in interface LongIterablecollect in interface LongValuesMapImmutableLongLongMap newWithKeyValue(long key, long value)
ImmutableLongLongMap newWithoutKey(long key)
ImmutableLongLongMap newWithoutAllKeys(LongIterable keys)
Copyright © 2004–2017. All rights reserved.