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, 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, sizeImmutableByteFloatMap select(ByteFloatPredicate predicate)
select in interface ByteFloatMapImmutableByteFloatMap reject(ByteFloatPredicate predicate)
reject in interface ByteFloatMapImmutableFloatCollection 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 FloatIterableImmutableByteFloatMap newWithKeyValue(byte key, float value)
ImmutableByteFloatMap newWithoutKey(byte key)
ImmutableByteFloatMap newWithoutAllKeys(ByteIterable keys)
Copyright © 2004–2016. All rights reserved.