Package org.siebengeisslein.collections

Class Summary
AbstractCollection<Value>  
AbstractPersistentList<EntryType>  
AbstractPersistentList.SubList<T>  
AbstractSet<Value extends Persistent>  
ArrayList<EntryType>  
HashMap<Key,Value>  
HashSet<Value extends Persistent>  
ReadOnlyList<EntryType>  
TreeList<EntryType> A List implementation that is optimised for fast insertions and removals at any index in the list.