public interface ImmutableLongFloatMap extends LongFloatMap
| Modifier and Type | Method and Description |
|---|---|
<V> ImmutableCollection<V> |
collect(FloatToObjectFunction<? extends V> function) |
ImmutableLongFloatMap |
newWithKeyValue(long key,
float value) |
ImmutableLongFloatMap |
newWithoutAllKeys(LongIterable keys) |
ImmutableLongFloatMap |
newWithoutKey(long key) |
ImmutableFloatCollection |
reject(FloatPredicate predicate) |
ImmutableLongFloatMap |
reject(LongFloatPredicate predicate) |
ImmutableFloatCollection |
select(FloatPredicate predicate) |
ImmutableLongFloatMap |
select(LongFloatPredicate 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, floatIterator, forEach, injectInto, max, maxIfEmpty, median, min, minIfEmpty, noneSatisfy, sum, toArray, toBag, toList, toSet, toSortedArray, toSortedListappendString, appendString, appendString, isEmpty, makeString, makeString, makeString, notEmpty, sizeImmutableLongFloatMap select(LongFloatPredicate predicate)
select in interface LongFloatMapImmutableLongFloatMap reject(LongFloatPredicate predicate)
reject in interface LongFloatMapImmutableFloatCollection select(FloatPredicate predicate)
select in interface FloatIterableImmutableFloatCollection reject(FloatPredicate predicate)
reject in interface FloatIterable<V> ImmutableCollection<V> collect(FloatToObjectFunction<? extends V> function)
collect in interface FloatIterableImmutableLongFloatMap newWithKeyValue(long key, float value)
ImmutableLongFloatMap newWithoutKey(long key)
ImmutableLongFloatMap newWithoutAllKeys(LongIterable keys)
Copyright © 2004–2017. All rights reserved.