Package com.generationjava.collections

Generic collections.

See:
          Description

Interface Summary
Alias An Alias for use in the AliasedMap
Grouper A marker interface for Groupers.
ResetableIterator  
 

Class Summary
AliasedMap A Map in which some key's values may point to another key.
BlockIterator  
CachingIterator A piping Iterator which caches all objects that pass through it.
ClassMap A map which stores objects by a key Class.
CollectionsW A wrapper around the Collections.
CopiedIterator Sucks a copy of an iterator into it.
EnumerationGrouper Take an enumeration of different types of objects.
FQMap A map which nests maps depending on a separator in the key.
GroupedComparator If the Objects to be compared are known before hand, then this allows the ordering to be handled via the construction of an Object[].
IteratorGrouper Take an enumeration of different types of objects.
LimitedList Only allows N elements in.
MultiKeyedMap A Map in which multiple keys are used, ie) an Object array of keys.
OrderedSet Deprecated. now found in Collections 3.0
ProxyList A List which wraps another List.
ProxySet A Set which wraps another Set.
ReverseListIterator An iterator that iterates over an array or List, backwards.
SimpleAlias A simple implementation of an Alias for use in an AliasedMap
SortedIterator An Iterator which can be sorted.
SortedLimitedList Only allows N elements in.
 

Package com.generationjava.collections Description

Generic collections. Some have gone to Apache Commons Collections, others are already replicated there. At some point the ones which are at Apache will need to be dropped.



Copyright © 2000-2003 OSJava. All Rights Reserved.