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()
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(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()
AbstractMap.toString()toString in interface PrimitiveIterabletoString in class ObjectAbstractCollection.toString()ImmutableShortBooleanMap toImmutable()
MutableShortSet keySet()
Copyright © 2004–2017. All rights reserved.