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