Package org.homeunix.thecave.moss.data.list

Interface Summary
CollectionChangeListener  
 

Class Summary
CollectionChangeEvent  
CollectionChangeWrapper<T> A class which adds data change notificiations to a collection.
CompositeList<T>  
FilteredList<T>  
ListChangeWrapper<T>  
ListSet<T> A list which is automatically generated, with a Set backing it.
SetChangeWrapper<T>  
SortedArrayList<T extends Comparable<? super T>> A List implementation which will remain sorted, regardless of operations performed on it.
WrapperList<T,W>