public abstract class AbstractFloatIterable extends Object implements FloatIterable
Constructor and Description |
---|
AbstractFloatIterable() |
Modifier and Type | Method and Description |
---|---|
LazyFloatIterable |
asLazy() |
double |
average() |
boolean |
containsAll(float... source) |
boolean |
containsAll(FloatIterable source) |
float |
maxIfEmpty(float defaultValue) |
double |
median() |
float |
minIfEmpty(float defaultValue) |
MutableFloatBag |
toBag() |
MutableFloatList |
toList() |
MutableFloatSet |
toSet() |
float[] |
toSortedArray() |
MutableFloatList |
toSortedList() |
String |
toString()
Returns a string representation of this PrimitiveIterable.
|
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
allSatisfy, anySatisfy, collect, contains, count, detectIfNone, each, floatIterator, forEach, injectInto, max, min, noneSatisfy, reject, select, sum, summaryStatistics, toArray
appendString, appendString, appendString, isEmpty, makeString, makeString, makeString, notEmpty, size
public String toString()
PrimitiveIterable
toString
in interface PrimitiveIterable
toString
in class Object
public float minIfEmpty(float defaultValue)
minIfEmpty
in interface FloatIterable
public float maxIfEmpty(float defaultValue)
maxIfEmpty
in interface FloatIterable
public double average()
average
in interface FloatIterable
public double median()
median
in interface FloatIterable
public float[] toSortedArray()
toSortedArray
in interface FloatIterable
public MutableFloatList toSortedList()
toSortedList
in interface FloatIterable
public LazyFloatIterable asLazy()
asLazy
in interface FloatIterable
public MutableFloatList toList()
toList
in interface FloatIterable
public MutableFloatSet toSet()
toSet
in interface FloatIterable
public MutableFloatBag toBag()
toBag
in interface FloatIterable
public boolean containsAll(float... source)
containsAll
in interface FloatIterable
public boolean containsAll(FloatIterable source)
containsAll
in interface FloatIterable
Copyright © 2004–2016. All rights reserved.