public abstract class AbstractImmutableCharObjectMap<V> extends Object implements ImmutableCharObjectMap<V>
Constructor and Description |
---|
AbstractImmutableCharObjectMap() |
Modifier and Type | Method and Description |
---|---|
<V1> ObjectDoubleMap<V1> |
sumByDouble(Function<V,V1> groupBy,
DoubleFunction<? super V> function)
Groups and sums the values using the two specified functions.
|
<V1> ObjectDoubleMap<V1> |
sumByFloat(Function<V,V1> groupBy,
FloatFunction<? super V> function)
Groups and sums the values using the two specified functions.
|
<V1> ObjectLongMap<V1> |
sumByInt(Function<V,V1> groupBy,
IntFunction<? super V> function)
Groups and sums the values using the two specified functions.
|
<V1> ObjectLongMap<V1> |
sumByLong(Function<V,V1> groupBy,
LongFunction<? super V> function)
Groups and sums the values using the two specified functions.
|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
collect, collectBoolean, collectByte, collectChar, collectDouble, collectFloat, collectInt, collectLong, collectShort, collectWith, newWithKeyValue, newWithoutAllKeys, newWithoutKey, reject, reject, select, select, selectWith, tap
containsKey, containsValue, equals, forEachKey, forEachKeyValue, forEachValue, get, getIfAbsent, hashCode, keySet, keysView, keyValuesView, toImmutable, toString, values
aggregateBy, aggregateInPlaceBy, allSatisfy, allSatisfyWith, anySatisfy, anySatisfyWith, appendString, appendString, appendString, asLazy, chunk, collect, collectBoolean, collectByte, collectChar, collectDouble, collectFloat, collectIf, collectIf, collectInt, collectLong, collectShort, collectWith, contains, containsAll, containsAllArguments, containsAllIterable, count, countWith, detect, detectIfNone, detectWith, detectWithIfNone, each, flatCollect, flatCollect, getFirst, getLast, groupBy, groupBy, groupByEach, groupByEach, groupByUniqueKey, groupByUniqueKey, injectInto, injectInto, injectInto, injectInto, injectInto, isEmpty, makeString, makeString, makeString, max, max, maxBy, min, min, minBy, noneSatisfy, noneSatisfyWith, notEmpty, partition, partitionWith, reject, rejectWith, rejectWith, select, selectInstancesOf, selectWith, size, sumOfDouble, sumOfFloat, sumOfInt, sumOfLong, toArray, toArray, toBag, toList, toMap, toSet, toSortedBag, toSortedBag, toSortedBagBy, toSortedList, toSortedList, toSortedListBy, toSortedMap, toSortedMap, toSortedSet, toSortedSet, toSortedSetBy, zip, zip, zipWithIndex, zipWithIndex
forEach, forEachWith, forEachWithIndex
forEach, iterator, spliterator
public <V1> ObjectLongMap<V1> sumByInt(Function<V,V1> groupBy, IntFunction<? super V> function)
RichIterable
sumByInt
in interface RichIterable<V>
public <V1> ObjectDoubleMap<V1> sumByFloat(Function<V,V1> groupBy, FloatFunction<? super V> function)
RichIterable
sumByFloat
in interface RichIterable<V>
public <V1> ObjectLongMap<V1> sumByLong(Function<V,V1> groupBy, LongFunction<? super V> function)
RichIterable
sumByLong
in interface RichIterable<V>
public <V1> ObjectDoubleMap<V1> sumByDouble(Function<V,V1> groupBy, DoubleFunction<? super V> function)
RichIterable
sumByDouble
in interface RichIterable<V>
Copyright © 2004–2016. All rights reserved.