public interface ImmutableLongCharMap extends LongCharMap
| Modifier and Type | Method and Description |
|---|---|
<V> ImmutableBag<V> |
collect(CharToObjectFunction<? extends V> function)
Returns a new collection with the results of applying the specified function on each element of the source
collection.
|
ImmutableCharLongMap |
flipUniqueValues()
Return the CharLongMap that is obtained by flipping the direction of this map and making the associations
from value to key.
|
ImmutableLongCharMap |
newWithKeyValue(long key,
char value) |
ImmutableLongCharMap |
newWithoutAllKeys(LongIterable keys) |
ImmutableLongCharMap |
newWithoutKey(long key) |
ImmutableCharBag |
reject(CharPredicate predicate)
Returns a new CharIterable with all of the elements in the CharIterable that
return false for the specified predicate.
|
ImmutableLongCharMap |
reject(LongCharPredicate predicate) |
ImmutableCharBag |
select(CharPredicate predicate)
Returns a new CharIterable with all of the elements in the CharIterable that
return true for the specified predicate.
|
ImmutableLongCharMap |
select(LongCharPredicate predicate) |
containsKey, equals, forEachKey, forEachKeyValue, get, getIfAbsent, getOrThrow, hashCode, keySet, keysView, keyValuesView, toImmutable, toStringcontainsValue, forEachValue, tap, valuesallSatisfy, anySatisfy, asLazy, average, averageIfEmpty, charIterator, 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, select, sum, summaryStatistics, toArray, toBag, toList, toSet, toSortedArray, toSortedListappendString, appendString, appendString, isEmpty, makeString, makeString, makeString, notEmpty, sizeImmutableLongCharMap select(LongCharPredicate predicate)
select in interface LongCharMapImmutableLongCharMap reject(LongCharPredicate predicate)
reject in interface LongCharMapImmutableCharBag select(CharPredicate predicate)
CharIterableselect in interface CharIterableselect in interface CharValuesMapImmutableCharBag reject(CharPredicate predicate)
CharIterablereject in interface CharIterablereject in interface CharValuesMap<V> ImmutableBag<V> collect(CharToObjectFunction<? extends V> function)
CharIterablecollect in interface CharIterablecollect in interface CharValuesMapImmutableLongCharMap newWithKeyValue(long key, char value)
ImmutableLongCharMap newWithoutKey(long key)
ImmutableLongCharMap newWithoutAllKeys(LongIterable keys)
ImmutableCharLongMap flipUniqueValues()
LongCharMapflipUniqueValues in interface LongCharMapCopyright © 2004–2017. All rights reserved.