Uses of Package
org.apache.commons.collections

Packages that use org.apache.commons.collections
org.apache.commons.collections Java Collections Framework extensions. 
org.apache.commons.collections.comparators Contains concrete Comparator implementations. 
 

Classes in org.apache.commons.collections used by org.apache.commons.collections
Bag
          A Collection that counts the number of times an object appears in the collection.
BeanMap
          An implementation of Map for JavaBeans which uses introspection to get and put properties in the bean.
Buffer
          A Buffer is a collection that allows objects to be removed in some well-defined order.
Closure
          An interface to represent some Closure, a block of code which is executed from inside some block, function or iteration which operates on an input object.
CursorableLinkedList.Cursor
           
DefaultMapBag
          This class provides a skeletal implementation of the Bag interface to minimize the effort required for target implementations.
ExtendedProperties
          This class extends normal Java properties by adding the possibility to use the same key many times concatenating the value strings instead of overwriting them.
Factory
          Factory A simple interface that describes the most basic means of having the ability to create an object.
MultiMap
          This is simply a Map with slightly different semantics.
Predicate
          Performs some predicate which returns true or false based on the input object.
PriorityQueue
          Interface for priority queues.
SequencedHashMap
          A map of objects whose mapping entries are sequenced based on the order in which they were added.
SortedBag
          A type of Bag that maintains order among its unique representative members.
StringStack
          Deprecated. This class is not a Stack, it is a String utility. As such it is deprecated in favour of the StringUtils class in the [lang] project.
Transformer
          An object capable of transforming an input object into some output object.
 

Classes in org.apache.commons.collections used by org.apache.commons.collections.comparators
Transformer
          An object capable of transforming an input object into some output object.
 



Copyright © 2001-2004 The Apache Software Foundation. All Rights Reserved.