@Immutable public class CollectShortIterable<T> extends AbstractLazyShortIterable
| Constructor and Description |
|---|
CollectShortIterable(LazyIterable<T> adapted,
ShortFunction<? super T> function) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
allSatisfy(ShortPredicate predicate) |
boolean |
anySatisfy(ShortPredicate predicate) |
LazyShortIterable |
asLazy() |
boolean |
containsAll(short... source) |
boolean |
containsAll(ShortIterable source) |
int |
count(ShortPredicate predicate) |
void |
forEach(ShortProcedure procedure) |
boolean |
isEmpty()
Returns true if this iterable has zero items.
|
boolean |
noneSatisfy(ShortPredicate predicate) |
boolean |
notEmpty()
The English equivalent of !this.isEmpty()
|
ShortIterator |
shortIterator() |
int |
size()
Returns the number of items in this iterable.
|
short[] |
toArray() |
MutableShortBag |
toBag() |
MutableShortList |
toList() |
MutableShortSet |
toSet() |
short[] |
toSortedArray() |
MutableShortList |
toSortedList() |
appendString, appendString, appendString, average, collect, contains, detectIfNone, injectInto, makeString, makeString, makeString, max, maxIfEmpty, median, min, minIfEmpty, reject, select, sum, toStringpublic CollectShortIterable(LazyIterable<T> adapted, ShortFunction<? super T> function)
public ShortIterator shortIterator()
public void forEach(ShortProcedure procedure)
public int size()
PrimitiveIterablesize in interface PrimitiveIterablesize in class AbstractLazyShortIterablepublic boolean isEmpty()
PrimitiveIterableisEmpty in interface PrimitiveIterableisEmpty in class AbstractLazyShortIterablepublic boolean notEmpty()
PrimitiveIterablenotEmpty in interface PrimitiveIterablenotEmpty in class AbstractLazyShortIterablepublic int count(ShortPredicate predicate)
count in interface ShortIterablecount in class AbstractLazyShortIterablepublic boolean anySatisfy(ShortPredicate predicate)
anySatisfy in interface ShortIterableanySatisfy in class AbstractLazyShortIterablepublic boolean allSatisfy(ShortPredicate predicate)
allSatisfy in interface ShortIterableallSatisfy in class AbstractLazyShortIterablepublic boolean noneSatisfy(ShortPredicate predicate)
noneSatisfy in interface ShortIterablenoneSatisfy in class AbstractLazyShortIterablepublic short[] toArray()
toArray in interface ShortIterabletoArray in class AbstractLazyShortIterablepublic short[] toSortedArray()
toSortedArray in interface ShortIterabletoSortedArray in class AbstractLazyShortIterablepublic MutableShortList toList()
toList in interface ShortIterabletoList in class AbstractLazyShortIterablepublic MutableShortList toSortedList()
toSortedList in interface ShortIterabletoSortedList in class AbstractLazyShortIterablepublic MutableShortSet toSet()
toSet in interface ShortIterabletoSet in class AbstractLazyShortIterablepublic MutableShortBag toBag()
toBag in interface ShortIterabletoBag in class AbstractLazyShortIterablepublic LazyShortIterable asLazy()
asLazy in interface ShortIterableasLazy in class AbstractLazyShortIterablepublic boolean containsAll(short... source)
containsAll in interface ShortIterablecontainsAll in class AbstractLazyShortIterablepublic boolean containsAll(ShortIterable source)
containsAll in interface ShortIterablecontainsAll in class AbstractLazyShortIterableCopyright © 2004–2017. All rights reserved.