public interface ObjectShortMap<K> extends ShortIterable
Modifier and Type | Method and Description |
---|---|
boolean |
containsKey(Object key) |
boolean |
containsValue(short value) |
void |
forEachKey(Procedure<? super K> procedure) |
void |
forEachKeyValue(ObjectShortProcedure<? super K> procedure) |
void |
forEachValue(ShortProcedure procedure) |
short |
get(Object key) |
short |
getIfAbsent(Object key,
short ifAbsent) |
short |
getOrThrow(Object key) |
Set<K> |
keySet() |
LazyIterable<K> |
keysView() |
RichIterable<ObjectShortPair<K>> |
keyValuesView() |
ObjectShortMap<K> |
reject(ObjectShortPredicate<? super K> predicate) |
ObjectShortMap<K> |
select(ObjectShortPredicate<? super K> predicate) |
ImmutableObjectShortMap<K> |
toImmutable() |
String |
toString()
Returns a string representation of this ObjectShortMap.
|
MutableShortCollection |
values() |
allSatisfy, anySatisfy, asLazy, average, collect, contains, containsAll, containsAll, count, detectIfNone, each, forEach, injectInto, max, maxIfEmpty, median, min, minIfEmpty, noneSatisfy, reject, select, shortIterator, sum, toArray, toBag, toList, toSet, toSortedArray, toSortedList
appendString, appendString, appendString, isEmpty, makeString, makeString, makeString, notEmpty, size
short get(Object key)
short getOrThrow(Object key)
short getIfAbsent(Object key, short ifAbsent)
boolean containsKey(Object key)
boolean containsValue(short value)
void forEachValue(ShortProcedure procedure)
void forEachKeyValue(ObjectShortProcedure<? super K> procedure)
ObjectShortMap<K> select(ObjectShortPredicate<? super K> predicate)
ObjectShortMap<K> reject(ObjectShortPredicate<? super K> predicate)
String toString()
toString
in interface PrimitiveIterable
toString
in class Object
ImmutableObjectShortMap<K> toImmutable()
MutableShortCollection values()
LazyIterable<K> keysView()
RichIterable<ObjectShortPair<K>> keyValuesView()
Copyright © 2004–2016. All rights reserved.