public class ChainingCharIterable extends java.lang.Object implements CharIterable
CharIterable that can chain together several CharIterables 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, waitasReader, forEach, forEachChar, from, from, of, once, readpublic ChainingCharIterable(CharIterable... iterables)
public ChainingCharIterable append(CharIterable iterable)
public CharIterator iterator()
iterator in interface java.lang.Iterable<java.lang.Character>iterator in interface CharIterablepublic 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