Package org.apache.commons.collections
This package contains the interfaces and utilities shared across all the subpackages of this component.
The following collection implementations are provided in the package:
- ArrayStack - a non synchronized Stack that follows the same API as java util Stack
- ExtendedProperties - extends the Properties class to add extra functionality
-
Interface Summary Interface Description Bag Deprecated. Apache Commons Collections version 3.x is being deprecated from AEMaaCS.BidiMap Deprecated. Apache Commons Collections version 3.x is being deprecated from AEMaaCS.BoundedCollection Deprecated. Apache Commons Collections version 3.x is being deprecated from AEMaaCS.BoundedMap Deprecated. Apache Commons Collections version 3.x is being deprecated from AEMaaCS.Buffer Deprecated. Apache Commons Collections version 3.x is being deprecated from AEMaaCS.Closure Deprecated. Apache Commons Collections version 3.x is being deprecated from AEMaaCS.Factory Deprecated. Apache Commons Collections version 3.x is being deprecated from AEMaaCS.IterableMap Deprecated. Apache Commons Collections version 3.x is being deprecated from AEMaaCS.KeyValue Deprecated. Apache Commons Collections version 3.x is being deprecated from AEMaaCS.MapIterator Deprecated. Apache Commons Collections version 3.x is being deprecated from AEMaaCS.MultiMap Deprecated. Apache Commons Collections version 3.x is being deprecated from AEMaaCS.OrderedBidiMap Deprecated. Apache Commons Collections version 3.x is being deprecated from AEMaaCS.OrderedIterator Deprecated. Apache Commons Collections version 3.x is being deprecated from AEMaaCS.OrderedMap Deprecated. Apache Commons Collections version 3.x is being deprecated from AEMaaCS.OrderedMapIterator Deprecated. Apache Commons Collections version 3.x is being deprecated from AEMaaCS.Predicate Deprecated. Apache Commons Collections version 3.x is being deprecated from AEMaaCS.PriorityQueue Deprecated. Replaced by the Buffer interface and implementations in buffer subpackage.ResettableIterator Deprecated. Apache Commons Collections version 3.x is being deprecated from AEMaaCS.ResettableListIterator Deprecated. Apache Commons Collections version 3.x is being deprecated from AEMaaCS.SortedBag Deprecated. Apache Commons Collections version 3.x is being deprecated from AEMaaCS.SortedBidiMap Deprecated. Apache Commons Collections version 3.x is being deprecated from AEMaaCS.Transformer Deprecated. Apache Commons Collections version 3.x is being deprecated from AEMaaCS.Unmodifiable Deprecated. Apache Commons Collections version 3.x is being deprecated from AEMaaCS. -
Class Summary Class Description ArrayStack Deprecated. Apache Commons Collections version 3.x is being deprecated from AEMaaCS.BagUtils Deprecated. Apache Commons Collections version 3.x is being deprecated from AEMaaCS.BeanMap Deprecated. Identical class now available in commons-beanutils (full jar version).BinaryHeap Deprecated. Replaced by PriorityBuffer in buffer subpackage.BoundedFifoBuffer Deprecated. Moved to buffer subpackage.BufferUtils Deprecated. Apache Commons Collections version 3.x is being deprecated from AEMaaCS.ClosureUtils Deprecated. Apache Commons Collections version 3.x is being deprecated from AEMaaCS.CollectionUtils Deprecated. Apache Commons Collections version 3.x is being deprecated from AEMaaCS.ComparatorUtils Deprecated. Apache Commons Collections version 3.x is being deprecated from AEMaaCS.CursorableLinkedList Deprecated. Use new version in list subpackage, which has been rewritten and now returns the cursor from the listIterator method.DefaultMapBag Deprecated. Moved to bag subpackage as AbstractMapBag.DefaultMapEntry Deprecated. Use the version in the keyvalue subpackage.DoubleOrderedMap Deprecated. Replaced by TreeBidiMap in bidimap subpackage.EnumerationUtils Deprecated. Apache Commons Collections version 3.x is being deprecated from AEMaaCS.ExtendedProperties Deprecated. Apache Commons Collections version 3.x is being deprecated from AEMaaCS.FactoryUtils Deprecated. Apache Commons Collections version 3.x is being deprecated from AEMaaCS.FastArrayList Deprecated. Apache Commons Collections version 3.x is being deprecated from AEMaaCS.FastHashMap Deprecated. Apache Commons Collections version 3.x is being deprecated from AEMaaCS.FastTreeMap Deprecated. Apache Commons Collections version 3.x is being deprecated from AEMaaCS.HashBag Deprecated. Moved to bag subpackage and rewritten internally.IteratorUtils Deprecated. Apache Commons Collections version 3.x is being deprecated from AEMaaCS.ListUtils Deprecated. Apache Commons Collections version 3.x is being deprecated from AEMaaCS.LRUMap Deprecated. Moved to map subpackage.MapUtils Deprecated. Apache Commons Collections version 3.x is being deprecated from AEMaaCS.MultiHashMap Deprecated. Class now available as MultiValueMap in map subpackage.PredicateUtils Deprecated. Apache Commons Collections version 3.x is being deprecated from AEMaaCS.ProxyMap Deprecated. Moved to map subpackage as AbstractMapDecorator.ReferenceMap Deprecated. Moved to map subpackage.SequencedHashMap Deprecated. Replaced by LinkedMap and ListOrderedMap in map subpackage.SetUtils Deprecated. Apache Commons Collections version 3.x is being deprecated from AEMaaCS.StaticBucketMap Deprecated. Moved to map subpackage.SynchronizedPriorityQueue Deprecated. PriorityQueue is replaced by the Buffer interface, see buffer subpackage.TransformerUtils Deprecated. Apache Commons Collections version 3.x is being deprecated from AEMaaCS.TreeBag Deprecated. Moved to bag subpackage and rewritten internally.UnboundedFifoBuffer Deprecated. Moved to buffer subpackage. -
Exception Summary Exception Description BufferOverflowException Deprecated. Apache Commons Collections version 3.x is being deprecated from AEMaaCS.BufferUnderflowException Deprecated. Apache Commons Collections version 3.x is being deprecated from AEMaaCS.FunctorException Deprecated. Apache Commons Collections version 3.x is being deprecated from AEMaaCS.