public interface ShortBooleanMap extends BooleanValuesMap
Modifier and Type | Method and Description |
---|---|
boolean |
containsKey(short key) |
boolean |
equals(Object o)
Follows the same general contract as
Map.equals(Object) . |
void |
forEachKey(ShortProcedure procedure) |
void |
forEachKeyValue(ShortBooleanProcedure 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.
|
containsValue, forEachValue, values
allSatisfy, anySatisfy, asLazy, booleanIterator, collect, contains, containsAll, containsAll, count, detectIfNone, each, 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)
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()
Copyright © 2004–2016. All rights reserved.