public interface ImmutableByteFloatMap extends ByteFloatMap
Modifier and Type | Method and Description |
---|---|
<V> ImmutableCollection<V> |
collect(FloatToObjectFunction<? extends V> function) |
ImmutableByteFloatMap |
newWithKeyValue(byte key,
float value) |
ImmutableByteFloatMap |
newWithoutAllKeys(ByteIterable keys) |
ImmutableByteFloatMap |
newWithoutKey(byte key) |
ImmutableByteFloatMap |
reject(ByteFloatPredicate predicate) |
ImmutableFloatCollection |
reject(FloatPredicate predicate) |
ImmutableByteFloatMap |
select(ByteFloatPredicate predicate) |
ImmutableFloatCollection |
select(FloatPredicate 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, floatIterator, forEach, injectInto, max, maxIfEmpty, median, min, minIfEmpty, noneSatisfy, sum, toArray, toBag, toList, toSet, toSortedArray, toSortedList
appendString, appendString, appendString, isEmpty, makeString, makeString, makeString, notEmpty, size
ImmutableByteFloatMap select(ByteFloatPredicate predicate)
select
in interface ByteFloatMap
ImmutableByteFloatMap reject(ByteFloatPredicate predicate)
reject
in interface ByteFloatMap
ImmutableFloatCollection select(FloatPredicate predicate)
select
in interface FloatIterable
ImmutableFloatCollection reject(FloatPredicate predicate)
reject
in interface FloatIterable
<V> ImmutableCollection<V> collect(FloatToObjectFunction<? extends V> function)
collect
in interface FloatIterable
ImmutableByteFloatMap newWithKeyValue(byte key, float value)
ImmutableByteFloatMap newWithoutKey(byte key)
ImmutableByteFloatMap newWithoutAllKeys(ByteIterable keys)
Copyright © 2004–2016. All rights reserved.