public interface ByteBooleanMap extends BooleanIterable
Modifier and Type | Method and Description |
---|---|
boolean |
containsKey(byte key) |
boolean |
containsValue(boolean value) |
boolean |
equals(Object o)
Follows the same general contract as
Map.equals(Object) . |
void |
forEachKey(ByteProcedure procedure) |
void |
forEachKeyValue(ByteBooleanProcedure procedure) |
void |
forEachValue(BooleanProcedure 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()
Returns a string representation of this ByteBooleanMap.
|
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(byte key)
boolean getIfAbsent(byte key, boolean ifAbsent)
boolean getOrThrow(byte key)
boolean containsKey(byte key)
boolean containsValue(boolean value)
void forEachValue(BooleanProcedure procedure)
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()
toString
in interface PrimitiveIterable
toString
in class Object
ImmutableByteBooleanMap toImmutable()
MutableByteSet keySet()
MutableBooleanCollection values()
Copyright © 2004–2019. All rights reserved.