public interface ByteDoubleMap extends DoubleValuesMap
| Modifier and Type | Method and Description |
|---|---|
boolean |
containsKey(byte key) |
boolean |
equals(Object o)
Follows the same general contract as
Map.equals(Object). |
DoubleByteMap |
flipUniqueValues()
Return the DoubleByteMap that is obtained by flipping the direction of this map and making the associations
from value to key.
|
void |
forEachKey(ByteProcedure procedure) |
void |
forEachKeyValue(ByteDoubleProcedure procedure) |
double |
get(byte key) |
double |
getIfAbsent(byte key,
double ifAbsent) |
double |
getOrThrow(byte key) |
int |
hashCode()
Follows the same general contract as
Map.hashCode(). |
MutableByteSet |
keySet() |
LazyByteIterable |
keysView() |
RichIterable<ByteDoublePair> |
keyValuesView() |
ByteDoubleMap |
reject(ByteDoublePredicate predicate) |
ByteDoubleMap |
select(ByteDoublePredicate predicate) |
ImmutableByteDoubleMap |
toImmutable() |
String |
toString()
Follows the same general contract as
AbstractMap.toString() |
collect, containsValue, forEachValue, reject, select, tap, valuesallSatisfy, anySatisfy, asLazy, average, averageIfEmpty, collect, collectBoolean, collectByte, collectChar, collectDouble, collectFloat, collectInt, collectLong, collectShort, contains, containsAll, containsAll, count, detectIfNone, doubleIterator, each, flatCollect, forEach, injectInto, max, maxIfEmpty, median, medianIfEmpty, min, minIfEmpty, noneSatisfy, reject, select, sum, summaryStatistics, toArray, toBag, toList, toSet, toSortedArray, toSortedListappendString, appendString, appendString, isEmpty, makeString, makeString, makeString, notEmpty, sizedouble get(byte key)
double getIfAbsent(byte key,
double ifAbsent)
double getOrThrow(byte key)
boolean containsKey(byte key)
void forEachKey(ByteProcedure procedure)
void forEachKeyValue(ByteDoubleProcedure procedure)
LazyByteIterable keysView()
RichIterable<ByteDoublePair> keyValuesView()
DoubleByteMap flipUniqueValues()
IllegalStateException - if the DoubleByteMap contains duplicate values.ByteDoubleMap select(ByteDoublePredicate predicate)
ByteDoubleMap reject(ByteDoublePredicate predicate)
boolean equals(Object o)
Map.equals(Object).int hashCode()
Map.hashCode().String toString()
AbstractMap.toString()toString in interface PrimitiveIterabletoString in class ObjectAbstractCollection.toString()ImmutableByteDoubleMap toImmutable()
MutableByteSet keySet()
Copyright © 2004–2017. All rights reserved.