Uses of Package
org.apache.commons.collections4
Packages that use org.apache.commons.collections4
Package
Description
This package contains the interfaces and utilities shared across all the subpackages of this component.
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.This package contains implementations of the
MultiValuedMap
interfaces.This package contains implementations of the
MultiSet
interface.This package contains implementations for the
Queue
interface.This package provides classes to compare two sequences of objects.
This package contains implementations of the
Trie
interface.-
Classes in org.apache.commons.collections4 used by org.apache.commons.collections4ClassDescriptionDefines a collection that counts the number of times an object appears in the collection.Defines a map that allows bidirectional lookup between key and values.Defines a functor interface implemented by classes that do something.An equation function, which determines equality between objects of type T.Defines a functor interface implemented by classes that create objects.A FluentIterable provides a powerful yet simple API for manipulating Iterable instances in a fluent manner.The "read" subset of the
Map
interface.The "read" subset of theMap
interface.Defines a map that can be iterated directly without needing to create an entry set.Defines a map that holds a list of values against each key.Defines an iterator that operates over aMap
.Deprecated.Defines a collection that counts the number of times an object appears in the collection.An unmodifiable entry for an element and its occurrence as contained in a MultiSet.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 container.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.The "write" subset of theMap
interface.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.An unmodifiable view of a set that may be backed by other sets.Defines a map that holds a set of values against each key.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.Defines the interface for a prefix tree, an ordered tree data structure. -
Classes in org.apache.commons.collections4 used by org.apache.commons.collections4.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.collections4 used by org.apache.commons.collections4.bidimapClassDescriptionDefines a map that allows bidirectional lookup between key and values.The "read" subset of the
Map
interface.The "read" subset of theMap
interface.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 aMap
.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 container.Defines a map that maintains order and allows both forward and backward iteration through that order.Defines an iterator that operates over an orderedMap
.The "write" subset of theMap
interface.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.collections4 used by org.apache.commons.collections4.collectionClassDescriptionDefines a collection that counts the number of times an object appears in the collection.Defines a collection that is bounded in size.Deprecated.since 4.1, use
MultiValuedMap
insteadDefines 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 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.collections4 used by org.apache.commons.collections4.comparatorsClassDescriptionDefines a functor interface implemented by classes that transform one object into another.
-
Classes in org.apache.commons.collections4 used by org.apache.commons.collections4.functorsClassDescriptionDefines a functor interface implemented by classes that do something.An equation function, which determines equality between objects of type T.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.collections4 used by org.apache.commons.collections4.iteratorsClassDescriptionDefines an iterator that operates over a
Map
.Defines an iterator that operates over an ordered container.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.collections4 used by org.apache.commons.collections4.keyvalueClassDescriptionDefines a simple key value pair.Marker interface for collections, maps and iterators that are unmodifiable.
-
Classes in org.apache.commons.collections4 used by org.apache.commons.collections4.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 container.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.collections4 used by org.apache.commons.collections4.mapClassDescriptionDefines a map that is bounded in size.Defines a functor interface implemented by classes that create objects.The "read" subset of the
Map
interface.The "read" subset of theMap
interface.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 aMap
.Deprecated.since 4.1, useMultiValuedMap
insteadDefines an iterator that operates over an ordered container.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.The "write" subset of theMap
interface.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.collections4 used by org.apache.commons.collections4.multimapClassDescriptionDefines a map that holds a list of values against each key.Defines an iterator that operates over a
Map
.Defines a collection that counts the number of times an object appears in the collection.Defines a map that holds a collection of values against each key.Defines a map that holds a set of values against each key.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.collections4 used by org.apache.commons.collections4.multisetClassDescriptionDefines a collection that counts the number of times an object appears in the collection.An unmodifiable entry for an element and its occurrence as contained in a MultiSet.Defines a functor interface implemented by classes that perform a predicate test on an object.Marker interface for collections, maps and iterators that are unmodifiable.
-
Classes in org.apache.commons.collections4 used by org.apache.commons.collections4.queueClassDescriptionDefines 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.collections4 used by org.apache.commons.collections4.sequenceClassDescriptionAn equation function, which determines equality between objects of type T.
-
Classes in org.apache.commons.collections4 used by org.apache.commons.collections4.setClassDescriptionDefines an iterator that operates over an ordered container.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.collections4 used by org.apache.commons.collections4.splitmap
-
Classes in org.apache.commons.collections4 used by org.apache.commons.collections4.trieClassDescriptionThe "read" subset of the
Map
interface.The "read" subset of theMap
interface.Defines a map that can be iterated directly without needing to create an entry set.Defines a map that maintains order and allows both forward and backward iteration through that order.Defines an iterator that operates over an orderedMap
.The "write" subset of theMap
interface.Defines the interface for a prefix tree, an ordered tree data structure.Marker interface for collections, maps and iterators that are unmodifiable.
MultiValuedMap
instead