public abstract class AbstractUnmodifiableShortCollection extends Object implements MutableShortCollection, Serializable
equals, getClass, hashCode, notify, notifyAll, wait, wait, waitnewEmpty, tapaverageIfEmpty, collect, collectBoolean, collectByte, collectChar, collectDouble, collectFloat, collectInt, collectLong, collectShort, flatCollect, forEach, injectIntoBoolean, injectIntoByte, injectIntoChar, injectIntoDouble, injectIntoFloat, injectIntoInt, injectIntoLong, injectIntoShort, medianIfEmpty, reject, select, summaryStatistics, toSortedList, toSortedListBy, toSortedListBypublic int size()
size in interface PrimitiveIterablepublic boolean isEmpty()
isEmpty in interface PrimitiveIterablepublic boolean notEmpty()
notEmpty in interface PrimitiveIterablepublic void clear()
clear in interface MutableShortCollectionpublic boolean contains(short value)
contains in interface ShortIterablepublic boolean containsAll(short... source)
containsAll in interface ShortIterablepublic boolean containsAll(ShortIterable source)
containsAll in interface ShortIterablepublic boolean containsAny(short... source)
containsAny in interface ShortIterablepublic boolean containsAny(ShortIterable source)
containsAny in interface ShortIterablepublic boolean containsNone(short... source)
containsNone in interface ShortIterablepublic boolean containsNone(ShortIterable source)
containsNone in interface ShortIterablepublic boolean add(short newItem)
add in interface MutableShortCollectionpublic boolean addAll(short... source)
addAll in interface MutableShortCollectionpublic boolean addAll(ShortIterable source)
addAll in interface MutableShortCollectionpublic boolean remove(short value)
remove in interface MutableShortCollectionpublic boolean removeIf(ShortPredicate predicate)
removeIf in interface MutableShortCollectionpublic boolean removeAll(ShortIterable source)
removeAll in interface MutableShortCollectionpublic boolean removeAll(short... source)
removeAll in interface MutableShortCollectionpublic boolean retainAll(ShortIterable source)
retainAll in interface MutableShortCollectionpublic boolean retainAll(short... source)
retainAll in interface MutableShortCollectionpublic MutableShortIterator shortIterator()
shortIterator in interface MutableShortCollectionshortIterator in interface ShortIterablepublic void each(ShortProcedure procedure)
each 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 boolean noneSatisfy(ShortPredicate predicate)
noneSatisfy in interface ShortIterablepublic MutableShortCollection select(ShortPredicate predicate)
select in interface MutableShortCollectionselect in interface ShortIterablepublic MutableShortCollection reject(ShortPredicate predicate)
reject in interface MutableShortCollectionreject in interface ShortIterablepublic <V> MutableCollection<V> collect(ShortToObjectFunction<? extends V> function)
collect in interface MutableShortCollectioncollect in interface ShortIterablepublic MutableShortCollection with(short element)
with in interface MutableShortCollectionpublic MutableShortCollection without(short element)
without in interface MutableShortCollectionpublic MutableShortCollection withAll(ShortIterable elements)
withAll in interface MutableShortCollectionpublic MutableShortCollection withoutAll(ShortIterable elements)
withoutAll in interface MutableShortCollectionpublic MutableShortCollection asUnmodifiable()
asUnmodifiable in interface MutableShortCollectionpublic MutableShortCollection asSynchronized()
asSynchronized in interface MutableShortCollectionpublic ImmutableShortCollection toImmutable()
toImmutable in interface MutableShortCollectionpublic LazyShortIterable asLazy()
asLazy in interface ShortIterablepublic short detectIfNone(ShortPredicate predicate, short ifNone)
detectIfNone in interface ShortIterablepublic long sum()
sum in interface ShortIterablepublic short max()
max in interface ShortIterablepublic short min()
min in interface ShortIterablepublic short minIfEmpty(short defaultValue)
minIfEmpty in interface ShortIterablepublic short maxIfEmpty(short defaultValue)
maxIfEmpty in interface ShortIterablepublic double average()
average in interface ShortIterablepublic double median()
median in interface ShortIterablepublic MutableShortList toSortedList()
toSortedList in interface ShortIterablepublic short[] toSortedArray()
toSortedArray in interface ShortIterablepublic short[] toArray()
toArray in interface ShortIterablepublic short[] toArray(short[] target)
toArray in interface ShortIterablepublic String toString()
toString in interface PrimitiveIterabletoString in class Objectpublic String makeString()
makeString in interface PrimitiveIterablepublic String makeString(String separator)
makeString in interface PrimitiveIterablepublic String makeString(String start, String separator, String end)
makeString in interface PrimitiveIterablepublic void appendString(Appendable appendable)
appendString in interface PrimitiveIterablepublic void appendString(Appendable appendable, String separator)
appendString in interface PrimitiveIterablepublic void appendString(Appendable appendable, String start, String separator, String end)
appendString in interface PrimitiveIterablepublic MutableShortList toList()
toList in interface ShortIterablepublic MutableShortSet toSet()
toSet in interface ShortIterablepublic MutableShortBag toBag()
toBag in interface ShortIterablepublic <T> T injectInto(T injectedValue,
ObjectShortToObjectFunction<? super T,? extends T> function)
injectInto in interface ShortIterablepublic long reduce(LongShortToLongFunction accumulator)
reduce in interface ShortIterablepublic long reduceIfEmpty(LongShortToLongFunction accumulator, long defaultValue)
reduceIfEmpty in interface ShortIterablepublic RichIterable<ShortIterable> chunk(int size)
chunk in interface ShortIterableCopyright © 2004–2022. All rights reserved.