Frames | No Frames |
Deprecated Interfaces | |
PriorityQueue Replaced by the Buffer interface and implementations in buffer subpackage. |
Deprecated Classes | |
BinaryHeap Replaced by PriorityBuffer in buffer subpackage. | |
BoundedFifoBuffer Moved to buffer subpackage. | |
CursorableLinkedList Use new version in list subpackage, which has been rewritten
and now returns the cursor from the listIterator method. | |
DefaultMapBag Moved to bag subpackage as AbstractMapBag. | |
DefaultMapEntry Use the version in the keyvalue subpackage. | |
DoubleOrderedMap Replaced by TreeBidiMap in bidimap subpackage. | |
HashBag Moved to bag subpackage and rewritten internally. | |
LRUMap Moved to map subpackage. | |
ProxyIterator Use AbstractIteratorDecorator. | |
ProxyListIterator Use AbstractListIteratorDecorator. | |
ProxyMap Moved to map subpackage as AbstractMapDecorator. | |
ReferenceMap Moved to map subpackage. | |
SequencedHashMap Replaced by LinkedMap and ListOrderedMap in map subpackage. | |
StaticBucketMap Moved to map subpackage. | |
SynchronizedPriorityQueue PriorityQueue is replaced by the Buffer interface, see buffer subpackage. | |
TreeBag Moved to bag subpackage and rewritten internally. | |
UnboundedFifoBuffer Moved to buffer subpackage. |
Deprecated Methods | |
org.apache.commons.collections.bidimap.AbstractDualBidiMap.createMap() For constructors, use the new two map constructor. | |
org.apache.commons.collections.CollectionUtils.index(Object,int) use get(Object,int) instead. | |
org.apache.commons.collections.CollectionUtils.index(Object,Object) use get(Object,int) instead. |