|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.apache.wicket.util.collections.ReadOnlyIterator<T>
T - public abstract class ReadOnlyIterator<T>
Base class for read-only iterators. Calls to remove() will result in an
UnsupportedOperationException
| Constructor Summary | |
|---|---|
ReadOnlyIterator()
|
|
| Method Summary | |
|---|---|
void |
remove()
|
| 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 ReadOnlyIterator()
| Method Detail |
|---|
public final void remove()
remove in interface java.util.Iterator<T>
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||