public class SelectFloatIterable extends AbstractLazyFloatIterable
| Constructor and Description |
|---|
SelectFloatIterable(org.eclipse.collections.api.FloatIterable delegate,
org.eclipse.collections.api.block.predicate.primitive.FloatPredicate predicate) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
allSatisfy(org.eclipse.collections.api.block.predicate.primitive.FloatPredicate predicate) |
boolean |
anySatisfy(org.eclipse.collections.api.block.predicate.primitive.FloatPredicate predicate) |
boolean |
containsAll(float... source) |
boolean |
containsAll(org.eclipse.collections.api.FloatIterable source) |
int |
count(org.eclipse.collections.api.block.predicate.primitive.FloatPredicate predicate) |
void |
each(org.eclipse.collections.api.block.procedure.primitive.FloatProcedure procedure) |
org.eclipse.collections.api.iterator.FloatIterator |
floatIterator() |
boolean |
isEmpty() |
boolean |
noneSatisfy(org.eclipse.collections.api.block.predicate.primitive.FloatPredicate predicate) |
boolean |
notEmpty() |
int |
size() |
float[] |
toArray() |
org.eclipse.collections.api.bag.primitive.MutableFloatBag |
toBag() |
org.eclipse.collections.api.list.primitive.MutableFloatList |
toList() |
org.eclipse.collections.api.set.primitive.MutableFloatSet |
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 SelectFloatIterable(org.eclipse.collections.api.FloatIterable delegate,
org.eclipse.collections.api.block.predicate.primitive.FloatPredicate predicate)
public org.eclipse.collections.api.iterator.FloatIterator floatIterator()
public void each(org.eclipse.collections.api.block.procedure.primitive.FloatProcedure procedure)
public int size()
size in interface org.eclipse.collections.api.PrimitiveIterablesize in class AbstractLazyFloatIterablepublic boolean isEmpty()
isEmpty in interface org.eclipse.collections.api.PrimitiveIterableisEmpty in class AbstractLazyFloatIterablepublic boolean notEmpty()
notEmpty in interface org.eclipse.collections.api.PrimitiveIterablenotEmpty in class AbstractLazyFloatIterablepublic int count(org.eclipse.collections.api.block.predicate.primitive.FloatPredicate predicate)
count in interface org.eclipse.collections.api.FloatIterablecount in class AbstractLazyFloatIterablepublic boolean anySatisfy(org.eclipse.collections.api.block.predicate.primitive.FloatPredicate predicate)
anySatisfy in interface org.eclipse.collections.api.FloatIterableanySatisfy in class AbstractLazyFloatIterablepublic boolean allSatisfy(org.eclipse.collections.api.block.predicate.primitive.FloatPredicate predicate)
allSatisfy in interface org.eclipse.collections.api.FloatIterableallSatisfy in class AbstractLazyFloatIterablepublic boolean noneSatisfy(org.eclipse.collections.api.block.predicate.primitive.FloatPredicate predicate)
noneSatisfy in interface org.eclipse.collections.api.FloatIterablenoneSatisfy in class AbstractLazyFloatIterablepublic float[] toArray()
toArray in interface org.eclipse.collections.api.FloatIterabletoArray in class AbstractLazyFloatIterablepublic boolean containsAll(float... source)
containsAll in interface org.eclipse.collections.api.FloatIterablecontainsAll in class AbstractLazyFloatIterablepublic boolean containsAll(org.eclipse.collections.api.FloatIterable source)
containsAll in interface org.eclipse.collections.api.FloatIterablecontainsAll in class AbstractLazyFloatIterablepublic org.eclipse.collections.api.list.primitive.MutableFloatList toList()
toList in interface org.eclipse.collections.api.FloatIterabletoList in class AbstractLazyFloatIterablepublic org.eclipse.collections.api.set.primitive.MutableFloatSet toSet()
toSet in interface org.eclipse.collections.api.FloatIterabletoSet in class AbstractLazyFloatIterablepublic org.eclipse.collections.api.bag.primitive.MutableFloatBag toBag()
toBag in interface org.eclipse.collections.api.FloatIterabletoBag in class AbstractLazyFloatIterableCopyright © 2004–2017. All rights reserved.