org.apache.commons.collections.primitives.decorators
public final class UnmodifiableShortListIterator extends ProxyShortListIterator
Since: Commons Primitives 1.0
Version: $Revision: 1.1 $ $Date: 2003/10/29 18:57:15 $
| Field Summary | |
|---|---|
| ShortListIterator | proxied |
| Constructor Summary | |
|---|---|
| UnmodifiableShortListIterator(ShortListIterator iterator) | |
| Method Summary | |
|---|---|
| void | add(short value) |
| protected ShortListIterator | getListIterator() |
| void | remove() |
| void | set(short value) |
| static ShortListIterator | wrap(ShortListIterator iterator) |