public interface ImmutableByteFloatMap extends ByteFloatMap
Modifier and Type | Method and Description |
---|---|
<V> ImmutableBag<V> |
collect(FloatToObjectFunction<? extends V> function) |
ImmutableByteFloatMap |
newWithKeyValue(byte key,
float value) |
ImmutableByteFloatMap |
newWithoutAllKeys(ByteIterable keys) |
ImmutableByteFloatMap |
newWithoutKey(byte key) |
ImmutableByteFloatMap |
reject(ByteFloatPredicate predicate) |
ImmutableFloatBag |
reject(FloatPredicate predicate) |
ImmutableByteFloatMap |
select(ByteFloatPredicate predicate) |
ImmutableFloatBag |
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, summaryStatistics, 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
ImmutableFloatBag select(FloatPredicate predicate)
select
in interface FloatIterable
select
in interface FloatValuesMap
ImmutableFloatBag reject(FloatPredicate predicate)
reject
in interface FloatIterable
reject
in interface FloatValuesMap
<V> ImmutableBag<V> collect(FloatToObjectFunction<? extends V> function)
collect
in interface FloatIterable
collect
in interface FloatValuesMap
ImmutableByteFloatMap newWithKeyValue(byte key, float value)
ImmutableByteFloatMap newWithoutKey(byte key)
ImmutableByteFloatMap newWithoutAllKeys(ByteIterable keys)
Copyright © 2004–2016. All rights reserved.