ByteFloatMap
, FloatIterable
, FloatValuesMap
, PrimitiveIterable
public interface ImmutableByteFloatMap extends ByteFloatMap
Modifier and Type | Method | Description |
---|---|---|
<V> ImmutableBag<V> |
collect(FloatToObjectFunction<? extends V> function) |
Returns a new collection with the results of applying the specified function on each element of the source
collection.
|
ImmutableFloatByteMap |
flipUniqueValues() |
Return the FloatByteMap that is obtained by flipping the direction of this map and making the associations
from value to key.
|
ImmutableByteFloatMap |
newWithKeyValue(byte key,
float value) |
|
ImmutableByteFloatMap |
newWithoutAllKeys(ByteIterable keys) |
|
ImmutableByteFloatMap |
newWithoutKey(byte key) |
|
ImmutableByteFloatMap |
reject(ByteFloatPredicate predicate) |
|
ImmutableFloatBag |
reject(FloatPredicate predicate) |
Returns a new FloatIterable with all of the elements in the FloatIterable that
return false for the specified predicate.
|
ImmutableByteFloatMap |
select(ByteFloatPredicate predicate) |
|
ImmutableFloatBag |
select(FloatPredicate predicate) |
Returns a new FloatIterable with all of the elements in the FloatIterable that
return true for the specified predicate.
|
containsKey, equals, forEachKey, forEachKeyValue, get, getIfAbsent, getOrThrow, hashCode, keySet, keysView, keyValuesView, toImmutable, toString
allSatisfy, anySatisfy, asLazy, average, averageIfEmpty, chunk, collect, collectBoolean, collectByte, collectChar, collectDouble, collectFloat, collectInt, collectLong, collectShort, contains, containsAll, containsAll, count, detectIfNone, each, flatCollect, floatIterator, forEach, injectInto, max, maxIfEmpty, median, medianIfEmpty, min, minIfEmpty, noneSatisfy, reduce, reduceIfEmpty, reject, select, sum, summaryStatistics, toArray, toBag, toList, toSet, toSortedArray, toSortedList
containsValue, forEachValue, tap, values
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)
FloatIterable
select
in interface FloatIterable
select
in interface FloatValuesMap
ImmutableFloatBag reject(FloatPredicate predicate)
FloatIterable
reject
in interface FloatIterable
reject
in interface FloatValuesMap
<V> ImmutableBag<V> collect(FloatToObjectFunction<? extends V> function)
FloatIterable
collect
in interface FloatIterable
collect
in interface FloatValuesMap
ImmutableByteFloatMap newWithKeyValue(byte key, float value)
ImmutableByteFloatMap newWithoutKey(byte key)
ImmutableByteFloatMap newWithoutAllKeys(ByteIterable keys)
ImmutableFloatByteMap flipUniqueValues()
ByteFloatMap
flipUniqueValues
in interface ByteFloatMap
Copyright © 2004–2019. All rights reserved.