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, summaryStatistics, toArray, toBag, toList, toSet, toSortedArray, toSortedListappendString, appendString, appendString, isEmpty, makeString, makeString, makeString, notEmpty, sizeshort 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 PrimitiveIterabletoString in class ObjectImmutableObjectShortMap<K> toImmutable()
MutableShortCollection values()
LazyIterable<K> keysView()
RichIterable<ObjectShortPair<K>> keyValuesView()
Copyright © 2004–2016. All rights reserved.