org.apache.commons.collections.primitives.decorators
public final class UnmodifiableCharIterator extends ProxyCharIterator
Modifier and Type | Field and Description |
---|---|
private CharIterator |
proxied |
Constructor and Description |
---|
UnmodifiableCharIterator(CharIterator iterator) |
Modifier and Type | Method and Description |
---|---|
protected CharIterator |
getIterator() |
void |
remove()
Removes from my underlying collection the last
element
returned by me
(optional operation). |
static CharIterator |
wrap(CharIterator iterator) |
hasNext, next
private CharIterator proxied
UnmodifiableCharIterator(CharIterator iterator)
public void remove()
CharIterator
returned
by me
(optional operation).protected CharIterator getIterator()
getIterator
in class ProxyCharIterator
public static final CharIterator wrap(CharIterator iterator)
Copyright (c) 2002-2003 - Apache Software Foundation