public interface ImmutableFloatLongMap extends FloatLongMap
| Modifier and Type | Method and 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.
|
ImmutableLongFloatMap |
flipUniqueValues()
Return the LongFloatMap that is obtained by flipping the direction of this map and making the associations
from value to key.
|
ImmutableFloatLongMap |
newWithKeyValue(float key,
long value) |
ImmutableFloatLongMap |
newWithoutAllKeys(FloatIterable keys) |
ImmutableFloatLongMap |
newWithoutKey(float key) |
ImmutableFloatLongMap |
reject(FloatLongPredicate predicate) |
ImmutableLongBag |
reject(LongPredicate predicate)
Returns a new LongIterable with all of the elements in the LongIterable that
return false for the specified predicate.
|
ImmutableFloatLongMap |
select(FloatLongPredicate predicate) |
ImmutableLongBag |
select(LongPredicate predicate)
Returns a new LongIterable with all of the elements in the LongIterable that
return true for the specified predicate.
|
containsKey, equals, forEachKey, forEachKeyValue, get, getIfAbsent, getOrThrow, hashCode, keySet, keysView, keyValuesView, toImmutable, toStringcontainsValue, forEachValue, tap, valuesallSatisfy, anySatisfy, asLazy, average, averageIfEmpty, 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, select, sum, summaryStatistics, toArray, toBag, toList, toSet, toSortedArray, toSortedListappendString, appendString, appendString, isEmpty, makeString, makeString, makeString, notEmpty, sizeImmutableFloatLongMap select(FloatLongPredicate predicate)
select in interface FloatLongMapImmutableFloatLongMap reject(FloatLongPredicate predicate)
reject in interface FloatLongMapImmutableLongBag 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 LongValuesMapImmutableFloatLongMap newWithKeyValue(float key, long value)
ImmutableFloatLongMap newWithoutKey(float key)
ImmutableFloatLongMap newWithoutAllKeys(FloatIterable keys)
ImmutableLongFloatMap flipUniqueValues()
FloatLongMapflipUniqueValues in interface FloatLongMapCopyright © 2004–2017. All rights reserved.