public class ChainingIntIterable extends java.lang.Object implements IntIterable
IntIterable
that can chain together several IntIterable
s into one unbroken sequence.Constructor and Description |
---|
ChainingIntIterable(IntIterable... iterables) |
Modifier and Type | Method and Description |
---|---|
ChainingIntIterable |
append(IntIterable iterable) |
boolean |
equals(java.lang.Object o) |
int |
hashCode() |
IntIterator |
iterator() |
java.lang.String |
toString() |
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
asInputStream, forEach, forEachInt, from, from, of, once, once, read
public ChainingIntIterable(IntIterable... iterables)
public ChainingIntIterable append(IntIterable iterable)
public IntIterator iterator()
iterator
in interface java.lang.Iterable<java.lang.Integer>
iterator
in interface IntIterable
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