public interface DoubleBooleanMap extends BooleanValuesMap
| Modifier and Type | Method and Description |
|---|---|
boolean |
containsKey(double key) |
boolean |
equals(Object o)
Follows the same general contract as
Map.equals(Object). |
void |
forEachKey(DoubleProcedure procedure) |
void |
forEachKeyValue(DoubleBooleanProcedure procedure) |
boolean |
get(double key) |
boolean |
getIfAbsent(double key,
boolean ifAbsent) |
boolean |
getOrThrow(double key) |
int |
hashCode()
Follows the same general contract as
Map.hashCode(). |
MutableDoubleSet |
keySet() |
LazyDoubleIterable |
keysView() |
RichIterable<DoubleBooleanPair> |
keyValuesView() |
DoubleBooleanMap |
reject(DoubleBooleanPredicate predicate) |
DoubleBooleanMap |
select(DoubleBooleanPredicate predicate) |
ImmutableDoubleBooleanMap |
toImmutable() |
String |
toString()
Follows the same general contract as
AbstractMap.toString() |
collect, containsValue, forEachValue, reject, select, tap, valuesallSatisfy, anySatisfy, asLazy, booleanIterator, collect, collectBoolean, collectByte, collectChar, collectDouble, collectFloat, collectInt, collectLong, collectShort, contains, containsAll, containsAll, count, detectIfNone, each, flatCollect, forEach, injectInto, noneSatisfy, reject, select, toArray, toBag, toList, toSetappendString, appendString, appendString, isEmpty, makeString, makeString, makeString, notEmpty, sizeboolean get(double key)
boolean getIfAbsent(double key,
boolean ifAbsent)
boolean getOrThrow(double key)
boolean containsKey(double key)
void forEachKey(DoubleProcedure procedure)
void forEachKeyValue(DoubleBooleanProcedure procedure)
LazyDoubleIterable keysView()
RichIterable<DoubleBooleanPair> keyValuesView()
DoubleBooleanMap select(DoubleBooleanPredicate predicate)
DoubleBooleanMap reject(DoubleBooleanPredicate predicate)
boolean equals(Object o)
Map.equals(Object).int hashCode()
Map.hashCode().String toString()
AbstractMap.toString()toString in interface PrimitiveIterabletoString in class ObjectAbstractCollection.toString()ImmutableDoubleBooleanMap toImmutable()
MutableDoubleSet keySet()
Copyright © 2004–2017. All rights reserved.