public abstract class AbstractImmutableByteObjectMap<V>
extends java.lang.Object
implements com.gs.collections.api.map.primitive.ImmutableByteObjectMap<V>
| Modifier and Type | Class and Description |
|---|---|
protected static class |
AbstractImmutableByteObjectMap.ImmutableByteObjectMapSerializationProxy<V> |
| Constructor and Description |
|---|
AbstractImmutableByteObjectMap() |
| Modifier and Type | Method and Description |
|---|---|
<V1> com.gs.collections.api.map.primitive.ObjectDoubleMap<V1> |
sumByDouble(com.gs.collections.api.block.function.Function<V,V1> groupBy,
com.gs.collections.api.block.function.primitive.DoubleFunction<? super V> function)
Groups and sums the values using the two specified functions.
|
<V1> com.gs.collections.api.map.primitive.ObjectDoubleMap<V1> |
sumByFloat(com.gs.collections.api.block.function.Function<V,V1> groupBy,
com.gs.collections.api.block.function.primitive.FloatFunction<? super V> function)
Groups and sums the values using the two specified functions.
|
<V1> com.gs.collections.api.map.primitive.ObjectLongMap<V1> |
sumByInt(com.gs.collections.api.block.function.Function<V,V1> groupBy,
com.gs.collections.api.block.function.primitive.IntFunction<? super V> function)
Groups and sums the values using the two specified functions.
|
<V1> com.gs.collections.api.map.primitive.ObjectLongMap<V1> |
sumByLong(com.gs.collections.api.block.function.Function<V,V1> groupBy,
com.gs.collections.api.block.function.primitive.LongFunction<? super V> function)
Groups and sums the values using the two specified functions.
|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitcollect, collectBoolean, collectByte, collectChar, collectDouble, collectFloat, collectInt, collectLong, collectShort, collectWith, newWithKeyValue, newWithoutAllKeys, newWithoutKey, reject, reject, select, select, selectWith, tapcontainsKey, containsValue, equals, forEachKey, forEachKeyValue, forEachValue, get, getIfAbsent, hashCode, keySet, keysView, keyValuesView, toImmutable, toString, valuesaggregateBy, 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, zipWithIndexpublic <V1> com.gs.collections.api.map.primitive.ObjectLongMap<V1> sumByInt(com.gs.collections.api.block.function.Function<V,V1> groupBy, com.gs.collections.api.block.function.primitive.IntFunction<? super V> function)
com.gs.collections.api.RichIterablesumByInt in interface com.gs.collections.api.RichIterable<V>public <V1> com.gs.collections.api.map.primitive.ObjectDoubleMap<V1> sumByFloat(com.gs.collections.api.block.function.Function<V,V1> groupBy, com.gs.collections.api.block.function.primitive.FloatFunction<? super V> function)
com.gs.collections.api.RichIterablesumByFloat in interface com.gs.collections.api.RichIterable<V>public <V1> com.gs.collections.api.map.primitive.ObjectLongMap<V1> sumByLong(com.gs.collections.api.block.function.Function<V,V1> groupBy, com.gs.collections.api.block.function.primitive.LongFunction<? super V> function)
com.gs.collections.api.RichIterablesumByLong in interface com.gs.collections.api.RichIterable<V>public <V1> com.gs.collections.api.map.primitive.ObjectDoubleMap<V1> sumByDouble(com.gs.collections.api.block.function.Function<V,V1> groupBy, com.gs.collections.api.block.function.primitive.DoubleFunction<? super V> function)
com.gs.collections.api.RichIterablesumByDouble in interface com.gs.collections.api.RichIterable<V>