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