public abstract class AbstractMutableLongValuesMap extends AbstractLongIterable implements MutableLongValuesMap
| Constructor and Description |
|---|
AbstractMutableLongValuesMap() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
allSatisfy(LongPredicate predicate) |
boolean |
anySatisfy(LongPredicate predicate) |
void |
appendString(Appendable appendable,
String start,
String separator,
String end) |
RichIterable<LongIterable> |
chunk(int size) |
<V> MutableBag<V> |
collect(LongToObjectFunction<? extends V> function) |
boolean |
contains(long value) |
boolean |
containsAll(LongIterable source) |
boolean |
containsValue(long value) |
int |
count(LongPredicate predicate) |
long |
detectIfNone(LongPredicate predicate,
long value) |
void |
each(LongProcedure procedure) |
void |
forEachValue(LongProcedure procedure) |
boolean |
isEmpty() |
long |
max() |
long |
min() |
boolean |
notEmpty() |
MutableLongBag |
reject(LongPredicate predicate) |
MutableLongBag |
select(LongPredicate predicate) |
int |
size() |
long |
sum() |
long[] |
toArray() |
long[] |
toArray(long[] target) |
asLazy, average, maxIfEmpty, median, minIfEmpty, toBag, toList, toSet, toSortedArray, toSortedList, toStringequals, getClass, hashCode, notify, notifyAll, wait, wait, waitclear, longIteratortap, valuesasLazy, average, averageIfEmpty, collect, collectBoolean, collectByte, collectChar, collectDouble, collectFloat, collectInt, collectLong, collectShort, containsAll, containsAny, containsAny, containsNone, containsNone, flatCollect, forEach, injectInto, injectIntoBoolean, injectIntoByte, injectIntoChar, injectIntoDouble, injectIntoFloat, injectIntoInt, injectIntoLong, injectIntoShort, maxIfEmpty, median, medianIfEmpty, minIfEmpty, noneSatisfy, reduce, reduceIfEmpty, reject, select, summaryStatistics, toBag, toList, toSet, toSortedArray, toSortedList, toSortedList, toSortedListBy, toSortedListByappendString, appendString, makeString, makeString, makeString, toStringpublic boolean contains(long value)
contains in interface LongIterablepublic boolean containsAll(LongIterable source)
containsAll in interface LongIterablepublic long max()
max in interface LongIterablepublic long min()
min in interface LongIterablepublic int size()
size in interface PrimitiveIterablepublic boolean isEmpty()
isEmpty in interface PrimitiveIterablepublic boolean notEmpty()
notEmpty in interface PrimitiveIterablepublic void each(LongProcedure procedure)
each in interface LongIterablepublic void appendString(Appendable appendable, String start, String separator, String end)
appendString in interface PrimitiveIterablepublic long[] toArray()
toArray in interface LongIterablepublic long[] toArray(long[] target)
toArray in interface LongIterablepublic MutableLongBag select(LongPredicate predicate)
select in interface LongIterableselect in interface LongValuesMapselect in interface MutableLongValuesMappublic MutableLongBag reject(LongPredicate predicate)
reject in interface LongIterablereject in interface LongValuesMapreject in interface MutableLongValuesMappublic <V> MutableBag<V> collect(LongToObjectFunction<? extends V> function)
collect in interface LongIterablecollect in interface LongValuesMapcollect in interface MutableLongValuesMappublic long detectIfNone(LongPredicate predicate, long value)
detectIfNone in interface LongIterablepublic int count(LongPredicate predicate)
count in interface LongIterablepublic boolean anySatisfy(LongPredicate predicate)
anySatisfy in interface LongIterablepublic boolean allSatisfy(LongPredicate predicate)
allSatisfy in interface LongIterablepublic RichIterable<LongIterable> chunk(int size)
chunk in interface LongIterablepublic long sum()
sum in interface LongIterablepublic boolean containsValue(long value)
containsValue in interface LongValuesMappublic void forEachValue(LongProcedure procedure)
forEachValue in interface LongValuesMapCopyright © 2004–2022. All rights reserved.