Package csli.util.collections

Interface Summary
SlotString Defines a structure that is initialized from a string containing named slots, and allows the user to fill in the slots.
Transformer.Transform<S,T>  
 

Class Summary
Aggregate<E>  
AggregateList<E> Provides a list view of several lists, regarded as being joined end-to-end.
AggregateSet<E>  
CollectionUtils  
ConvertToPrimitives  
CurrentList List with a notion of the current object.
DefaultSlotString  
Lattice  
MapList Implements a both a key-value map and a ordered list of key-value pairs.
Range Represents an arithmetic sequence of integers.
SetUtil Contains methods for computing set union, intersection, difference, and symmetric difference.
Slice<E> The Slice class provides a read-only slice view of a List, backed by the original List.
SortedList<E extends Comparable<? super E>> Red-black binary search tree.
SparseList Implements a sparse list.
ToStringComparator<T> Can be used to sort anything based on its toString() representation
Transformer