public class SelectShortIterable extends AbstractLazyShortIterable
| Constructor and Description |
|---|
SelectShortIterable(org.eclipse.collections.api.ShortIterable delegate,
org.eclipse.collections.api.block.predicate.primitive.ShortPredicate predicate) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
allSatisfy(org.eclipse.collections.api.block.predicate.primitive.ShortPredicate predicate) |
boolean |
anySatisfy(org.eclipse.collections.api.block.predicate.primitive.ShortPredicate predicate) |
boolean |
containsAll(short... source) |
boolean |
containsAll(org.eclipse.collections.api.ShortIterable source) |
int |
count(org.eclipse.collections.api.block.predicate.primitive.ShortPredicate predicate) |
void |
each(org.eclipse.collections.api.block.procedure.primitive.ShortProcedure procedure) |
boolean |
isEmpty() |
boolean |
noneSatisfy(org.eclipse.collections.api.block.predicate.primitive.ShortPredicate predicate) |
boolean |
notEmpty() |
org.eclipse.collections.api.iterator.ShortIterator |
shortIterator() |
int |
size() |
short[] |
toArray() |
org.eclipse.collections.api.bag.primitive.MutableShortBag |
toBag() |
org.eclipse.collections.api.list.primitive.MutableShortList |
toList() |
org.eclipse.collections.api.set.primitive.MutableShortSet |
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 SelectShortIterable(org.eclipse.collections.api.ShortIterable delegate,
org.eclipse.collections.api.block.predicate.primitive.ShortPredicate predicate)
public org.eclipse.collections.api.iterator.ShortIterator shortIterator()
public void each(org.eclipse.collections.api.block.procedure.primitive.ShortProcedure procedure)
public int size()
size in interface org.eclipse.collections.api.PrimitiveIterablesize in class AbstractLazyShortIterablepublic boolean isEmpty()
isEmpty in interface org.eclipse.collections.api.PrimitiveIterableisEmpty in class AbstractLazyShortIterablepublic boolean notEmpty()
notEmpty in interface org.eclipse.collections.api.PrimitiveIterablenotEmpty in class AbstractLazyShortIterablepublic int count(org.eclipse.collections.api.block.predicate.primitive.ShortPredicate predicate)
count in interface org.eclipse.collections.api.ShortIterablecount in class AbstractLazyShortIterablepublic boolean anySatisfy(org.eclipse.collections.api.block.predicate.primitive.ShortPredicate predicate)
anySatisfy in interface org.eclipse.collections.api.ShortIterableanySatisfy in class AbstractLazyShortIterablepublic boolean allSatisfy(org.eclipse.collections.api.block.predicate.primitive.ShortPredicate predicate)
allSatisfy in interface org.eclipse.collections.api.ShortIterableallSatisfy in class AbstractLazyShortIterablepublic boolean noneSatisfy(org.eclipse.collections.api.block.predicate.primitive.ShortPredicate predicate)
noneSatisfy in interface org.eclipse.collections.api.ShortIterablenoneSatisfy in class AbstractLazyShortIterablepublic short[] toArray()
toArray in interface org.eclipse.collections.api.ShortIterabletoArray in class AbstractLazyShortIterablepublic boolean containsAll(short... source)
containsAll in interface org.eclipse.collections.api.ShortIterablecontainsAll in class AbstractLazyShortIterablepublic boolean containsAll(org.eclipse.collections.api.ShortIterable source)
containsAll in interface org.eclipse.collections.api.ShortIterablecontainsAll in class AbstractLazyShortIterablepublic org.eclipse.collections.api.list.primitive.MutableShortList toList()
toList in interface org.eclipse.collections.api.ShortIterabletoList in class AbstractLazyShortIterablepublic org.eclipse.collections.api.set.primitive.MutableShortSet toSet()
toSet in interface org.eclipse.collections.api.ShortIterabletoSet in class AbstractLazyShortIterablepublic org.eclipse.collections.api.bag.primitive.MutableShortBag toBag()
toBag in interface org.eclipse.collections.api.ShortIterabletoBag in class AbstractLazyShortIterableCopyright © 2004–2017. All rights reserved.