com.ds.fw.types.collections
Interface FwCursorIteratorMarkIF

All Known Implementing Classes:
FwListCursorIteratorMark

public interface FwCursorIteratorMarkIF

This is an interface class for the list markers.


Method Summary
 void applyTo(java.lang.Object e)
          Applays the marker settings to the given object e.
 

Method Detail

applyTo

public void applyTo(java.lang.Object e)
Applays the marker settings to the given object e. The object e has to implement the FwListCursorIterator interface or a runtime exception will be raised.

Parameters:
e - the object marker settings will be applayed to