public interface LongObjectMap<V> extends RichIterable<V>
| Modifier and Type | Method and Description |
|---|---|
boolean |
containsKey(long key) |
boolean |
containsValue(Object value) |
boolean |
equals(Object o)
Follows the same general contract as
Map.equals(Object). |
void |
forEachKey(LongProcedure procedure) |
void |
forEachKeyValue(LongObjectProcedure<? super V> procedure) |
void |
forEachValue(Procedure<? super V> procedure) |
V |
get(long key) |
V |
getIfAbsent(long key,
Function0<? extends V> ifAbsent) |
int |
hashCode()
Follows the same general contract as
Map.hashCode(). |
MutableLongSet |
keySet() |
LazyLongIterable |
keysView() |
RichIterable<LongObjectPair<V>> |
keyValuesView() |
LongObjectMap<V> |
reject(LongObjectPredicate<? super V> predicate) |
LongObjectMap<V> |
select(LongObjectPredicate<? super V> predicate) |
ImmutableLongObjectMap<V> |
toImmutable() |
String |
toString()
Returns a string representation of this LongObjectMap.
|
Collection<V> |
values() |
aggregateBy, aggregateInPlaceBy, allSatisfy, allSatisfyWith, anySatisfy, anySatisfyWith, appendString, appendString, appendString, asLazy, chunk, collect, collect, collectBoolean, collectBoolean, collectByte, collectByte, collectChar, collectChar, collectDouble, collectDouble, collectFloat, collectFloat, collectIf, collectIf, collectInt, collectInt, collectLong, collectLong, collectShort, collectShort, collectWith, collectWith, contains, containsAll, containsAllArguments, containsAllIterable, count, countWith, detect, detectIfNone, detectWith, detectWithIfNone, flatCollect, flatCollect, getFirst, getLast, groupBy, groupBy, groupByEach, groupByEach, groupByUniqueKey, injectInto, injectInto, injectInto, injectInto, injectInto, isEmpty, makeString, makeString, makeString, max, max, maxBy, min, min, minBy, noneSatisfy, noneSatisfyWith, notEmpty, partition, partitionWith, reject, reject, rejectWith, rejectWith, select, select, selectInstancesOf, selectWith, selectWith, size, sumOfDouble, sumOfFloat, sumOfInt, sumOfLong, toArray, toArray, toBag, toList, toMap, toSet, toSortedList, toSortedList, toSortedListBy, toSortedMap, toSortedMap, toSortedSet, toSortedSet, toSortedSetBy, zip, zip, zipWithIndex, zipWithIndexforEach, forEachWith, forEachWithIndexforEach, iterator, spliteratorV get(long key)
boolean containsKey(long key)
boolean containsValue(Object value)
void forEachKey(LongProcedure procedure)
void forEachKeyValue(LongObjectProcedure<? super V> procedure)
LongObjectMap<V> select(LongObjectPredicate<? super V> predicate)
LongObjectMap<V> reject(LongObjectPredicate<? super V> predicate)
boolean equals(Object o)
Map.equals(Object).int hashCode()
Map.hashCode().String toString()
toString in interface RichIterable<V>toString in class ObjectImmutableLongObjectMap<V> toImmutable()
MutableLongSet keySet()
Collection<V> values()
LazyLongIterable keysView()
RichIterable<LongObjectPair<V>> keyValuesView()
Copyright © 2004–2017. All rights reserved.