Package com.ds.fw.types.collections

Interface Summary
FwCursorIteratorIF Unlike the java iterator interface the next and previous methods do *NOT* throw an expection.
FwCursorIteratorMarkIF This is an interface class for the list markers.
FwListIF I subclass the JFC ArrayList and add on a bunch of convenience methods.
FwListIteratorIF This interface class extends the ListIterator interface.
 

Class Summary
FwCollectionUtility This class contains some collection utility methods.
FwList This class is a subclass of the ArrayList class.
FwListCursorIterator This class implements the FwCursorIteratorIF interface.
FwListCursorIteratorMark This class represents a list marker.
FwListIterator This class implements the FwListIteratorIF, which wraps the ListIterator interface.
FwReverseIterator I am used to iterate through a list in reverse order.