public class LazyLongIterableAdapter extends AbstractLazyLongIterable
| Constructor and Description |
|---|
LazyLongIterableAdapter(org.eclipse.collections.api.LongIterable delegate) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
allSatisfy(org.eclipse.collections.api.block.predicate.primitive.LongPredicate predicate) |
boolean |
anySatisfy(org.eclipse.collections.api.block.predicate.primitive.LongPredicate predicate) |
void |
appendString(Appendable appendable) |
void |
appendString(Appendable appendable,
String separator) |
void |
appendString(Appendable appendable,
String start,
String separator,
String end) |
double |
average() |
boolean |
contains(long value) |
boolean |
containsAll(long... source) |
boolean |
containsAll(org.eclipse.collections.api.LongIterable source) |
int |
count(org.eclipse.collections.api.block.predicate.primitive.LongPredicate predicate) |
long |
detectIfNone(org.eclipse.collections.api.block.predicate.primitive.LongPredicate predicate,
long ifNone) |
void |
each(org.eclipse.collections.api.block.procedure.primitive.LongProcedure procedure) |
<T> T |
injectInto(T injectedValue,
org.eclipse.collections.api.block.function.primitive.ObjectLongToObjectFunction<? super T,? extends T> function) |
boolean |
isEmpty() |
org.eclipse.collections.api.iterator.LongIterator |
longIterator() |
String |
makeString() |
String |
makeString(String separator) |
String |
makeString(String start,
String separator,
String end) |
long |
max() |
long |
maxIfEmpty(long defaultValue) |
double |
median() |
long |
min() |
long |
minIfEmpty(long defaultValue) |
boolean |
noneSatisfy(org.eclipse.collections.api.block.predicate.primitive.LongPredicate predicate) |
boolean |
notEmpty() |
int |
size() |
long |
sum() |
long[] |
toArray() |
org.eclipse.collections.api.bag.primitive.MutableLongBag |
toBag() |
org.eclipse.collections.api.list.primitive.MutableLongList |
toList() |
org.eclipse.collections.api.set.primitive.MutableLongSet |
toSet() |
long[] |
toSortedArray() |
org.eclipse.collections.api.list.primitive.MutableLongList |
toSortedList() |
String |
toString() |
asLazy, collect, collectBoolean, collectByte, collectChar, collectDouble, collectFloat, collectInt, collectLong, collectShort, forEach, reject, selectpublic LazyLongIterableAdapter(org.eclipse.collections.api.LongIterable delegate)
public org.eclipse.collections.api.iterator.LongIterator longIterator()
public void each(org.eclipse.collections.api.block.procedure.primitive.LongProcedure procedure)
public int size()
size in interface org.eclipse.collections.api.PrimitiveIterablesize in class AbstractLazyLongIterablepublic boolean isEmpty()
isEmpty in interface org.eclipse.collections.api.PrimitiveIterableisEmpty in class AbstractLazyLongIterablepublic boolean notEmpty()
notEmpty in interface org.eclipse.collections.api.PrimitiveIterablenotEmpty in class AbstractLazyLongIterablepublic int count(org.eclipse.collections.api.block.predicate.primitive.LongPredicate predicate)
count in interface org.eclipse.collections.api.LongIterablecount in class AbstractLazyLongIterablepublic boolean anySatisfy(org.eclipse.collections.api.block.predicate.primitive.LongPredicate predicate)
anySatisfy in interface org.eclipse.collections.api.LongIterableanySatisfy in class AbstractLazyLongIterablepublic boolean allSatisfy(org.eclipse.collections.api.block.predicate.primitive.LongPredicate predicate)
allSatisfy in interface org.eclipse.collections.api.LongIterableallSatisfy in class AbstractLazyLongIterablepublic boolean noneSatisfy(org.eclipse.collections.api.block.predicate.primitive.LongPredicate predicate)
noneSatisfy in interface org.eclipse.collections.api.LongIterablenoneSatisfy in class AbstractLazyLongIterablepublic long detectIfNone(org.eclipse.collections.api.block.predicate.primitive.LongPredicate predicate,
long ifNone)
detectIfNone in interface org.eclipse.collections.api.LongIterabledetectIfNone in class AbstractLazyLongIterablepublic long sum()
sum in interface org.eclipse.collections.api.LongIterablesum in class AbstractLazyLongIterablepublic long max()
max in interface org.eclipse.collections.api.LongIterablemax in class AbstractLazyLongIterablepublic long min()
min in interface org.eclipse.collections.api.LongIterablemin in class AbstractLazyLongIterablepublic long minIfEmpty(long defaultValue)
minIfEmpty in interface org.eclipse.collections.api.LongIterableminIfEmpty in class AbstractLazyLongIterablepublic long maxIfEmpty(long defaultValue)
maxIfEmpty in interface org.eclipse.collections.api.LongIterablemaxIfEmpty in class AbstractLazyLongIterablepublic double average()
average in interface org.eclipse.collections.api.LongIterableaverage in class AbstractLazyLongIterablepublic double median()
median in interface org.eclipse.collections.api.LongIterablemedian in class AbstractLazyLongIterablepublic long[] toSortedArray()
toSortedArray in interface org.eclipse.collections.api.LongIterabletoSortedArray in class AbstractLazyLongIterablepublic org.eclipse.collections.api.list.primitive.MutableLongList toSortedList()
toSortedList in interface org.eclipse.collections.api.LongIterabletoSortedList in class AbstractLazyLongIterablepublic long[] toArray()
toArray in interface org.eclipse.collections.api.LongIterabletoArray in class AbstractLazyLongIterablepublic String toString()
toString in interface org.eclipse.collections.api.PrimitiveIterabletoString in class AbstractLazyLongIterablepublic String makeString()
makeString in interface org.eclipse.collections.api.PrimitiveIterablemakeString in class AbstractLazyLongIterablepublic String makeString(String separator)
makeString in interface org.eclipse.collections.api.PrimitiveIterablemakeString in class AbstractLazyLongIterablepublic String makeString(String start, String separator, String end)
makeString in interface org.eclipse.collections.api.PrimitiveIterablemakeString in class AbstractLazyLongIterablepublic void appendString(Appendable appendable)
appendString in interface org.eclipse.collections.api.PrimitiveIterableappendString in class AbstractLazyLongIterablepublic void appendString(Appendable appendable, String separator)
appendString in interface org.eclipse.collections.api.PrimitiveIterableappendString in class AbstractLazyLongIterablepublic void appendString(Appendable appendable, String start, String separator, String end)
appendString in interface org.eclipse.collections.api.PrimitiveIterableappendString in class AbstractLazyLongIterablepublic boolean contains(long value)
contains in interface org.eclipse.collections.api.LongIterablecontains in class AbstractLazyLongIterablepublic boolean containsAll(long... source)
containsAll in interface org.eclipse.collections.api.LongIterablecontainsAll in class AbstractLazyLongIterablepublic boolean containsAll(org.eclipse.collections.api.LongIterable source)
containsAll in interface org.eclipse.collections.api.LongIterablecontainsAll in class AbstractLazyLongIterablepublic org.eclipse.collections.api.list.primitive.MutableLongList toList()
toList in interface org.eclipse.collections.api.LongIterabletoList in class AbstractLazyLongIterablepublic org.eclipse.collections.api.set.primitive.MutableLongSet toSet()
toSet in interface org.eclipse.collections.api.LongIterabletoSet in class AbstractLazyLongIterablepublic org.eclipse.collections.api.bag.primitive.MutableLongBag toBag()
toBag in interface org.eclipse.collections.api.LongIterabletoBag in class AbstractLazyLongIterablepublic <T> T injectInto(T injectedValue,
org.eclipse.collections.api.block.function.primitive.ObjectLongToObjectFunction<? super T,? extends T> function)
injectInto in interface org.eclipse.collections.api.LongIterableinjectInto in class AbstractLazyLongIterableCopyright © 2004–2018. All rights reserved.