public abstract class AbstractMutableShortValuesMap extends AbstractShortIterable implements MutableShortValuesMap
| Constructor and Description |
|---|
AbstractMutableShortValuesMap() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
allSatisfy(ShortPredicate predicate) |
boolean |
anySatisfy(ShortPredicate predicate) |
void |
appendString(Appendable appendable,
String start,
String separator,
String end) |
RichIterable<ShortIterable> |
chunk(int size) |
<V> MutableBag<V> |
collect(ShortToObjectFunction<? extends V> function) |
boolean |
contains(short value) |
boolean |
containsAll(ShortIterable source) |
boolean |
containsValue(short value) |
int |
count(ShortPredicate predicate) |
short |
detectIfNone(ShortPredicate predicate,
short value) |
void |
each(ShortProcedure procedure) |
void |
forEachValue(ShortProcedure procedure) |
boolean |
isEmpty() |
short |
max() |
short |
min() |
boolean |
notEmpty() |
MutableShortBag |
reject(ShortPredicate predicate) |
MutableShortBag |
select(ShortPredicate predicate) |
int |
size() |
long |
sum() |
short[] |
toArray() |
short[] |
toArray(short[] target) |
asLazy, average, maxIfEmpty, median, minIfEmpty, toBag, toList, toSet, toSortedArray, toSortedList, toStringequals, getClass, hashCode, notify, notifyAll, wait, wait, waitclear, shortIteratortap, 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(short value)
contains in interface ShortIterablepublic boolean containsAll(ShortIterable source)
containsAll in interface ShortIterablepublic short max()
max in interface ShortIterablepublic short min()
min in interface ShortIterablepublic int size()
size in interface PrimitiveIterablepublic boolean isEmpty()
isEmpty in interface PrimitiveIterablepublic boolean notEmpty()
notEmpty in interface PrimitiveIterablepublic void each(ShortProcedure procedure)
each in interface ShortIterablepublic void appendString(Appendable appendable, String start, String separator, String end)
appendString in interface PrimitiveIterablepublic short[] toArray()
toArray in interface ShortIterablepublic short[] toArray(short[] target)
toArray in interface ShortIterablepublic MutableShortBag select(ShortPredicate predicate)
select in interface MutableShortValuesMapselect in interface ShortValuesMapselect in interface ShortIterablepublic MutableShortBag reject(ShortPredicate predicate)
reject in interface MutableShortValuesMapreject in interface ShortValuesMapreject in interface ShortIterablepublic <V> MutableBag<V> collect(ShortToObjectFunction<? extends V> function)
collect in interface MutableShortValuesMapcollect in interface ShortValuesMapcollect in interface ShortIterablepublic short detectIfNone(ShortPredicate predicate, short value)
detectIfNone in interface ShortIterablepublic int count(ShortPredicate predicate)
count in interface ShortIterablepublic boolean anySatisfy(ShortPredicate predicate)
anySatisfy in interface ShortIterablepublic boolean allSatisfy(ShortPredicate predicate)
allSatisfy in interface ShortIterablepublic RichIterable<ShortIterable> chunk(int size)
chunk in interface ShortIterablepublic long sum()
sum in interface ShortIterablepublic boolean containsValue(short value)
containsValue in interface ShortValuesMappublic void forEachValue(ShortProcedure procedure)
forEachValue in interface ShortValuesMapCopyright © 2004–2022. All rights reserved.