Library:Apache Jakarta Commons Collections
Version:3.2
Compatibility:JDK 1.4
Interfaces in library Apache Jakarta Commons Collections.
NamePackageDescription
Bagorg.apache.commons.collectionsDefines a collection that counts the number of times an object appears in the collection.
BidiMaporg.apache.commons.collectionsDefines a map that allows bidirectional lookup between key and values.
BoundedCollectionorg.apache.commons.collectionsDefines a collection that is bounded in size.
BoundedMaporg.apache.commons.collectionsDefines a map that is bounded in size.
Bufferorg.apache.commons.collectionsDefines a collection that allows objects to be removed in some well-defined order.
Closureorg.apache.commons.collectionsDefines a functor interface implemented by classes that do something.
CompositeCollection.CollectionMutatororg.apache.commons.collections.collectionPluggable strategy to handle changes to the composite.
CompositeMap.MapMutatororg.apache.commons.collections.mapThis interface allows definition for all of the indeterminate mutators in a CompositeMap, as well as providing a hook for callbacks on key collisions.
CompositeSet.SetMutatororg.apache.commons.collections.setDefine callbacks for mutation operations.
Factoryorg.apache.commons.collectionsDefines a functor interface implemented by classes that create objects.
IterableMaporg.apache.commons.collectionsDefines a map that can be iterated directly without needing to create an entry set.
KeyValueorg.apache.commons.collectionsDefines a simple key value pair.
MapIteratororg.apache.commons.collectionsDefines an iterator that operates over a Map.
MultiMaporg.apache.commons.collectionsDefines a map that holds a collection of values against each key.
OrderedBidiMaporg.apache.commons.collectionsDefines a map that allows bidirectional lookup between key and values and retains and provides access to an ordering.
OrderedIteratororg.apache.commons.collectionsDefines an iterator that operates over an ordered collection.
OrderedMaporg.apache.commons.collectionsDefines a map that maintains order and allows both forward and backward iteration through that order.
OrderedMapIteratororg.apache.commons.collectionsDefines an iterator that operates over an ordered Map.
Predicateorg.apache.commons.collectionsDefines a functor interface implemented by classes that perform a predicate test on an object.
PredicateDecoratororg.apache.commons.collections.functorsDefines a predicate that decorates one or more other predicates.
PriorityQueueorg.apache.commons.collectionsDefines a collection for priority queues, which can insert, peek and pop.
ResettableIteratororg.apache.commons.collectionsDefines an iterator that can be reset back to an initial state.
ResettableListIteratororg.apache.commons.collectionsDefines a list iterator that can be reset back to an initial state.
SortedBagorg.apache.commons.collectionsDefines a type of Bag that maintains a sorted order among its unique representative members.
SortedBidiMaporg.apache.commons.collectionsDefines a map that allows bidirectional lookup between key and values and retains both keys and values in sorted order.
Transformerorg.apache.commons.collectionsDefines a functor interface implemented by classes that transform one object into another.
Unmodifiableorg.apache.commons.collectionsMarker interface for collections, maps and iterators that are unmodifiable.
Search