public class SelectIntIterable extends AbstractLazyIntIterable
| Constructor and Description |
|---|
SelectIntIterable(org.eclipse.collections.api.IntIterable delegate,
org.eclipse.collections.api.block.predicate.primitive.IntPredicate predicate) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
allSatisfy(org.eclipse.collections.api.block.predicate.primitive.IntPredicate predicate) |
boolean |
anySatisfy(org.eclipse.collections.api.block.predicate.primitive.IntPredicate predicate) |
boolean |
containsAll(int... source) |
boolean |
containsAll(org.eclipse.collections.api.IntIterable source) |
int |
count(org.eclipse.collections.api.block.predicate.primitive.IntPredicate predicate) |
void |
each(org.eclipse.collections.api.block.procedure.primitive.IntProcedure procedure) |
org.eclipse.collections.api.iterator.IntIterator |
intIterator() |
boolean |
isEmpty() |
boolean |
noneSatisfy(org.eclipse.collections.api.block.predicate.primitive.IntPredicate predicate) |
boolean |
notEmpty() |
int |
size() |
int[] |
toArray() |
org.eclipse.collections.api.bag.primitive.MutableIntBag |
toBag() |
org.eclipse.collections.api.list.primitive.MutableIntList |
toList() |
org.eclipse.collections.api.set.primitive.MutableIntSet |
toSet() |
appendString, appendString, appendString, asLazy, average, collect, collectBoolean, collectByte, collectChar, collectDouble, collectFloat, collectInt, collectLong, collectShort, contains, detectIfNone, forEach, injectInto, makeString, makeString, makeString, max, maxIfEmpty, median, min, minIfEmpty, reject, select, sum, toSortedArray, toSortedList, toStringpublic SelectIntIterable(org.eclipse.collections.api.IntIterable delegate,
org.eclipse.collections.api.block.predicate.primitive.IntPredicate predicate)
public org.eclipse.collections.api.iterator.IntIterator intIterator()
public void each(org.eclipse.collections.api.block.procedure.primitive.IntProcedure procedure)
public int size()
size in interface org.eclipse.collections.api.PrimitiveIterablesize in class AbstractLazyIntIterablepublic boolean isEmpty()
isEmpty in interface org.eclipse.collections.api.PrimitiveIterableisEmpty in class AbstractLazyIntIterablepublic boolean notEmpty()
notEmpty in interface org.eclipse.collections.api.PrimitiveIterablenotEmpty in class AbstractLazyIntIterablepublic int count(org.eclipse.collections.api.block.predicate.primitive.IntPredicate predicate)
count in interface org.eclipse.collections.api.IntIterablecount in class AbstractLazyIntIterablepublic boolean anySatisfy(org.eclipse.collections.api.block.predicate.primitive.IntPredicate predicate)
anySatisfy in interface org.eclipse.collections.api.IntIterableanySatisfy in class AbstractLazyIntIterablepublic boolean allSatisfy(org.eclipse.collections.api.block.predicate.primitive.IntPredicate predicate)
allSatisfy in interface org.eclipse.collections.api.IntIterableallSatisfy in class AbstractLazyIntIterablepublic boolean noneSatisfy(org.eclipse.collections.api.block.predicate.primitive.IntPredicate predicate)
noneSatisfy in interface org.eclipse.collections.api.IntIterablenoneSatisfy in class AbstractLazyIntIterablepublic int[] toArray()
toArray in interface org.eclipse.collections.api.IntIterabletoArray in class AbstractLazyIntIterablepublic boolean containsAll(int... source)
containsAll in interface org.eclipse.collections.api.IntIterablecontainsAll in class AbstractLazyIntIterablepublic boolean containsAll(org.eclipse.collections.api.IntIterable source)
containsAll in interface org.eclipse.collections.api.IntIterablecontainsAll in class AbstractLazyIntIterablepublic org.eclipse.collections.api.list.primitive.MutableIntList toList()
toList in interface org.eclipse.collections.api.IntIterabletoList in class AbstractLazyIntIterablepublic org.eclipse.collections.api.set.primitive.MutableIntSet toSet()
toSet in interface org.eclipse.collections.api.IntIterabletoSet in class AbstractLazyIntIterablepublic org.eclipse.collections.api.bag.primitive.MutableIntBag toBag()
toBag in interface org.eclipse.collections.api.IntIterabletoBag in class AbstractLazyIntIterableCopyright © 2004–2018. All rights reserved.