Package org.almendra.commons.util.collection

Interface Summary
IBooleanBlock  
IListEvaluator Any object that returns a List that cannot be created before it is actually needed needs to implements this interface.
IQueue Defines a minimal interface for any kind of collection that implements sequential queue accees.
IVisitor  
OrderedMap  
 

Class Summary
ArrayUtility  
Association  
CircularIterator  
CollectionBlock  
CollectionUtility CollectionUtility provides several utility methods to deal with collentions not found in Collections or other classes of the Java collection framework.
ListHolder A simple implementation of the IListEvaluator interface that simply returns a list.
ListUtility Defines some utility methods to deal with lists not found in other classes of the Java collection framework.
MapUtility  
OrderedHashtable  
SetUtility  
SortedList  
StringAssociation  
StringVector  
TreeNode