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