abstract class ProxyCharIterator extends java.lang.Object implements CharIterator
| Constructor and Description |
|---|
ProxyCharIterator() |
| Modifier and Type | Method and Description |
|---|---|
protected abstract CharIterator |
getIterator() |
boolean |
hasNext()
Returns
true iff I have more elements. |
char |
next()
Returns the next element in me.
|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitremovepublic boolean hasNext()
CharIteratortrue iff I have more elements.
(In other words, returns true iff
a subsequent call to next will return
an element rather than throwing an exception.)hasNext in interface CharIteratortrue iff I have more elementspublic char next()
CharIteratornext in interface CharIteratorprotected abstract CharIterator getIterator()
Copyright (c) 2002-2003 - Apache Software Foundation