|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.apache.commons.collections.primitives.decorators.ProxyByteIterator
org.apache.commons.collections.primitives.decorators.UnmodifiableByteIterator
public final class UnmodifiableByteIterator
Field Summary | |
---|---|
private ByteIterator |
proxied
|
Constructor Summary | |
---|---|
UnmodifiableByteIterator(ByteIterator iterator)
|
Method Summary | |
---|---|
protected ByteIterator |
getIterator()
|
void |
remove()
Removes from my underlying collection the last element returned by me
(optional operation). |
static ByteIterator |
wrap(ByteIterator iterator)
|
Methods inherited from class org.apache.commons.collections.primitives.decorators.ProxyByteIterator |
---|
hasNext, next |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
private ByteIterator proxied
Constructor Detail |
---|
UnmodifiableByteIterator(ByteIterator iterator)
Method Detail |
---|
public void remove()
ByteIterator
returned
by me
(optional operation).
protected ByteIterator getIterator()
getIterator
in class ProxyByteIterator
public static final ByteIterator wrap(ByteIterator iterator)
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |