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()
Returns a string representation of this ByteBooleanMap.
|
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(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()
toString
in interface PrimitiveIterable
toString
in class Object
ImmutableByteBooleanMap toImmutable()
MutableByteSet keySet()
Copyright © 2004–2016. All rights reserved.