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
clear, containsAllLongs, containsAllLongs, containsAnyLongs, containsAnyLongs, containsLong, forEach, forEachLong, from, from, isEmpty, longStream, of, once, once, parallelLongStream, removeAllLongs, removeAllLongs, removeLong, removeLongsIf, retainAllLongs, retainAllLongs, sequence, spliterator
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