com.ds.fw.types.collections
Interface FwListIteratorIF

All Superinterfaces:
java.util.Iterator, java.util.ListIterator
All Known Implementing Classes:
FwListIterator

public interface FwListIteratorIF
extends java.util.ListIterator

This interface class extends the ListIterator interface.


Method Summary
 java.util.List getList()
          Gets the current list this iterator works with.
 void setList(java.util.List v)
          Sets the current list this iterator works with.
 
Methods inherited from interface java.util.ListIterator
add, hasNext, hasPrevious, next, nextIndex, previous, previousIndex, remove, set
 

Method Detail

getList

public java.util.List getList()
Gets the current list this iterator works with.


setList

public void setList(java.util.List v)
Sets the current list this iterator works with.

Parameters:
v - the list