public interface ShortBooleanMap extends BooleanIterable
Modifier and Type | Method and Description |
---|---|
boolean |
containsKey(short key) |
boolean |
containsValue(boolean value) |
boolean |
equals(Object o)
Follows the same general contract as
Map.equals(Object) . |
void |
forEachKey(ShortProcedure procedure) |
void |
forEachKeyValue(ShortBooleanProcedure procedure) |
void |
forEachValue(BooleanProcedure procedure) |
boolean |
get(short key) |
boolean |
getIfAbsent(short key,
boolean ifAbsent) |
boolean |
getOrThrow(short key) |
int |
hashCode()
Follows the same general contract as
Map.hashCode() . |
MutableShortSet |
keySet() |
LazyShortIterable |
keysView() |
RichIterable<ShortBooleanPair> |
keyValuesView() |
ShortBooleanMap |
reject(ShortBooleanPredicate predicate) |
ShortBooleanMap |
select(ShortBooleanPredicate predicate) |
ImmutableShortBooleanMap |
toImmutable() |
String |
toString()
Returns a string representation of this ShortBooleanMap.
|
MutableBooleanCollection |
values() |
allSatisfy, anySatisfy, asLazy, booleanIterator, collect, contains, containsAll, containsAll, count, detectIfNone, forEach, injectInto, noneSatisfy, reject, select, toArray, toBag, toList, toSet
appendString, appendString, appendString, isEmpty, makeString, makeString, makeString, notEmpty, size
boolean get(short key)
boolean getIfAbsent(short key, boolean ifAbsent)
boolean getOrThrow(short key)
boolean containsKey(short key)
boolean containsValue(boolean value)
void forEachValue(BooleanProcedure procedure)
void forEachKey(ShortProcedure procedure)
void forEachKeyValue(ShortBooleanProcedure procedure)
LazyShortIterable keysView()
RichIterable<ShortBooleanPair> keyValuesView()
ShortBooleanMap select(ShortBooleanPredicate predicate)
ShortBooleanMap reject(ShortBooleanPredicate predicate)
boolean equals(Object o)
Map.equals(Object)
.int hashCode()
Map.hashCode()
.String toString()
toString
in interface PrimitiveIterable
toString
in class Object
ImmutableShortBooleanMap toImmutable()
MutableShortSet keySet()
MutableBooleanCollection values()
Copyright © 2004–2016. All rights reserved.