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