public abstract class AbstractUnmodifiableIntCollection extends Object implements MutableIntCollection, 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 MutableIntCollectionpublic boolean contains(int value)
contains in interface IntIterablepublic boolean containsAll(int... source)
containsAll in interface IntIterablepublic boolean containsAll(IntIterable source)
containsAll in interface IntIterablepublic boolean containsAny(int... source)
containsAny in interface IntIterablepublic boolean containsAny(IntIterable source)
containsAny in interface IntIterablepublic boolean containsNone(int... source)
containsNone in interface IntIterablepublic boolean containsNone(IntIterable source)
containsNone in interface IntIterablepublic boolean add(int newItem)
add in interface MutableIntCollectionpublic boolean addAll(int... source)
addAll in interface MutableIntCollectionpublic boolean addAll(IntIterable source)
addAll in interface MutableIntCollectionpublic boolean remove(int value)
remove in interface MutableIntCollectionpublic boolean removeIf(IntPredicate predicate)
removeIf in interface MutableIntCollectionpublic boolean removeAll(IntIterable source)
removeAll in interface MutableIntCollectionpublic boolean removeAll(int... source)
removeAll in interface MutableIntCollectionpublic boolean retainAll(IntIterable source)
retainAll in interface MutableIntCollectionpublic boolean retainAll(int... source)
retainAll in interface MutableIntCollectionpublic MutableIntIterator intIterator()
intIterator in interface MutableIntCollectionintIterator in interface IntIterablepublic void each(IntProcedure procedure)
each in interface IntIterablepublic int count(IntPredicate predicate)
count in interface IntIterablepublic boolean anySatisfy(IntPredicate predicate)
anySatisfy in interface IntIterablepublic boolean allSatisfy(IntPredicate predicate)
allSatisfy in interface IntIterablepublic boolean noneSatisfy(IntPredicate predicate)
noneSatisfy in interface IntIterablepublic MutableIntCollection select(IntPredicate predicate)
select in interface MutableIntCollectionselect in interface IntIterablepublic MutableIntCollection reject(IntPredicate predicate)
reject in interface MutableIntCollectionreject in interface IntIterablepublic <V> MutableCollection<V> collect(IntToObjectFunction<? extends V> function)
collect in interface MutableIntCollectioncollect in interface IntIterablepublic MutableIntCollection with(int element)
with in interface MutableIntCollectionpublic MutableIntCollection without(int element)
without in interface MutableIntCollectionpublic MutableIntCollection withAll(IntIterable elements)
withAll in interface MutableIntCollectionpublic MutableIntCollection withoutAll(IntIterable elements)
withoutAll in interface MutableIntCollectionpublic MutableIntCollection asUnmodifiable()
asUnmodifiable in interface MutableIntCollectionpublic MutableIntCollection asSynchronized()
asSynchronized in interface MutableIntCollectionpublic ImmutableIntCollection toImmutable()
toImmutable in interface MutableIntCollectionpublic LazyIntIterable asLazy()
asLazy in interface IntIterablepublic int detectIfNone(IntPredicate predicate, int ifNone)
detectIfNone in interface IntIterablepublic long sum()
sum in interface IntIterablepublic int max()
max in interface IntIterablepublic int min()
min in interface IntIterablepublic int minIfEmpty(int defaultValue)
minIfEmpty in interface IntIterablepublic int maxIfEmpty(int defaultValue)
maxIfEmpty in interface IntIterablepublic double average()
average in interface IntIterablepublic double median()
median in interface IntIterablepublic MutableIntList toSortedList()
toSortedList in interface IntIterablepublic int[] toSortedArray()
toSortedArray in interface IntIterablepublic int[] toArray()
toArray in interface IntIterablepublic int[] toArray(int[] target)
toArray in interface IntIterablepublic 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 MutableIntList toList()
toList in interface IntIterablepublic MutableIntSet toSet()
toSet in interface IntIterablepublic MutableIntBag toBag()
toBag in interface IntIterablepublic <T> T injectInto(T injectedValue,
ObjectIntToObjectFunction<? super T,? extends T> function)
injectInto in interface IntIterablepublic long reduce(LongIntToLongFunction accumulator)
reduce in interface IntIterablepublic long reduceIfEmpty(LongIntToLongFunction accumulator, long defaultValue)
reduceIfEmpty in interface IntIterablepublic RichIterable<IntIterable> chunk(int size)
chunk in interface IntIterableCopyright © 2004–2022. All rights reserved.