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