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