Uses of Package
org.apache.commons.collections
Packages that use org.apache.commons.collections
Package
Description
This package contains the interfaces and utilities shared across all the subpackages of this component.
This package contains implementations of the
Buffer
interface.
This package contains implementations of the
Collection
interface.
This package contains implementations of the
Comparator
interface.
This package contains implementations of the
Closure
,
Predicate
,
Transformer
and
Factory
interfaces.
This package contains implementations of the
Iterator
interface.
This package contains implementations of collection and map related key/value classes.
This package contains implementations of the
List
interface.-
Classes in org.apache.commons.collections used by org.apache.commons.collectionsClassDescriptionDefines a collection that counts the number of times an object appears in the collection.Deprecated.Identical class now available in commons-beanutils (full jar version).Defines a map that allows bidirectional lookup between key and values.Defines a collection that is bounded in size.Defines a collection that allows objects to be removed in some well-defined order.Defines a functor interface implemented by classes that do something.Deprecated.Deprecated.Moved to bag subpackage as AbstractMapBag.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.Defines a functor interface implemented by classes that create objects.Defines a map that can be iterated directly without needing to create an entry set.Defines a simple key value pair.Defines an iterator that operates over a
Map
.Defines a map that holds a collection of values against each key.Defines a map that allows bidirectional lookup between key and values and retains and provides access to an ordering.Defines an iterator that operates over an ordered collection.Defines a map that maintains order and allows both forward and backward iteration through that order.Defines an iterator that operates over an orderedMap
.Defines a functor interface implemented by classes that perform a predicate test on an object.Deprecated.Replaced by the Buffer interface and implementations in buffer subpackage.Defines an iterator that can be reset back to an initial state.Defines a list iterator that can be reset back to an initial state.Deprecated.Replaced by LinkedMap and ListOrderedMap in map subpackage.Defines a type ofBag
that maintains a sorted order among its unique representative members.Defines a map that allows bidirectional lookup between key and values and retains both keys and values in sorted order.Defines a functor interface implemented by classes that transform one object into another. -
Classes in org.apache.commons.collections used by org.apache.commons.collections.bagClassDescriptionDefines a collection that counts the number of times an object appears in the collection.Defines a functor interface implemented by classes that perform a predicate test on an object.Defines a type of
Bag
that maintains a sorted order among its unique representative members.Defines a functor interface implemented by classes that transform one object into another.Marker interface for collections, maps and iterators that are unmodifiable. -
Classes in org.apache.commons.collections used by org.apache.commons.collections.bidimapClassDescriptionDefines a map that allows bidirectional lookup between key and values.Defines a map that can be iterated directly without needing to create an entry set.Defines a simple key value pair.Defines an iterator that operates over a
Map
.Defines a map that allows bidirectional lookup between key and values and retains and provides access to an ordering.Defines an iterator that operates over an ordered collection.Defines a map that maintains order and allows both forward and backward iteration through that order.Defines an iterator that operates over an orderedMap
.Defines an iterator that can be reset back to an initial state.Defines a map that allows bidirectional lookup between key and values and retains both keys and values in sorted order.Marker interface for collections, maps and iterators that are unmodifiable. -
Classes in org.apache.commons.collections used by org.apache.commons.collections.bufferClassDescriptionDefines a collection that is bounded in size.Defines a collection that allows objects to be removed in some well-defined order.Defines a functor interface implemented by classes that perform a predicate test on an object.Defines a functor interface implemented by classes that transform one object into another.Marker interface for collections, maps and iterators that are unmodifiable.
-
Classes in org.apache.commons.collections used by org.apache.commons.collections.collectionClassDescriptionDefines a collection that is bounded in size.Defines a functor interface implemented by classes that perform a predicate test on an object.Defines a functor interface implemented by classes that transform one object into another.Marker interface for collections, maps and iterators that are unmodifiable.
-
Classes in org.apache.commons.collections used by org.apache.commons.collections.comparatorsClassDescriptionDefines a functor interface implemented by classes that transform one object into another.
-
Classes in org.apache.commons.collections used by org.apache.commons.collections.functorsClassDescriptionDefines a functor interface implemented by classes that do something.Defines a functor interface implemented by classes that create objects.Defines a functor interface implemented by classes that perform a predicate test on an object.Defines a functor interface implemented by classes that transform one object into another.
-
Classes in org.apache.commons.collections used by org.apache.commons.collections.iteratorsClassDescriptionAn implementation of the
Stack
API that is based on anArrayList
instead of aVector
, so it is not synchronized to protect against multi-threaded access.Defines an iterator that operates over aMap
.Defines an iterator that operates over an ordered collection.Defines an iterator that operates over an orderedMap
.Defines a functor interface implemented by classes that perform a predicate test on an object.Defines an iterator that can be reset back to an initial state.Defines a list iterator that can be reset back to an initial state.Defines a functor interface implemented by classes that transform one object into another.Marker interface for collections, maps and iterators that are unmodifiable. -
Classes in org.apache.commons.collections used by org.apache.commons.collections.keyvalueClassDescriptionDefines a simple key value pair.Marker interface for collections, maps and iterators that are unmodifiable.
-
Classes in org.apache.commons.collections used by org.apache.commons.collections.listClassDescriptionDefines a collection that is bounded in size.Defines a functor interface implemented by classes that create objects.Defines an iterator that operates over an ordered collection.Defines a functor interface implemented by classes that perform a predicate test on an object.Defines a functor interface implemented by classes that transform one object into another.Marker interface for collections, maps and iterators that are unmodifiable.
-
Classes in org.apache.commons.collections used by org.apache.commons.collections.mapClassDescriptionDefines a map that is bounded in size.Defines a functor interface implemented by classes that create objects.Defines a map that can be iterated directly without needing to create an entry set.Defines a simple key value pair.Defines an iterator that operates over a
Map
.Defines a map that holds a collection of values against each key.Defines an iterator that operates over an ordered collection.Defines a map that maintains order and allows both forward and backward iteration through that order.Defines an iterator that operates over an orderedMap
.Defines a functor interface implemented by classes that perform a predicate test on an object.Defines an iterator that can be reset back to an initial state.Defines a functor interface implemented by classes that transform one object into another.Marker interface for collections, maps and iterators that are unmodifiable. -
Classes in org.apache.commons.collections used by org.apache.commons.collections.setClassDescriptionDefines a functor interface implemented by classes that perform a predicate test on an object.Defines a functor interface implemented by classes that transform one object into another.Marker interface for collections, maps and iterators that are unmodifiable.