|
LimeWire collection component api | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.limewire.collection.UnmodifiableIterator<E>
public abstract class UnmodifiableIterator<E>
A convenience class to aid in developing iterators that cannot be modified.
| Constructor Summary | |
|---|---|
UnmodifiableIterator()
|
|
| Method Summary | |
|---|---|
void |
remove()
Throws UnsupportedOperationException. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Methods inherited from interface java.util.Iterator |
|---|
hasNext, next |
| Constructor Detail |
|---|
public UnmodifiableIterator()
| Method Detail |
|---|
public final void remove()
UnsupportedOperationException.
remove in interface java.util.Iterator<E>
|
LimeWire collection component api | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||