Package org.rutil.collection

Interface Summary
SingleLinkedEntry<T> Represents a node in the SingleLinkedList.
 

Class Summary
AbstractIterator<E> Iterator implementation that is backed by an indexed data structure.
AbstractListIterator<E> An index based datastructure backed iterator implementation.
CharArrayList A light weight array list that support primite char type.
CollectionsHelper A helper class with utility methods to deal with some common collection operations.
FileBackedArrayList<T extends Serializable> An array list backed by a file store where the indexes are stored in memory and the actual values are stored in a file.
LongArrayList A light weight array list that support primite long type.
SingleLinkedEntry.DefaultSingleLinkedEntry<T>  
SingleLinkedList<E> A light-weight one-way linked list.