Package org.as2lib.data.holder.list

Class Summary
AbstractList AbstractList provides common implementations of methods needed by implementations of the List interface
ArrayList ArrayList is a resizable-array implementation of List interface.
ListIterator ListIterator iterates over lists, that are instances of classes that implement the List interface.
ListStringifier ListStringifier is the default stringifier used to stringify List instances
SubList SubList represents a part of a wrapped list