public class ChainingDoubleIterable extends java.lang.Object implements DoubleIterable
DoubleIterable that can chain together several DoubleIterables 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, waitforEach, forEachDouble, from, from, of, once, oncepublic ChainingDoubleIterable(DoubleIterable... iterables)
public ChainingDoubleIterable append(DoubleIterable iterable)
public DoubleIterator iterator()
iterator in interface java.lang.Iterable<java.lang.Double>iterator in interface DoubleIterablepublic int hashCode()
hashCode in class java.lang.Objectpublic boolean equals(java.lang.Object o)
equals in class java.lang.Objectpublic java.lang.String toString()
toString in class java.lang.Object