public interface ByteBooleanMap extends BooleanValuesMap
| Modifier and Type | Method and Description |
|---|---|
boolean |
containsKey(byte key) |
boolean |
equals(Object o)
Follows the same general contract as
Map.equals(Object). |
void |
forEachKey(ByteProcedure procedure) |
void |
forEachKeyValue(ByteBooleanProcedure procedure) |
boolean |
get(byte key) |
boolean |
getIfAbsent(byte key,
boolean ifAbsent) |
boolean |
getOrThrow(byte key) |
int |
hashCode()
Follows the same general contract as
Map.hashCode(). |
MutableByteSet |
keySet() |
LazyByteIterable |
keysView() |
RichIterable<ByteBooleanPair> |
keyValuesView() |
ByteBooleanMap |
reject(ByteBooleanPredicate predicate) |
ByteBooleanMap |
select(ByteBooleanPredicate predicate) |
ImmutableByteBooleanMap |
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(byte key)
boolean getIfAbsent(byte key,
boolean ifAbsent)
boolean getOrThrow(byte key)
boolean containsKey(byte key)
void forEachKey(ByteProcedure procedure)
void forEachKeyValue(ByteBooleanProcedure procedure)
LazyByteIterable keysView()
RichIterable<ByteBooleanPair> keyValuesView()
ByteBooleanMap select(ByteBooleanPredicate predicate)
ByteBooleanMap reject(ByteBooleanPredicate predicate)
boolean equals(Object o)
Map.equals(Object).int hashCode()
Map.hashCode().String toString()
AbstractMap.toString()toString in interface PrimitiveIterabletoString in class ObjectAbstractCollection.toString()ImmutableByteBooleanMap toImmutable()
MutableByteSet keySet()
Copyright © 2004–2017. All rights reserved.