public interface ObjectByteMap<K> extends ByteIterable
| Modifier and Type | Method and Description |
|---|---|
boolean |
containsKey(Object key) |
boolean |
containsValue(byte value) |
void |
forEachKey(Procedure<? super K> procedure) |
void |
forEachKeyValue(ObjectByteProcedure<? super K> procedure) |
void |
forEachValue(ByteProcedure procedure) |
byte |
get(Object key) |
byte |
getIfAbsent(Object key,
byte ifAbsent) |
byte |
getOrThrow(Object key) |
Set<K> |
keySet() |
LazyIterable<K> |
keysView() |
RichIterable<ObjectBytePair<K>> |
keyValuesView() |
ObjectByteMap<K> |
reject(ObjectBytePredicate<? super K> predicate) |
ObjectByteMap<K> |
select(ObjectBytePredicate<? super K> predicate) |
ImmutableObjectByteMap<K> |
toImmutable() |
String |
toString()
Returns a string representation of this ObjectByteMap.
|
MutableByteCollection |
values() |
allSatisfy, anySatisfy, asLazy, average, byteIterator, collect, contains, containsAll, containsAll, count, detectIfNone, each, forEach, injectInto, max, maxIfEmpty, median, min, minIfEmpty, noneSatisfy, reject, select, sum, toArray, toBag, toList, toSet, toSortedArray, toSortedListappendString, appendString, appendString, isEmpty, makeString, makeString, makeString, notEmpty, sizebyte get(Object key)
byte getOrThrow(Object key)
byte getIfAbsent(Object key, byte ifAbsent)
boolean containsKey(Object key)
boolean containsValue(byte value)
void forEachValue(ByteProcedure procedure)
void forEachKeyValue(ObjectByteProcedure<? super K> procedure)
ObjectByteMap<K> select(ObjectBytePredicate<? super K> predicate)
ObjectByteMap<K> reject(ObjectBytePredicate<? super K> predicate)
String toString()
toString in interface PrimitiveIterabletoString in class ObjectImmutableObjectByteMap<K> toImmutable()
MutableByteCollection values()
LazyIterable<K> keysView()
RichIterable<ObjectBytePair<K>> keyValuesView()
Copyright © 2004–2016. All rights reserved.