abstract class ProxyByteIterator extends java.lang.Object implements ByteIterator
Constructor and Description |
---|
ProxyByteIterator() |
Modifier and Type | Method and Description |
---|---|
protected abstract ByteIterator |
getIterator() |
boolean |
hasNext()
Returns
true iff I have more elements. |
byte |
next()
Returns the next element in me.
|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
remove
public boolean hasNext()
ByteIterator
true
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 ByteIterator
true
iff I have more elementspublic byte next()
ByteIterator
next
in interface ByteIterator
protected abstract ByteIterator getIterator()
Copyright (c) 2002-2003 - Apache Software Foundation