|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Object | +--com.ds.fw.types.collections.FwListCursorIteratorMark
This class represents a list marker. When it is created a current list position is saved and then if needed it can be restored.
| Field Summary | |
int |
_index
This member is a list position. |
int |
_lastReturned
This member is an index of the last returned object of the list. |
| Constructor Summary | |
FwListCursorIteratorMark(com.ds.fw.types.collections.FwListCursorIterator i)
Constructor. |
|
| Method Summary | |
void |
applyTo(java.lang.Object e)
Applayes the marker settings to the given object e. |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
public int _index
public int _lastReturned
| Constructor Detail |
public FwListCursorIteratorMark(com.ds.fw.types.collections.FwListCursorIterator i)
i - an iterator of the list to be set the mark to| Method Detail |
public void applyTo(java.lang.Object e)
applyTo in interface FwCursorIteratorMarkIFe - the object marker settings will be applayed to
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||