public interface ImmutableFloatIntMap extends FloatIntMap
Modifier and Type | Method and Description |
---|---|
<V> ImmutableCollection<V> |
collect(IntToObjectFunction<? extends V> function) |
ImmutableFloatIntMap |
newWithKeyValue(float key,
int value) |
ImmutableFloatIntMap |
newWithoutAllKeys(FloatIterable keys) |
ImmutableFloatIntMap |
newWithoutKey(float key) |
ImmutableFloatIntMap |
reject(FloatIntPredicate predicate) |
ImmutableIntCollection |
reject(IntPredicate predicate) |
ImmutableFloatIntMap |
select(FloatIntPredicate predicate) |
ImmutableIntCollection |
select(IntPredicate predicate) |
containsKey, equals, forEachKey, forEachKeyValue, get, getIfAbsent, getOrThrow, hashCode, keySet, keysView, keyValuesView, toImmutable, toString
containsValue, forEachValue, values
allSatisfy, anySatisfy, asLazy, average, contains, containsAll, containsAll, count, detectIfNone, each, forEach, injectInto, intIterator, max, maxIfEmpty, median, min, minIfEmpty, noneSatisfy, sum, toArray, toBag, toList, toSet, toSortedArray, toSortedList
appendString, appendString, appendString, isEmpty, makeString, makeString, makeString, notEmpty, size
ImmutableFloatIntMap select(FloatIntPredicate predicate)
select
in interface FloatIntMap
ImmutableFloatIntMap reject(FloatIntPredicate predicate)
reject
in interface FloatIntMap
ImmutableIntCollection select(IntPredicate predicate)
select
in interface IntIterable
ImmutableIntCollection reject(IntPredicate predicate)
reject
in interface IntIterable
<V> ImmutableCollection<V> collect(IntToObjectFunction<? extends V> function)
collect
in interface IntIterable
ImmutableFloatIntMap newWithKeyValue(float key, int value)
ImmutableFloatIntMap newWithoutKey(float key)
ImmutableFloatIntMap newWithoutAllKeys(FloatIterable keys)
Copyright © 2004–2016. All rights reserved.