Package ecologylab.collections

Objects for managing collections.

See:
          Description

Interface Summary
BasicFloatSet<E extends FloatSetElement> Minimal set of functions needed for collections of FloatSetElements.
LinearAccess<E>  
MergeD Building block for merge sort implementation.
 

Class Summary
ArrayListFloatSet<T extends FloatSetElement> A set of FloatSetElements, that uses ArrayList as the storage medium.
ArrayListLA<E>  
CollectionTools Convenience methods for creating and manipulating collections.
DLL Doubly linked list of GUI components.
FloatSetElement A FloatWeightSet element.
FloatWeightSet<E extends FloatSetElement> Provides the facility of efficient weighted random selection from a set elements, each of whicn includes a characterizing floating point weight.
PrefixCollection An optimized data structure for managing a hierarchical collection of prefixes, automatically merging and removing entries, and providing a fast matching function.
PrefixPhrase Recursive unit (bucket) for prefix pattern matching.
SyncLinkedList A synchronized version of LinkedList, because they didn't seem to provided a nice one.
VectorLA<E>  
 

Package ecologylab.collections Description

Objects for managing collections.