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. Commons Collections 3 is in maintenance mode.BidiMap Deprecated. Commons Collections 3 is in maintenance mode.BoundedCollection Deprecated. Commons Collections 3 is in maintenance mode.BoundedMap Deprecated. Commons Collections 3 is in maintenance mode.Buffer Deprecated. Commons Collections 3 is in maintenance mode.Closure Deprecated. Commons Collections 3 is in maintenance mode.Factory Deprecated. Commons Collections 3 is in maintenance mode.IterableMap Deprecated. Commons Collections 3 is in maintenance mode.KeyValue Deprecated. Commons Collections 3 is in maintenance mode.MapIterator Deprecated. Commons Collections 3 is in maintenance mode.MultiMap Deprecated. Commons Collections 3 is in maintenance mode.OrderedBidiMap Deprecated. Commons Collections 3 is in maintenance mode.OrderedIterator Deprecated. Commons Collections 3 is in maintenance mode.OrderedMap Deprecated. Commons Collections 3 is in maintenance mode.OrderedMapIterator Deprecated. Commons Collections 3 is in maintenance mode.Predicate Deprecated. Commons Collections 3 is in maintenance mode.PriorityQueue Deprecated. Replaced by the Buffer interface and implementations in buffer subpackage.ResettableIterator Deprecated. Commons Collections 3 is in maintenance mode.ResettableListIterator Deprecated. Commons Collections 3 is in maintenance mode.SortedBag Deprecated. Commons Collections 3 is in maintenance mode.SortedBidiMap Deprecated. Commons Collections 3 is in maintenance mode.Transformer Deprecated. Commons Collections 3 is in maintenance mode.Unmodifiable Deprecated. Commons Collections 3 is in maintenance mode. -
Class Summary Class Description ArrayStack Deprecated. Commons Collections 3 is in maintenance mode.BagUtils Deprecated. Commons Collections 3 is in maintenance mode.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. Commons Collections 3 is in maintenance mode.ClosureUtils Deprecated. Commons Collections 3 is in maintenance mode.CollectionUtils Deprecated. Commons Collections 3 is in maintenance mode.ComparatorUtils Deprecated. Commons Collections 3 is in maintenance mode.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. Commons Collections 3 is in maintenance mode.ExtendedProperties Deprecated. Commons Collections 3 is in maintenance mode.FactoryUtils Deprecated. Commons Collections 3 is in maintenance mode.FastArrayList Deprecated. Commons Collections 3 is in maintenance mode.FastHashMap Deprecated. Commons Collections 3 is in maintenance mode.FastTreeMap Deprecated. Commons Collections 3 is in maintenance mode.HashBag Deprecated. Moved to bag subpackage and rewritten internally.IteratorUtils Deprecated. Commons Collections 3 is in maintenance mode.ListUtils Deprecated. Commons Collections 3 is in maintenance mode.LRUMap Deprecated. Moved to map subpackage.MapUtils Deprecated. Commons Collections 3 is in maintenance mode.MultiHashMap Deprecated. Class now available as MultiValueMap in map subpackage.PredicateUtils Deprecated. Commons Collections 3 is in maintenance mode.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. Commons Collections 3 is in maintenance mode.StaticBucketMap Deprecated. Moved to map subpackage.SynchronizedPriorityQueue Deprecated. PriorityQueue is replaced by the Buffer interface, see buffer subpackage.TransformerUtils Deprecated. Commons Collections 3 is in maintenance mode.TreeBag Deprecated. Moved to bag subpackage and rewritten internally.UnboundedFifoBuffer Deprecated. Moved to buffer subpackage. -
Exception Summary Exception Description BufferOverflowException Deprecated. Commons Collections 3 is in maintenance mode.BufferUnderflowException Deprecated. Commons Collections 3 is in maintenance mode.FunctorException Deprecated. Commons Collections 3 is in maintenance mode.