public class ChainingDoubleIterable extends java.lang.Object implements DoubleIterable
DoubleIterable
that can chain together several DoubleIterable
s into one unbroken sequence.Constructor and Description |
---|
ChainingDoubleIterable(DoubleIterable... iterables) |
Modifier and Type | Method and Description |
---|---|
ChainingDoubleIterable |
append(DoubleIterable iterable) |
boolean |
equals(java.lang.Object o) |
int |
hashCode() |
DoubleIterator |
iterator() |
java.lang.String |
toString() |
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
clear, containsAllDoubles, containsAllDoubles, containsAllDoublesExactly, containsAllDoublesExactly, containsAnyDoubles, containsAnyDoubles, containsAnyDoublesExactly, containsAnyDoublesExactly, containsDouble, containsDoubleExactly, doubleStream, forEach, forEachDouble, from, from, isEmpty, of, once, once, parallelDoubleStream, removeAllDoubles, removeAllDoubles, removeAllDoublesExactly, removeAllDoublesExactly, removeDouble, removeDoubleExactly, removeDoublesIf, retainAllDoubles, retainAllDoubles, retainAllDoublesExactly, retainAllDoublesExactly, sequence, spliterator
public ChainingDoubleIterable(DoubleIterable... iterables)
public ChainingDoubleIterable append(DoubleIterable iterable)
public DoubleIterator iterator()
iterator
in interface java.lang.Iterable<java.lang.Double>
iterator
in interface DoubleIterable
public int hashCode()
hashCode
in class java.lang.Object
public boolean equals(java.lang.Object o)
equals
in class java.lang.Object
public java.lang.String toString()
toString
in class java.lang.Object