|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Object
|
+--xxl.cursors.DecoratorCursor
|
+--xxl.cursors.UnmodifiableCursor
This class decorates a Cursor by preventing calls to remove and update.
| Fields inherited from class xxl.cursors.DecoratorCursor |
cursor |
| Constructor Summary | |
UnmodifiableCursor(java.util.Iterator iterator)
Wraps the given iterator by bypaasing all method calls to it. |
|
| Method Summary | |
void |
remove()
Implemented by throwing an UnsupportedOperationException. |
void |
update(java.lang.Object object)
Implemented by throwing an UnsupportedOperationException. |
| Methods inherited from class xxl.cursors.DecoratorCursor |
close,
hasNext,
next,
peek,
reset,
supportsPeek |
| Methods inherited from class java.lang.Object |
clone,
equals,
finalize,
getClass,
hashCode,
notify,
notifyAll,
toString,
wait,
wait,
wait |
| Constructor Detail |
public UnmodifiableCursor(java.util.Iterator iterator)
iterator - The iterator to be decorated.| Method Detail |
public void remove()
throws java.lang.UnsupportedOperationException
public void update(java.lang.Object object)
throws java.lang.UnsupportedOperationException
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||