public interface ImmutableFloatLongMap extends FloatLongMap
| Modifier and Type | Method and Description |
|---|---|
<V> ImmutableCollection<V> |
collect(LongToObjectFunction<? extends V> function) |
ImmutableFloatLongMap |
newWithKeyValue(float key,
long value) |
ImmutableFloatLongMap |
newWithoutAllKeys(FloatIterable keys) |
ImmutableFloatLongMap |
newWithoutKey(float key) |
ImmutableFloatLongMap |
reject(FloatLongPredicate predicate) |
ImmutableLongCollection |
reject(LongPredicate predicate) |
ImmutableFloatLongMap |
select(FloatLongPredicate predicate) |
ImmutableLongCollection |
select(LongPredicate predicate) |
containsKey, equals, forEachKey, forEachKeyValue, get, getIfAbsent, getOrThrow, hashCode, keySet, keysView, keyValuesView, toImmutable, toStringcontainsValue, forEachValue, valuesallSatisfy, anySatisfy, asLazy, average, contains, containsAll, containsAll, count, detectIfNone, each, forEach, injectInto, longIterator, max, maxIfEmpty, median, min, minIfEmpty, noneSatisfy, sum, 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 FloatLongMapImmutableLongCollection select(LongPredicate predicate)
select in interface LongIterableImmutableLongCollection reject(LongPredicate predicate)
reject in interface LongIterable<V> ImmutableCollection<V> collect(LongToObjectFunction<? extends V> function)
collect in interface LongIterableImmutableFloatLongMap newWithKeyValue(float key, long value)
ImmutableFloatLongMap newWithoutKey(float key)
ImmutableFloatLongMap newWithoutAllKeys(FloatIterable keys)
Copyright © 2004–2017. All rights reserved.