Clirr Results

The following document contains the results of Clirr.

  • Current Version: 4.0-SNAPSHOT
  • Comparison Version: 3.2.1

Summary

SeverityNumber
Error Error369
Warning Warning0
Info Info708

Details

SeverityMessageClassMethod / Field
ErrorMethod 'public org.apache.commons.collections.Bag transformedBag(org.apache.commons.collections.Bag, org.apache.commons.collections.Transformer)' has been removedorg.apache.commons.collections.BagUtilspublic org.apache.commons.collections.Bag transformedBag(org.apache.commons.collections.Bag, org.apache.commons.collections.Transformer)
ErrorMethod 'public org.apache.commons.collections.SortedBag transformedSortedBag(org.apache.commons.collections.SortedBag, org.apache.commons.collections.Transformer)' has been removedorg.apache.commons.collections.BagUtilspublic org.apache.commons.collections.SortedBag transformedSortedBag(org.apache.commons.collections.SortedBag, org.apache.commons.collections.Transformer)
ErrorMethod 'public org.apache.commons.collections.Bag typedBag(org.apache.commons.collections.Bag, java.lang.Class)' has been removedorg.apache.commons.collections.BagUtilspublic org.apache.commons.collections.Bag typedBag(org.apache.commons.collections.Bag, java.lang.Class)
ErrorMethod 'public org.apache.commons.collections.SortedBag typedSortedBag(org.apache.commons.collections.SortedBag, java.lang.Class)' has been removedorg.apache.commons.collections.BagUtilspublic org.apache.commons.collections.SortedBag typedSortedBag(org.apache.commons.collections.SortedBag, java.lang.Class)
ErrorClass org.apache.commons.collections.BeanMap removedorg.apache.commons.collections.BeanMap
ErrorClass org.apache.commons.collections.BeanMap$MyMapEntry removedorg.apache.commons.collections.BeanMap$MyMapEntry
ErrorClass org.apache.commons.collections.BinaryHeap removedorg.apache.commons.collections.BinaryHeap
ErrorClass org.apache.commons.collections.BoundedFifoBuffer removedorg.apache.commons.collections.BoundedFifoBuffer
ErrorMethod 'public org.apache.commons.collections.Buffer transformedBuffer(org.apache.commons.collections.Buffer, org.apache.commons.collections.Transformer)' has been removedorg.apache.commons.collections.BufferUtilspublic org.apache.commons.collections.Buffer transformedBuffer(org.apache.commons.collections.Buffer, org.apache.commons.collections.Transformer)
ErrorMethod 'public org.apache.commons.collections.Buffer typedBuffer(org.apache.commons.collections.Buffer, java.lang.Class)' has been removedorg.apache.commons.collections.BufferUtilspublic org.apache.commons.collections.Buffer typedBuffer(org.apache.commons.collections.Buffer, java.lang.Class)
ErrorReturn type of method 'public void addAll(java.util.Collection, java.util.Iterator)' has been changed to booleanorg.apache.commons.collections.CollectionUtilspublic void addAll(java.util.Collection, java.util.Iterator)
ErrorReturn type of method 'public void addAll(java.util.Collection, java.util.Enumeration)' has been changed to booleanorg.apache.commons.collections.CollectionUtilspublic void addAll(java.util.Collection, java.util.Enumeration)
ErrorReturn type of method 'public void addAll(java.util.Collection, java.lang.Object[])' has been changed to booleanorg.apache.commons.collections.CollectionUtilspublic void addAll(java.util.Collection, java.lang.Object[])
ErrorParameter 2 of 'public int cardinality(java.lang.Object, java.util.Collection)' has changed its type to java.lang.Iterableorg.apache.commons.collections.CollectionUtilspublic int cardinality(java.lang.Object, java.util.Collection)
ErrorParameter 1 of 'public java.util.Collection collect(java.util.Collection, org.apache.commons.collections.Transformer)' has changed its type to java.lang.Iterableorg.apache.commons.collections.CollectionUtilspublic java.util.Collection collect(java.util.Collection, org.apache.commons.collections.Transformer)
ErrorParameter 1 of 'public java.util.Collection collect(java.util.Collection, org.apache.commons.collections.Transformer, java.util.Collection)' has changed its type to java.lang.Iterableorg.apache.commons.collections.CollectionUtilspublic java.util.Collection collect(java.util.Collection, org.apache.commons.collections.Transformer, java.util.Collection)
ErrorParameter 1 of 'public int countMatches(java.util.Collection, org.apache.commons.collections.Predicate)' has changed its type to java.lang.Iterableorg.apache.commons.collections.CollectionUtilspublic int countMatches(java.util.Collection, org.apache.commons.collections.Predicate)
ErrorParameter 1 of 'public java.util.Collection disjunction(java.util.Collection, java.util.Collection)' has changed its type to java.lang.Iterableorg.apache.commons.collections.CollectionUtilspublic java.util.Collection disjunction(java.util.Collection, java.util.Collection)
ErrorParameter 2 of 'public java.util.Collection disjunction(java.util.Collection, java.util.Collection)' has changed its type to java.lang.Iterableorg.apache.commons.collections.CollectionUtilspublic java.util.Collection disjunction(java.util.Collection, java.util.Collection)
ErrorParameter 1 of 'public boolean exists(java.util.Collection, org.apache.commons.collections.Predicate)' has changed its type to java.lang.Iterableorg.apache.commons.collections.CollectionUtilspublic boolean exists(java.util.Collection, org.apache.commons.collections.Predicate)
ErrorParameter 1 of 'public void filter(java.util.Collection, org.apache.commons.collections.Predicate)' has changed its type to java.lang.Iterableorg.apache.commons.collections.CollectionUtilspublic void filter(java.util.Collection, org.apache.commons.collections.Predicate)
ErrorReturn type of method 'public void filter(java.util.Collection, org.apache.commons.collections.Predicate)' has been changed to booleanorg.apache.commons.collections.CollectionUtilspublic void filter(java.util.Collection, org.apache.commons.collections.Predicate)
ErrorReturn type of method 'public void forAllDo(java.util.Collection, org.apache.commons.collections.Closure)' has been changed to org.apache.commons.collections.Closureorg.apache.commons.collections.CollectionUtilspublic void forAllDo(java.util.Collection, org.apache.commons.collections.Closure)
ErrorParameter 1 of 'public java.util.Map getCardinalityMap(java.util.Collection)' has changed its type to java.lang.Iterableorg.apache.commons.collections.CollectionUtilspublic java.util.Map getCardinalityMap(java.util.Collection)
ErrorMethod 'public java.lang.Object index(java.lang.Object, int)' has been removedorg.apache.commons.collections.CollectionUtilspublic java.lang.Object index(java.lang.Object, int)
ErrorMethod 'public java.lang.Object index(java.lang.Object, java.lang.Object)' has been removedorg.apache.commons.collections.CollectionUtilspublic java.lang.Object index(java.lang.Object, java.lang.Object)
ErrorParameter 1 of 'public java.util.Collection intersection(java.util.Collection, java.util.Collection)' has changed its type to java.lang.Iterableorg.apache.commons.collections.CollectionUtilspublic java.util.Collection intersection(java.util.Collection, java.util.Collection)
ErrorParameter 2 of 'public java.util.Collection intersection(java.util.Collection, java.util.Collection)' has changed its type to java.lang.Iterableorg.apache.commons.collections.CollectionUtilspublic java.util.Collection intersection(java.util.Collection, java.util.Collection)
ErrorReturn type of method 'public void select(java.util.Collection, org.apache.commons.collections.Predicate, java.util.Collection)' has been changed to java.util.Collectionorg.apache.commons.collections.CollectionUtilspublic void select(java.util.Collection, org.apache.commons.collections.Predicate, java.util.Collection)
ErrorReturn type of method 'public void selectRejected(java.util.Collection, org.apache.commons.collections.Predicate, java.util.Collection)' has been changed to java.util.Collectionorg.apache.commons.collections.CollectionUtilspublic void selectRejected(java.util.Collection, org.apache.commons.collections.Predicate, java.util.Collection)
ErrorParameter 1 of 'public java.util.Collection subtract(java.util.Collection, java.util.Collection)' has changed its type to java.lang.Iterableorg.apache.commons.collections.CollectionUtilspublic java.util.Collection subtract(java.util.Collection, java.util.Collection)
ErrorParameter 2 of 'public java.util.Collection subtract(java.util.Collection, java.util.Collection)' has changed its type to java.lang.Iterableorg.apache.commons.collections.CollectionUtilspublic java.util.Collection subtract(java.util.Collection, java.util.Collection)
ErrorMethod 'public java.util.Collection transformedCollection(java.util.Collection, org.apache.commons.collections.Transformer)' has been removedorg.apache.commons.collections.CollectionUtilspublic java.util.Collection transformedCollection(java.util.Collection, org.apache.commons.collections.Transformer)
ErrorMethod 'public java.util.Collection typedCollection(java.util.Collection, java.lang.Class)' has been removedorg.apache.commons.collections.CollectionUtilspublic java.util.Collection typedCollection(java.util.Collection, java.lang.Class)
ErrorParameter 1 of 'public java.util.Collection union(java.util.Collection, java.util.Collection)' has changed its type to java.lang.Iterableorg.apache.commons.collections.CollectionUtilspublic java.util.Collection union(java.util.Collection, java.util.Collection)
ErrorParameter 2 of 'public java.util.Collection union(java.util.Collection, java.util.Collection)' has changed its type to java.lang.Iterableorg.apache.commons.collections.CollectionUtilspublic java.util.Collection union(java.util.Collection, java.util.Collection)
ErrorClass org.apache.commons.collections.CursorableLinkedList removedorg.apache.commons.collections.CursorableLinkedList
ErrorClass org.apache.commons.collections.CursorableLinkedList$Cursor removedorg.apache.commons.collections.CursorableLinkedList$Cursor
ErrorClass org.apache.commons.collections.DefaultMapBag removedorg.apache.commons.collections.DefaultMapBag
ErrorClass org.apache.commons.collections.DefaultMapEntry removedorg.apache.commons.collections.DefaultMapEntry
ErrorClass org.apache.commons.collections.DoubleOrderedMap removedorg.apache.commons.collections.DoubleOrderedMap
ErrorRemoved field includeorg.apache.commons.collections.ExtendedPropertiesinclude
ErrorClass org.apache.commons.collections.FastArrayList removedorg.apache.commons.collections.FastArrayList
ErrorClass org.apache.commons.collections.FastHashMap removedorg.apache.commons.collections.FastHashMap
ErrorClass org.apache.commons.collections.FastTreeMap removedorg.apache.commons.collections.FastTreeMap
ErrorClass org.apache.commons.collections.HashBag removedorg.apache.commons.collections.HashBag
ErrorClass org.apache.commons.collections.LRUMap removedorg.apache.commons.collections.LRUMap
ErrorMethod 'public java.util.List typedList(java.util.List, java.lang.Class)' has been removedorg.apache.commons.collections.ListUtilspublic java.util.List typedList(java.util.List, java.lang.Class)
ErrorReturn type of method 'public java.util.Map fixedSizeMap(java.util.Map)' has been changed to org.apache.commons.collections.IterableMaporg.apache.commons.collections.MapUtilspublic java.util.Map fixedSizeMap(java.util.Map)
ErrorReturn type of method 'public java.util.Map lazyMap(java.util.Map, org.apache.commons.collections.Factory)' has been changed to org.apache.commons.collections.IterableMaporg.apache.commons.collections.MapUtilspublic java.util.Map lazyMap(java.util.Map, org.apache.commons.collections.Factory)
ErrorReturn type of method 'public java.util.Map lazyMap(java.util.Map, org.apache.commons.collections.Transformer)' has been changed to org.apache.commons.collections.IterableMaporg.apache.commons.collections.MapUtilspublic java.util.Map lazyMap(java.util.Map, org.apache.commons.collections.Transformer)
ErrorMethod 'protected void logInfo(java.lang.Exception)' has been removedorg.apache.commons.collections.MapUtilsprotected void logInfo(java.lang.Exception)
ErrorReturn type of method 'public java.util.Map multiValueMap(java.util.Map)' has been changed to org.apache.commons.collections.map.MultiValueMaporg.apache.commons.collections.MapUtilspublic java.util.Map multiValueMap(java.util.Map)
ErrorReturn type of method 'public java.util.Map multiValueMap(java.util.Map, java.lang.Class)' has been changed to org.apache.commons.collections.map.MultiValueMaporg.apache.commons.collections.MapUtilspublic java.util.Map multiValueMap(java.util.Map, java.lang.Class)
ErrorReturn type of method 'public java.util.Map multiValueMap(java.util.Map, org.apache.commons.collections.Factory)' has been changed to org.apache.commons.collections.map.MultiValueMaporg.apache.commons.collections.MapUtilspublic java.util.Map multiValueMap(java.util.Map, org.apache.commons.collections.Factory)
ErrorReturn type of method 'public java.util.Map orderedMap(java.util.Map)' has been changed to org.apache.commons.collections.OrderedMaporg.apache.commons.collections.MapUtilspublic java.util.Map orderedMap(java.util.Map)
ErrorReturn type of method 'public java.util.Map predicatedMap(java.util.Map, org.apache.commons.collections.Predicate, org.apache.commons.collections.Predicate)' has been changed to org.apache.commons.collections.IterableMaporg.apache.commons.collections.MapUtilspublic java.util.Map predicatedMap(java.util.Map, org.apache.commons.collections.Predicate, org.apache.commons.collections.Predicate)
ErrorReturn type of method 'public java.util.Map synchronizedSortedMap(java.util.SortedMap)' has been changed to java.util.SortedMaporg.apache.commons.collections.MapUtilspublic java.util.Map synchronizedSortedMap(java.util.SortedMap)
ErrorReturn type of method 'public java.util.Map transformedMap(java.util.Map, org.apache.commons.collections.Transformer, org.apache.commons.collections.Transformer)' has been changed to org.apache.commons.collections.IterableMaporg.apache.commons.collections.MapUtilspublic java.util.Map transformedMap(java.util.Map, org.apache.commons.collections.Transformer, org.apache.commons.collections.Transformer)
ErrorMethod 'public java.util.Map typedMap(java.util.Map, java.lang.Class, java.lang.Class)' has been removedorg.apache.commons.collections.MapUtilspublic java.util.Map typedMap(java.util.Map, java.lang.Class, java.lang.Class)
ErrorMethod 'public java.util.SortedMap typedSortedMap(java.util.SortedMap, java.lang.Class, java.lang.Class)' has been removedorg.apache.commons.collections.MapUtilspublic java.util.SortedMap typedSortedMap(java.util.SortedMap, java.lang.Class, java.lang.Class)
ErrorReturn type of method 'public java.util.Map unmodifiableSortedMap(java.util.SortedMap)' has been changed to java.util.SortedMaporg.apache.commons.collections.MapUtilspublic java.util.Map unmodifiableSortedMap(java.util.SortedMap)
ErrorClass org.apache.commons.collections.MultiHashMap removedorg.apache.commons.collections.MultiHashMap
ErrorReturn type of method 'public org.apache.commons.collections.BidiMap inverseBidiMap()' has been changed to org.apache.commons.collections.OrderedBidiMaporg.apache.commons.collections.OrderedBidiMappublic org.apache.commons.collections.BidiMap inverseBidiMap()
ErrorMethod 'public org.apache.commons.collections.OrderedBidiMap inverseOrderedBidiMap()' has been removedorg.apache.commons.collections.OrderedBidiMappublic org.apache.commons.collections.OrderedBidiMap inverseOrderedBidiMap()
ErrorMethod 'public org.apache.commons.collections.OrderedMapIterator mapIterator()' has been added to an interfaceorg.apache.commons.collections.OrderedMappublic org.apache.commons.collections.OrderedMapIterator mapIterator()
ErrorMethod 'public org.apache.commons.collections.OrderedMapIterator orderedMapIterator()' has been removedorg.apache.commons.collections.OrderedMappublic org.apache.commons.collections.OrderedMapIterator orderedMapIterator()
ErrorClass org.apache.commons.collections.PriorityQueue removedorg.apache.commons.collections.PriorityQueue
ErrorClass org.apache.commons.collections.ProxyMap removedorg.apache.commons.collections.ProxyMap
ErrorClass org.apache.commons.collections.ReferenceMap removedorg.apache.commons.collections.ReferenceMap
ErrorClass org.apache.commons.collections.SequencedHashMap removedorg.apache.commons.collections.SequencedHashMap
ErrorMethod 'public java.util.Set typedSet(java.util.Set, java.lang.Class)' has been removedorg.apache.commons.collections.SetUtilspublic java.util.Set typedSet(java.util.Set, java.lang.Class)
ErrorMethod 'public java.util.SortedSet typedSortedSet(java.util.SortedSet, java.lang.Class)' has been removedorg.apache.commons.collections.SetUtilspublic java.util.SortedSet typedSortedSet(java.util.SortedSet, java.lang.Class)
ErrorReturn type of method 'public org.apache.commons.collections.BidiMap inverseBidiMap()' has been changed to org.apache.commons.collections.SortedBidiMaporg.apache.commons.collections.SortedBidiMappublic org.apache.commons.collections.BidiMap inverseBidiMap()
ErrorMethod 'public org.apache.commons.collections.SortedBidiMap inverseSortedBidiMap()' has been removedorg.apache.commons.collections.SortedBidiMappublic org.apache.commons.collections.SortedBidiMap inverseSortedBidiMap()
ErrorMethod 'public java.util.Comparator valueComparator()' has been added to an interfaceorg.apache.commons.collections.SortedBidiMappublic java.util.Comparator valueComparator()
ErrorClass org.apache.commons.collections.StaticBucketMap removedorg.apache.commons.collections.StaticBucketMap
ErrorClass org.apache.commons.collections.SynchronizedPriorityQueue removedorg.apache.commons.collections.SynchronizedPriorityQueue
ErrorClass org.apache.commons.collections.TreeBag removedorg.apache.commons.collections.TreeBag
ErrorClass org.apache.commons.collections.UnboundedFifoBuffer removedorg.apache.commons.collections.UnboundedFifoBuffer
ErrorMethod 'protected org.apache.commons.collections.Bag getBag()' has been removedorg.apache.commons.collections.bag.AbstractBagDecoratorprotected org.apache.commons.collections.Bag getBag()
ErrorMethod 'protected org.apache.commons.collections.SortedBag getSortedBag()' has been removedorg.apache.commons.collections.bag.AbstractSortedBagDecoratorprotected org.apache.commons.collections.SortedBag getSortedBag()
ErrorRemoved org.apache.commons.collections.collection.AbstractSerializableCollectionDecorator from the list of superclassesorg.apache.commons.collections.bag.PredicatedBag
ErrorMethod 'public org.apache.commons.collections.Bag decorate(org.apache.commons.collections.Bag, org.apache.commons.collections.Predicate)' has been removedorg.apache.commons.collections.bag.PredicatedBagpublic org.apache.commons.collections.Bag decorate(org.apache.commons.collections.Bag, org.apache.commons.collections.Predicate)
ErrorMethod 'protected org.apache.commons.collections.Bag getBag()' has been removedorg.apache.commons.collections.bag.PredicatedBagprotected org.apache.commons.collections.Bag getBag()
ErrorRemoved org.apache.commons.collections.collection.AbstractSerializableCollectionDecorator from the list of superclassesorg.apache.commons.collections.bag.PredicatedSortedBag
ErrorMethod 'public org.apache.commons.collections.SortedBag decorate(org.apache.commons.collections.SortedBag, org.apache.commons.collections.Predicate)' has been removedorg.apache.commons.collections.bag.PredicatedSortedBagpublic org.apache.commons.collections.SortedBag decorate(org.apache.commons.collections.SortedBag, org.apache.commons.collections.Predicate)
ErrorMethod 'protected org.apache.commons.collections.SortedBag getSortedBag()' has been removedorg.apache.commons.collections.bag.PredicatedSortedBagprotected org.apache.commons.collections.SortedBag getSortedBag()
ErrorMethod 'public org.apache.commons.collections.Bag decorate(org.apache.commons.collections.Bag)' has been removedorg.apache.commons.collections.bag.SynchronizedBagpublic org.apache.commons.collections.Bag decorate(org.apache.commons.collections.Bag)
ErrorMethod 'public org.apache.commons.collections.SortedBag decorate(org.apache.commons.collections.SortedBag)' has been removedorg.apache.commons.collections.bag.SynchronizedSortedBagpublic org.apache.commons.collections.SortedBag decorate(org.apache.commons.collections.SortedBag)
ErrorRemoved org.apache.commons.collections.collection.AbstractSerializableCollectionDecorator from the list of superclassesorg.apache.commons.collections.bag.TransformedBag
ErrorMethod 'public org.apache.commons.collections.Bag decorate(org.apache.commons.collections.Bag, org.apache.commons.collections.Transformer)' has been removedorg.apache.commons.collections.bag.TransformedBagpublic org.apache.commons.collections.Bag decorate(org.apache.commons.collections.Bag, org.apache.commons.collections.Transformer)
ErrorRemoved org.apache.commons.collections.collection.AbstractSerializableCollectionDecorator from the list of superclassesorg.apache.commons.collections.bag.TransformedSortedBag
ErrorMethod 'public org.apache.commons.collections.SortedBag decorate(org.apache.commons.collections.SortedBag, org.apache.commons.collections.Transformer)' has been removedorg.apache.commons.collections.bag.TransformedSortedBagpublic org.apache.commons.collections.SortedBag decorate(org.apache.commons.collections.SortedBag, org.apache.commons.collections.Transformer)
ErrorClass org.apache.commons.collections.bag.TypedBag removedorg.apache.commons.collections.bag.TypedBag
ErrorClass org.apache.commons.collections.bag.TypedSortedBag removedorg.apache.commons.collections.bag.TypedSortedBag
ErrorMethod 'public org.apache.commons.collections.Bag decorate(org.apache.commons.collections.Bag)' has been removedorg.apache.commons.collections.bag.UnmodifiableBagpublic org.apache.commons.collections.Bag decorate(org.apache.commons.collections.Bag)
ErrorMethod 'public org.apache.commons.collections.SortedBag decorate(org.apache.commons.collections.SortedBag)' has been removedorg.apache.commons.collections.bag.UnmodifiableSortedBagpublic org.apache.commons.collections.SortedBag decorate(org.apache.commons.collections.SortedBag)
ErrorMethod 'protected org.apache.commons.collections.BidiMap getBidiMap()' has been removedorg.apache.commons.collections.bidimap.AbstractBidiMapDecoratorprotected org.apache.commons.collections.BidiMap getBidiMap()
ErrorRemoved field mapsorg.apache.commons.collections.bidimap.AbstractDualBidiMapmaps
ErrorMethod 'protected java.util.Map createMap()' has been removedorg.apache.commons.collections.bidimap.AbstractDualBidiMapprotected java.util.Map createMap()
ErrorReturn type of method 'public java.lang.Object next()' has been changed to java.util.Map$Entryorg.apache.commons.collections.bidimap.AbstractDualBidiMap$EntrySetIteratorpublic java.lang.Object next()
ErrorMethod 'protected org.apache.commons.collections.OrderedBidiMap getOrderedBidiMap()' has been removedorg.apache.commons.collections.bidimap.AbstractOrderedBidiMapDecoratorprotected org.apache.commons.collections.OrderedBidiMap getOrderedBidiMap()
ErrorMethod 'public org.apache.commons.collections.OrderedBidiMap inverseOrderedBidiMap()' has been removedorg.apache.commons.collections.bidimap.AbstractOrderedBidiMapDecoratorpublic org.apache.commons.collections.OrderedBidiMap inverseOrderedBidiMap()
ErrorMethod 'public org.apache.commons.collections.OrderedMapIterator orderedMapIterator()' has been removedorg.apache.commons.collections.bidimap.AbstractOrderedBidiMapDecoratorpublic org.apache.commons.collections.OrderedMapIterator orderedMapIterator()
ErrorMethod 'protected org.apache.commons.collections.SortedBidiMap getSortedBidiMap()' has been removedorg.apache.commons.collections.bidimap.AbstractSortedBidiMapDecoratorprotected org.apache.commons.collections.SortedBidiMap getSortedBidiMap()
ErrorMethod 'public org.apache.commons.collections.SortedBidiMap inverseSortedBidiMap()' has been removedorg.apache.commons.collections.bidimap.AbstractSortedBidiMapDecoratorpublic org.apache.commons.collections.SortedBidiMap inverseSortedBidiMap()
ErrorIn method 'public DualTreeBidiMap(java.util.Comparator)' the number of arguments has changedorg.apache.commons.collections.bidimap.DualTreeBidiMappublic DualTreeBidiMap(java.util.Comparator)
ErrorReturn type of method 'protected org.apache.commons.collections.BidiMap createBidiMap(java.util.Map, java.util.Map, org.apache.commons.collections.BidiMap)' has been changed to org.apache.commons.collections.bidimap.DualTreeBidiMaporg.apache.commons.collections.bidimap.DualTreeBidiMapprotected org.apache.commons.collections.BidiMap createBidiMap(java.util.Map, java.util.Map, org.apache.commons.collections.BidiMap)
ErrorMethod 'public org.apache.commons.collections.OrderedMapIterator orderedMapIterator()' has been removedorg.apache.commons.collections.bidimap.DualTreeBidiMappublic org.apache.commons.collections.OrderedMapIterator orderedMapIterator()
ErrorReturn type of method 'public java.lang.Object firstKey()' has been changed to java.lang.Comparableorg.apache.commons.collections.bidimap.TreeBidiMappublic java.lang.Object firstKey()
ErrorReturn type of method 'public java.lang.Object get(java.lang.Object)' has been changed to java.lang.Comparableorg.apache.commons.collections.bidimap.TreeBidiMappublic java.lang.Object get(java.lang.Object)
ErrorReturn type of method 'public java.lang.Object getKey(java.lang.Object)' has been changed to java.lang.Comparableorg.apache.commons.collections.bidimap.TreeBidiMappublic java.lang.Object getKey(java.lang.Object)
ErrorReturn type of method 'public org.apache.commons.collections.BidiMap inverseBidiMap()' has been changed to org.apache.commons.collections.OrderedBidiMaporg.apache.commons.collections.bidimap.TreeBidiMappublic org.apache.commons.collections.BidiMap inverseBidiMap()
ErrorMethod 'public org.apache.commons.collections.OrderedBidiMap inverseOrderedBidiMap()' has been removedorg.apache.commons.collections.bidimap.TreeBidiMappublic org.apache.commons.collections.OrderedBidiMap inverseOrderedBidiMap()
ErrorReturn type of method 'public java.lang.Object lastKey()' has been changed to java.lang.Comparableorg.apache.commons.collections.bidimap.TreeBidiMappublic java.lang.Object lastKey()
ErrorReturn type of method 'public org.apache.commons.collections.MapIterator mapIterator()' has been changed to org.apache.commons.collections.OrderedMapIteratororg.apache.commons.collections.bidimap.TreeBidiMappublic org.apache.commons.collections.MapIterator mapIterator()
ErrorMethod 'public org.apache.commons.collections.OrderedMapIterator orderedMapIterator()' has been removedorg.apache.commons.collections.bidimap.TreeBidiMappublic org.apache.commons.collections.OrderedMapIterator orderedMapIterator()
ErrorReturn type of method 'public java.lang.Object remove(java.lang.Object)' has been changed to java.lang.Comparableorg.apache.commons.collections.bidimap.TreeBidiMappublic java.lang.Object remove(java.lang.Object)
ErrorReturn type of method 'public java.lang.Object removeValue(java.lang.Object)' has been changed to java.lang.Comparableorg.apache.commons.collections.bidimap.TreeBidiMappublic java.lang.Object removeValue(java.lang.Object)
ErrorMethod 'public org.apache.commons.collections.BidiMap decorate(org.apache.commons.collections.BidiMap)' has been removedorg.apache.commons.collections.bidimap.UnmodifiableBidiMappublic org.apache.commons.collections.BidiMap decorate(org.apache.commons.collections.BidiMap)
ErrorMethod 'public org.apache.commons.collections.OrderedBidiMap decorate(org.apache.commons.collections.OrderedBidiMap)' has been removedorg.apache.commons.collections.bidimap.UnmodifiableOrderedBidiMappublic org.apache.commons.collections.OrderedBidiMap decorate(org.apache.commons.collections.OrderedBidiMap)
ErrorReturn type of method 'public org.apache.commons.collections.BidiMap inverseBidiMap()' has been changed to org.apache.commons.collections.OrderedBidiMaporg.apache.commons.collections.bidimap.UnmodifiableOrderedBidiMappublic org.apache.commons.collections.BidiMap inverseBidiMap()
ErrorReturn type of method 'public org.apache.commons.collections.MapIterator mapIterator()' has been changed to org.apache.commons.collections.OrderedMapIteratororg.apache.commons.collections.bidimap.UnmodifiableOrderedBidiMappublic org.apache.commons.collections.MapIterator mapIterator()
ErrorMethod 'public org.apache.commons.collections.OrderedMapIterator orderedMapIterator()' has been removedorg.apache.commons.collections.bidimap.UnmodifiableOrderedBidiMappublic org.apache.commons.collections.OrderedMapIterator orderedMapIterator()
ErrorMethod 'public org.apache.commons.collections.SortedBidiMap decorate(org.apache.commons.collections.SortedBidiMap)' has been removedorg.apache.commons.collections.bidimap.UnmodifiableSortedBidiMappublic org.apache.commons.collections.SortedBidiMap decorate(org.apache.commons.collections.SortedBidiMap)
ErrorReturn type of method 'public org.apache.commons.collections.BidiMap inverseBidiMap()' has been changed to org.apache.commons.collections.SortedBidiMaporg.apache.commons.collections.bidimap.UnmodifiableSortedBidiMappublic org.apache.commons.collections.BidiMap inverseBidiMap()
ErrorMethod 'public org.apache.commons.collections.OrderedBidiMap inverseOrderedBidiMap()' has been removedorg.apache.commons.collections.bidimap.UnmodifiableSortedBidiMappublic org.apache.commons.collections.OrderedBidiMap inverseOrderedBidiMap()
ErrorMethod 'public org.apache.commons.collections.SortedBidiMap inverseSortedBidiMap()' has been removedorg.apache.commons.collections.bidimap.UnmodifiableSortedBidiMappublic org.apache.commons.collections.SortedBidiMap inverseSortedBidiMap()
ErrorReturn type of method 'public org.apache.commons.collections.MapIterator mapIterator()' has been changed to org.apache.commons.collections.OrderedMapIteratororg.apache.commons.collections.bidimap.UnmodifiableSortedBidiMappublic org.apache.commons.collections.MapIterator mapIterator()
ErrorMethod 'public org.apache.commons.collections.OrderedMapIterator orderedMapIterator()' has been removedorg.apache.commons.collections.bidimap.UnmodifiableSortedBidiMappublic org.apache.commons.collections.OrderedMapIterator orderedMapIterator()
ErrorMethod 'protected org.apache.commons.collections.Buffer getBuffer()' has been removedorg.apache.commons.collections.buffer.AbstractBufferDecoratorprotected org.apache.commons.collections.Buffer getBuffer()
ErrorMethod 'public org.apache.commons.collections.Buffer decorate(org.apache.commons.collections.Buffer)' has been removedorg.apache.commons.collections.buffer.BlockingBufferpublic org.apache.commons.collections.Buffer decorate(org.apache.commons.collections.Buffer)
ErrorMethod 'public org.apache.commons.collections.Buffer decorate(org.apache.commons.collections.Buffer, long)' has been removedorg.apache.commons.collections.buffer.BlockingBufferpublic org.apache.commons.collections.Buffer decorate(org.apache.commons.collections.Buffer, long)
ErrorMethod 'public org.apache.commons.collections.buffer.BoundedBuffer decorate(org.apache.commons.collections.Buffer, int)' has been removedorg.apache.commons.collections.buffer.BoundedBufferpublic org.apache.commons.collections.buffer.BoundedBuffer decorate(org.apache.commons.collections.Buffer, int)
ErrorMethod 'public org.apache.commons.collections.buffer.BoundedBuffer decorate(org.apache.commons.collections.Buffer, int, long)' has been removedorg.apache.commons.collections.buffer.BoundedBufferpublic org.apache.commons.collections.buffer.BoundedBuffer decorate(org.apache.commons.collections.Buffer, int, long)
ErrorRemoved org.apache.commons.collections.collection.AbstractSerializableCollectionDecorator from the list of superclassesorg.apache.commons.collections.buffer.PredicatedBuffer
ErrorMethod 'public org.apache.commons.collections.Buffer decorate(org.apache.commons.collections.Buffer, org.apache.commons.collections.Predicate)' has been removedorg.apache.commons.collections.buffer.PredicatedBufferpublic org.apache.commons.collections.Buffer decorate(org.apache.commons.collections.Buffer, org.apache.commons.collections.Predicate)
ErrorMethod 'protected org.apache.commons.collections.Buffer getBuffer()' has been removedorg.apache.commons.collections.buffer.PredicatedBufferprotected org.apache.commons.collections.Buffer getBuffer()
ErrorMethod 'public org.apache.commons.collections.Buffer decorate(org.apache.commons.collections.Buffer)' has been removedorg.apache.commons.collections.buffer.SynchronizedBufferpublic org.apache.commons.collections.Buffer decorate(org.apache.commons.collections.Buffer)
ErrorMethod 'protected org.apache.commons.collections.Buffer getBuffer()' has been removedorg.apache.commons.collections.buffer.SynchronizedBufferprotected org.apache.commons.collections.Buffer getBuffer()
ErrorRemoved org.apache.commons.collections.collection.AbstractSerializableCollectionDecorator from the list of superclassesorg.apache.commons.collections.buffer.TransformedBuffer
ErrorMethod 'public org.apache.commons.collections.Buffer decorate(org.apache.commons.collections.Buffer, org.apache.commons.collections.Transformer)' has been removedorg.apache.commons.collections.buffer.TransformedBufferpublic org.apache.commons.collections.Buffer decorate(org.apache.commons.collections.Buffer, org.apache.commons.collections.Transformer)
ErrorClass org.apache.commons.collections.buffer.TypedBuffer removedorg.apache.commons.collections.buffer.TypedBuffer
ErrorMethod 'public org.apache.commons.collections.Buffer decorate(org.apache.commons.collections.Buffer)' has been removedorg.apache.commons.collections.buffer.UnmodifiableBufferpublic org.apache.commons.collections.Buffer decorate(org.apache.commons.collections.Buffer)
ErrorMethod 'protected java.util.Collection getCollection()' has been removedorg.apache.commons.collections.collection.AbstractCollectionDecoratorprotected java.util.Collection getCollection()
ErrorClass org.apache.commons.collections.collection.AbstractSerializableCollectionDecorator removedorg.apache.commons.collections.collection.AbstractSerializableCollectionDecorator
ErrorChanged type of field all from java.util.Collection[] to java.util.Listorg.apache.commons.collections.collection.CompositeCollectionall
ErrorReturn type of method 'public java.util.Collection getCollections()' has been changed to java.util.Listorg.apache.commons.collections.collection.CompositeCollectionpublic java.util.Collection getCollections()
ErrorParameter 2 of 'public boolean add(org.apache.commons.collections.collection.CompositeCollection, java.util.Collection[], java.lang.Object)' has changed its type to java.util.Listorg.apache.commons.collections.collection.CompositeCollection$CollectionMutatorpublic boolean add(org.apache.commons.collections.collection.CompositeCollection, java.util.Collection[], java.lang.Object)
ErrorParameter 2 of 'public boolean addAll(org.apache.commons.collections.collection.CompositeCollection, java.util.Collection[], java.util.Collection)' has changed its type to java.util.Listorg.apache.commons.collections.collection.CompositeCollection$CollectionMutatorpublic boolean addAll(org.apache.commons.collections.collection.CompositeCollection, java.util.Collection[], java.util.Collection)
ErrorParameter 2 of 'public boolean remove(org.apache.commons.collections.collection.CompositeCollection, java.util.Collection[], java.lang.Object)' has changed its type to java.util.Listorg.apache.commons.collections.collection.CompositeCollection$CollectionMutatorpublic boolean remove(org.apache.commons.collections.collection.CompositeCollection, java.util.Collection[], java.lang.Object)
ErrorRemoved org.apache.commons.collections.collection.AbstractSerializableCollectionDecorator from the list of superclassesorg.apache.commons.collections.collection.PredicatedCollection
ErrorMethod 'public java.util.Collection decorate(java.util.Collection, org.apache.commons.collections.Predicate)' has been removedorg.apache.commons.collections.collection.PredicatedCollectionpublic java.util.Collection decorate(java.util.Collection, org.apache.commons.collections.Predicate)
ErrorMethod 'public java.util.Collection decorate(java.util.Collection)' has been removedorg.apache.commons.collections.collection.SynchronizedCollectionpublic java.util.Collection decorate(java.util.Collection)
ErrorRemoved org.apache.commons.collections.collection.AbstractSerializableCollectionDecorator from the list of superclassesorg.apache.commons.collections.collection.TransformedCollection
ErrorMethod 'public java.util.Collection decorate(java.util.Collection, org.apache.commons.collections.Transformer)' has been removedorg.apache.commons.collections.collection.TransformedCollectionpublic java.util.Collection decorate(java.util.Collection, org.apache.commons.collections.Transformer)
ErrorClass org.apache.commons.collections.collection.TypedCollection removedorg.apache.commons.collections.collection.TypedCollection
ErrorRemoved org.apache.commons.collections.collection.AbstractSerializableCollectionDecorator from the list of superclassesorg.apache.commons.collections.collection.UnmodifiableBoundedCollection
ErrorMethod 'public org.apache.commons.collections.BoundedCollection decorate(org.apache.commons.collections.BoundedCollection)' has been removedorg.apache.commons.collections.collection.UnmodifiableBoundedCollectionpublic org.apache.commons.collections.BoundedCollection decorate(org.apache.commons.collections.BoundedCollection)
ErrorMethod 'public org.apache.commons.collections.BoundedCollection decorateUsing(java.util.Collection)' has been removedorg.apache.commons.collections.collection.UnmodifiableBoundedCollectionpublic org.apache.commons.collections.BoundedCollection decorateUsing(java.util.Collection)
ErrorRemoved org.apache.commons.collections.collection.AbstractSerializableCollectionDecorator from the list of superclassesorg.apache.commons.collections.collection.UnmodifiableCollection
ErrorMethod 'public java.util.Collection decorate(java.util.Collection)' has been removedorg.apache.commons.collections.collection.UnmodifiableCollectionpublic java.util.Collection decorate(java.util.Collection)
ErrorMethod 'public org.apache.commons.collections.comparators.BooleanComparator getBooleanComparator(boolean)' has been removedorg.apache.commons.collections.comparators.BooleanComparatorpublic org.apache.commons.collections.comparators.BooleanComparator getBooleanComparator(boolean)
ErrorMethod 'public org.apache.commons.collections.comparators.ComparableComparator getInstance()' has been removedorg.apache.commons.collections.comparators.ComparableComparatorpublic org.apache.commons.collections.comparators.ComparableComparator getInstance()
ErrorField UNKNOWN_AFTER has been removed, but it was previously a constantorg.apache.commons.collections.comparators.FixedOrderComparatorUNKNOWN_AFTER
ErrorField UNKNOWN_BEFORE has been removed, but it was previously a constantorg.apache.commons.collections.comparators.FixedOrderComparatorUNKNOWN_BEFORE
ErrorField UNKNOWN_THROW_EXCEPTION has been removed, but it was previously a constantorg.apache.commons.collections.comparators.FixedOrderComparatorUNKNOWN_THROW_EXCEPTION
ErrorReturn type of method 'public int getUnknownObjectBehavior()' has been changed to org.apache.commons.collections.comparators.FixedOrderComparator$UnknownObjectBehaviororg.apache.commons.collections.comparators.FixedOrderComparatorpublic int getUnknownObjectBehavior()
ErrorParameter 1 of 'public void setUnknownObjectBehavior(int)' has changed its type to org.apache.commons.collections.comparators.FixedOrderComparator$UnknownObjectBehaviororg.apache.commons.collections.comparators.FixedOrderComparatorpublic void setUnknownObjectBehavior(int)
ErrorField decorated is now finalorg.apache.commons.collections.comparators.TransformingComparatordecorated
ErrorField transformer is now finalorg.apache.commons.collections.comparators.TransformingComparatortransformer
ErrorMethod 'public org.apache.commons.collections.Predicate getInstance(org.apache.commons.collections.Predicate[])' has been removedorg.apache.commons.collections.functors.AllPredicatepublic org.apache.commons.collections.Predicate getInstance(org.apache.commons.collections.Predicate[])
ErrorMethod 'public org.apache.commons.collections.Predicate getInstance(java.util.Collection)' has been removedorg.apache.commons.collections.functors.AllPredicatepublic org.apache.commons.collections.Predicate getInstance(java.util.Collection)
ErrorMethod 'public org.apache.commons.collections.Predicate getInstance(org.apache.commons.collections.Predicate, org.apache.commons.collections.Predicate)' has been removedorg.apache.commons.collections.functors.AndPredicatepublic org.apache.commons.collections.Predicate getInstance(org.apache.commons.collections.Predicate, org.apache.commons.collections.Predicate)
ErrorMethod 'public org.apache.commons.collections.Predicate getInstance(org.apache.commons.collections.Predicate[])' has been removedorg.apache.commons.collections.functors.AnyPredicatepublic org.apache.commons.collections.Predicate getInstance(org.apache.commons.collections.Predicate[])
ErrorMethod 'public org.apache.commons.collections.Predicate getInstance(java.util.Collection)' has been removedorg.apache.commons.collections.functors.AnyPredicatepublic org.apache.commons.collections.Predicate getInstance(java.util.Collection)
ErrorMethod 'public org.apache.commons.collections.Closure getInstance(org.apache.commons.collections.Closure[])' has been removedorg.apache.commons.collections.functors.ChainedClosurepublic org.apache.commons.collections.Closure getInstance(org.apache.commons.collections.Closure[])
ErrorMethod 'public org.apache.commons.collections.Closure getInstance(java.util.Collection)' has been removedorg.apache.commons.collections.functors.ChainedClosurepublic org.apache.commons.collections.Closure getInstance(java.util.Collection)
ErrorMethod 'public org.apache.commons.collections.Closure getInstance(org.apache.commons.collections.Closure, org.apache.commons.collections.Closure)' has been removedorg.apache.commons.collections.functors.ChainedClosurepublic org.apache.commons.collections.Closure getInstance(org.apache.commons.collections.Closure, org.apache.commons.collections.Closure)
ErrorMethod 'public org.apache.commons.collections.Transformer getInstance(org.apache.commons.collections.Transformer[])' has been removedorg.apache.commons.collections.functors.ChainedTransformerpublic org.apache.commons.collections.Transformer getInstance(org.apache.commons.collections.Transformer[])
ErrorMethod 'public org.apache.commons.collections.Transformer getInstance(java.util.Collection)' has been removedorg.apache.commons.collections.functors.ChainedTransformerpublic org.apache.commons.collections.Transformer getInstance(java.util.Collection)
ErrorMethod 'public org.apache.commons.collections.Transformer getInstance(org.apache.commons.collections.Transformer, org.apache.commons.collections.Transformer)' has been removedorg.apache.commons.collections.functors.ChainedTransformerpublic org.apache.commons.collections.Transformer getInstance(org.apache.commons.collections.Transformer, org.apache.commons.collections.Transformer)
ErrorMethod 'public org.apache.commons.collections.Transformer getInstance()' has been removedorg.apache.commons.collections.functors.CloneTransformerpublic org.apache.commons.collections.Transformer getInstance()
ErrorMethod 'public org.apache.commons.collections.Transformer getInstance(org.apache.commons.collections.Closure)' has been removedorg.apache.commons.collections.functors.ClosureTransformerpublic org.apache.commons.collections.Transformer getInstance(org.apache.commons.collections.Closure)
ErrorMethod 'public org.apache.commons.collections.Factory getInstance(java.lang.Object)' has been removedorg.apache.commons.collections.functors.ConstantFactorypublic org.apache.commons.collections.Factory getInstance(java.lang.Object)
ErrorMethod 'public org.apache.commons.collections.Transformer getInstance(java.lang.Object)' has been removedorg.apache.commons.collections.functors.ConstantTransformerpublic org.apache.commons.collections.Transformer getInstance(java.lang.Object)
ErrorMethod 'public org.apache.commons.collections.Predicate getInstance(java.lang.Object)' has been removedorg.apache.commons.collections.functors.EqualPredicatepublic org.apache.commons.collections.Predicate getInstance(java.lang.Object)
ErrorMethod 'public org.apache.commons.collections.Closure getInstance()' has been removedorg.apache.commons.collections.functors.ExceptionClosurepublic org.apache.commons.collections.Closure getInstance()
ErrorMethod 'public org.apache.commons.collections.Factory getInstance()' has been removedorg.apache.commons.collections.functors.ExceptionFactorypublic org.apache.commons.collections.Factory getInstance()
ErrorMethod 'public org.apache.commons.collections.Predicate getInstance()' has been removedorg.apache.commons.collections.functors.ExceptionPredicatepublic org.apache.commons.collections.Predicate getInstance()
ErrorMethod 'public org.apache.commons.collections.Transformer getInstance()' has been removedorg.apache.commons.collections.functors.ExceptionTransformerpublic org.apache.commons.collections.Transformer getInstance()
ErrorMethod 'public org.apache.commons.collections.Transformer getInstance(org.apache.commons.collections.Factory)' has been removedorg.apache.commons.collections.functors.FactoryTransformerpublic org.apache.commons.collections.Transformer getInstance(org.apache.commons.collections.Factory)
ErrorMethod 'public org.apache.commons.collections.Predicate getInstance()' has been removedorg.apache.commons.collections.functors.FalsePredicatepublic org.apache.commons.collections.Predicate getInstance()
ErrorMethod 'public org.apache.commons.collections.Closure getInstance(int, org.apache.commons.collections.Closure)' has been removedorg.apache.commons.collections.functors.ForClosurepublic org.apache.commons.collections.Closure getInstance(int, org.apache.commons.collections.Closure)
ErrorMethod 'public org.apache.commons.collections.Predicate getInstance(java.lang.Object)' has been removedorg.apache.commons.collections.functors.IdentityPredicatepublic org.apache.commons.collections.Predicate getInstance(java.lang.Object)
ErrorMethod 'public org.apache.commons.collections.Closure getInstance(org.apache.commons.collections.Predicate, org.apache.commons.collections.Closure)' has been removedorg.apache.commons.collections.functors.IfClosurepublic org.apache.commons.collections.Closure getInstance(org.apache.commons.collections.Predicate, org.apache.commons.collections.Closure)
ErrorMethod 'public org.apache.commons.collections.Closure getInstance(org.apache.commons.collections.Predicate, org.apache.commons.collections.Closure, org.apache.commons.collections.Closure)' has been removedorg.apache.commons.collections.functors.IfClosurepublic org.apache.commons.collections.Closure getInstance(org.apache.commons.collections.Predicate, org.apache.commons.collections.Closure, org.apache.commons.collections.Closure)
ErrorMethod 'public org.apache.commons.collections.Predicate getInstance(java.lang.Class)' has been removedorg.apache.commons.collections.functors.InstanceofPredicatepublic org.apache.commons.collections.Predicate getInstance(java.lang.Class)
ErrorMethod 'public org.apache.commons.collections.Factory getInstance(java.lang.Class, java.lang.Class[], java.lang.Object[])' has been removedorg.apache.commons.collections.functors.InstantiateFactorypublic org.apache.commons.collections.Factory getInstance(java.lang.Class, java.lang.Class[], java.lang.Object[])
ErrorMethod 'public org.apache.commons.collections.Transformer getInstance(java.lang.Class[], java.lang.Object[])' has been removedorg.apache.commons.collections.functors.InstantiateTransformerpublic org.apache.commons.collections.Transformer getInstance(java.lang.Class[], java.lang.Object[])
ErrorMethod 'public org.apache.commons.collections.Transformer getInstance(java.lang.String)' has been removedorg.apache.commons.collections.functors.InvokerTransformerpublic org.apache.commons.collections.Transformer getInstance(java.lang.String)
ErrorMethod 'public org.apache.commons.collections.Transformer getInstance(java.lang.String, java.lang.Class[], java.lang.Object[])' has been removedorg.apache.commons.collections.functors.InvokerTransformerpublic org.apache.commons.collections.Transformer getInstance(java.lang.String, java.lang.Class[], java.lang.Object[])
ErrorMethod 'public org.apache.commons.collections.Transformer getInstance(java.util.Map)' has been removedorg.apache.commons.collections.functors.MapTransformerpublic org.apache.commons.collections.Transformer getInstance(java.util.Map)
ErrorMethod 'public org.apache.commons.collections.Closure getInstance()' has been removedorg.apache.commons.collections.functors.NOPClosurepublic org.apache.commons.collections.Closure getInstance()
ErrorMethod 'public org.apache.commons.collections.Transformer getInstance()' has been removedorg.apache.commons.collections.functors.NOPTransformerpublic org.apache.commons.collections.Transformer getInstance()
ErrorMethod 'public org.apache.commons.collections.Predicate getInstance(org.apache.commons.collections.Predicate[])' has been removedorg.apache.commons.collections.functors.NonePredicatepublic org.apache.commons.collections.Predicate getInstance(org.apache.commons.collections.Predicate[])
ErrorMethod 'public org.apache.commons.collections.Predicate getInstance(java.util.Collection)' has been removedorg.apache.commons.collections.functors.NonePredicatepublic org.apache.commons.collections.Predicate getInstance(java.util.Collection)
ErrorMethod 'public org.apache.commons.collections.Predicate getInstance()' has been removedorg.apache.commons.collections.functors.NotNullPredicatepublic org.apache.commons.collections.Predicate getInstance()
ErrorMethod 'public org.apache.commons.collections.Predicate getInstance(org.apache.commons.collections.Predicate)' has been removedorg.apache.commons.collections.functors.NotPredicatepublic org.apache.commons.collections.Predicate getInstance(org.apache.commons.collections.Predicate)
ErrorMethod 'public org.apache.commons.collections.Predicate getInstance(org.apache.commons.collections.Predicate)' has been removedorg.apache.commons.collections.functors.NullIsExceptionPredicatepublic org.apache.commons.collections.Predicate getInstance(org.apache.commons.collections.Predicate)
ErrorMethod 'public org.apache.commons.collections.Predicate getInstance(org.apache.commons.collections.Predicate)' has been removedorg.apache.commons.collections.functors.NullIsFalsePredicatepublic org.apache.commons.collections.Predicate getInstance(org.apache.commons.collections.Predicate)
ErrorMethod 'public org.apache.commons.collections.Predicate getInstance(org.apache.commons.collections.Predicate)' has been removedorg.apache.commons.collections.functors.NullIsTruePredicatepublic org.apache.commons.collections.Predicate getInstance(org.apache.commons.collections.Predicate)
ErrorMethod 'public org.apache.commons.collections.Predicate getInstance()' has been removedorg.apache.commons.collections.functors.NullPredicatepublic org.apache.commons.collections.Predicate getInstance()
ErrorMethod 'public org.apache.commons.collections.Predicate getInstance(org.apache.commons.collections.Predicate[])' has been removedorg.apache.commons.collections.functors.OnePredicatepublic org.apache.commons.collections.Predicate getInstance(org.apache.commons.collections.Predicate[])
ErrorMethod 'public org.apache.commons.collections.Predicate getInstance(java.util.Collection)' has been removedorg.apache.commons.collections.functors.OnePredicatepublic org.apache.commons.collections.Predicate getInstance(java.util.Collection)
ErrorMethod 'public org.apache.commons.collections.Predicate getInstance(org.apache.commons.collections.Predicate, org.apache.commons.collections.Predicate)' has been removedorg.apache.commons.collections.functors.OrPredicatepublic org.apache.commons.collections.Predicate getInstance(org.apache.commons.collections.Predicate, org.apache.commons.collections.Predicate)
ErrorMethod 'public org.apache.commons.collections.Transformer getInstance(org.apache.commons.collections.Predicate)' has been removedorg.apache.commons.collections.functors.PredicateTransformerpublic org.apache.commons.collections.Transformer getInstance(org.apache.commons.collections.Predicate)
ErrorReturn type of method 'public java.lang.Object transform(java.lang.Object)' has been changed to java.lang.Booleanorg.apache.commons.collections.functors.PredicateTransformerpublic java.lang.Object transform(java.lang.Object)
ErrorMethod 'public org.apache.commons.collections.Factory getInstance(java.lang.Object)' has been removedorg.apache.commons.collections.functors.PrototypeFactorypublic org.apache.commons.collections.Factory getInstance(java.lang.Object)
ErrorMethod 'public org.apache.commons.collections.Transformer getInstance()' has been removedorg.apache.commons.collections.functors.StringValueTransformerpublic org.apache.commons.collections.Transformer getInstance()
ErrorReturn type of method 'public java.lang.Object transform(java.lang.Object)' has been changed to java.lang.Stringorg.apache.commons.collections.functors.StringValueTransformerpublic java.lang.Object transform(java.lang.Object)
ErrorMethod 'public org.apache.commons.collections.Closure getInstance(org.apache.commons.collections.Predicate[], org.apache.commons.collections.Closure[], org.apache.commons.collections.Closure)' has been removedorg.apache.commons.collections.functors.SwitchClosurepublic org.apache.commons.collections.Closure getInstance(org.apache.commons.collections.Predicate[], org.apache.commons.collections.Closure[], org.apache.commons.collections.Closure)
ErrorMethod 'public org.apache.commons.collections.Closure getInstance(java.util.Map)' has been removedorg.apache.commons.collections.functors.SwitchClosurepublic org.apache.commons.collections.Closure getInstance(java.util.Map)
ErrorMethod 'public org.apache.commons.collections.Transformer getInstance(org.apache.commons.collections.Predicate[], org.apache.commons.collections.Transformer[], org.apache.commons.collections.Transformer)' has been removedorg.apache.commons.collections.functors.SwitchTransformerpublic org.apache.commons.collections.Transformer getInstance(org.apache.commons.collections.Predicate[], org.apache.commons.collections.Transformer[], org.apache.commons.collections.Transformer)
ErrorMethod 'public org.apache.commons.collections.Transformer getInstance(java.util.Map)' has been removedorg.apache.commons.collections.functors.SwitchTransformerpublic org.apache.commons.collections.Transformer getInstance(java.util.Map)
ErrorMethod 'public org.apache.commons.collections.Predicate getInstance(org.apache.commons.collections.Transformer, org.apache.commons.collections.Predicate)' has been removedorg.apache.commons.collections.functors.TransformedPredicatepublic org.apache.commons.collections.Predicate getInstance(org.apache.commons.collections.Transformer, org.apache.commons.collections.Predicate)
ErrorMethod 'public org.apache.commons.collections.Closure getInstance(org.apache.commons.collections.Transformer)' has been removedorg.apache.commons.collections.functors.TransformerClosurepublic org.apache.commons.collections.Closure getInstance(org.apache.commons.collections.Transformer)
ErrorMethod 'public org.apache.commons.collections.Predicate getInstance(org.apache.commons.collections.Transformer)' has been removedorg.apache.commons.collections.functors.TransformerPredicatepublic org.apache.commons.collections.Predicate getInstance(org.apache.commons.collections.Transformer)
ErrorMethod 'public org.apache.commons.collections.Predicate getInstance()' has been removedorg.apache.commons.collections.functors.TruePredicatepublic org.apache.commons.collections.Predicate getInstance()
ErrorMethod 'public org.apache.commons.collections.Predicate getInstance()' has been removedorg.apache.commons.collections.functors.UniquePredicatepublic org.apache.commons.collections.Predicate getInstance()
ErrorMethod 'public org.apache.commons.collections.Closure getInstance(org.apache.commons.collections.Predicate, org.apache.commons.collections.Closure, boolean)' has been removedorg.apache.commons.collections.functors.WhileClosurepublic org.apache.commons.collections.Closure getInstance(org.apache.commons.collections.Predicate, org.apache.commons.collections.Closure, boolean)
ErrorAdded abstract modifier to classorg.apache.commons.collections.iterators.AbstractIteratorDecorator
ErrorRemoved field iteratororg.apache.commons.collections.iterators.AbstractIteratorDecoratoriterator
ErrorAccessibility of method 'public AbstractIteratorDecorator(java.util.Iterator)' has been decreased from public to protectedorg.apache.commons.collections.iterators.AbstractIteratorDecoratorpublic AbstractIteratorDecorator(java.util.Iterator)
ErrorField transformer is now finalorg.apache.commons.collections.iterators.ObjectGraphIteratortransformer
ErrorClass org.apache.commons.collections.iterators.ProxyIterator removedorg.apache.commons.collections.iterators.ProxyIterator
ErrorClass org.apache.commons.collections.iterators.ProxyListIterator removedorg.apache.commons.collections.iterators.ProxyListIterator
ErrorMethod 'public java.util.Iterator decorate(java.util.Iterator)' has been removedorg.apache.commons.collections.iterators.UnmodifiableIteratorpublic java.util.Iterator decorate(java.util.Iterator)
ErrorMethod 'public java.util.ListIterator decorate(java.util.ListIterator)' has been removedorg.apache.commons.collections.iterators.UnmodifiableListIteratorpublic java.util.ListIterator decorate(java.util.ListIterator)
ErrorMethod 'public org.apache.commons.collections.MapIterator decorate(org.apache.commons.collections.MapIterator)' has been removedorg.apache.commons.collections.iterators.UnmodifiableMapIteratorpublic org.apache.commons.collections.MapIterator decorate(org.apache.commons.collections.MapIterator)
ErrorMethod 'public org.apache.commons.collections.OrderedMapIterator decorate(org.apache.commons.collections.OrderedMapIterator)' has been removedorg.apache.commons.collections.iterators.UnmodifiableOrderedMapIteratorpublic org.apache.commons.collections.OrderedMapIterator decorate(org.apache.commons.collections.OrderedMapIterator)
ErrorMethod 'protected java.util.List getList()' has been removedorg.apache.commons.collections.list.AbstractListDecoratorprotected java.util.List getList()
ErrorMethod 'public java.util.List decorate(java.util.List)' has been removedorg.apache.commons.collections.list.FixedSizeListpublic java.util.List decorate(java.util.List)
ErrorMethod 'public java.util.List decorate(java.util.List)' has been removedorg.apache.commons.collections.list.GrowthListpublic java.util.List decorate(java.util.List)
ErrorMethod 'public java.util.List decorate(java.util.List, org.apache.commons.collections.Factory)' has been removedorg.apache.commons.collections.list.LazyListpublic java.util.List decorate(java.util.List, org.apache.commons.collections.Factory)
ErrorRemoved org.apache.commons.collections.collection.AbstractSerializableCollectionDecorator from the list of superclassesorg.apache.commons.collections.list.PredicatedList
ErrorMethod 'public java.util.List decorate(java.util.List, org.apache.commons.collections.Predicate)' has been removedorg.apache.commons.collections.list.PredicatedListpublic java.util.List decorate(java.util.List, org.apache.commons.collections.Predicate)
ErrorMethod 'protected java.util.List getList()' has been removedorg.apache.commons.collections.list.PredicatedListprotected java.util.List getList()
ErrorMethod 'public org.apache.commons.collections.list.SetUniqueList decorate(java.util.List)' has been removedorg.apache.commons.collections.list.SetUniqueListpublic org.apache.commons.collections.list.SetUniqueList decorate(java.util.List)
ErrorMethod 'public java.util.List decorate(java.util.List)' has been removedorg.apache.commons.collections.list.SynchronizedListpublic java.util.List decorate(java.util.List)
ErrorRemoved org.apache.commons.collections.collection.AbstractSerializableCollectionDecorator from the list of superclassesorg.apache.commons.collections.list.TransformedList
ErrorMethod 'public java.util.List decorate(java.util.List, org.apache.commons.collections.Transformer)' has been removedorg.apache.commons.collections.list.TransformedListpublic java.util.List decorate(java.util.List, org.apache.commons.collections.Transformer)
ErrorClass org.apache.commons.collections.list.TypedList removedorg.apache.commons.collections.list.TypedList
ErrorMethod 'public java.util.List decorate(java.util.List)' has been removedorg.apache.commons.collections.list.UnmodifiableListpublic java.util.List decorate(java.util.List)
ErrorReturn type of method 'protected java.lang.Object clone()' has been changed to org.apache.commons.collections.map.AbstractHashedMaporg.apache.commons.collections.map.AbstractHashedMapprotected java.lang.Object clone()
ErrorReturn type of method 'public java.lang.Object next()' has been changed to java.util.Map$Entryorg.apache.commons.collections.map.AbstractHashedMap$EntrySetIteratorpublic java.lang.Object next()
ErrorRemoved java.util.Iterator from the set of implemented interfacesorg.apache.commons.collections.map.AbstractHashedMap$HashIterator
ErrorRemoved org.apache.commons.collections.map.AbstractHashedMap$EntrySetIterator from the list of superclassesorg.apache.commons.collections.map.AbstractHashedMap$KeySetIterator
ErrorAdded abstract modifier to classorg.apache.commons.collections.map.AbstractLinkedMap
ErrorReturn type of method 'protected org.apache.commons.collections.map.AbstractHashedMap$HashEntry createEntry(org.apache.commons.collections.map.AbstractHashedMap$HashEntry, int, java.lang.Object, java.lang.Object)' has been changed to org.apache.commons.collections.map.AbstractLinkedMap$LinkEntryorg.apache.commons.collections.map.AbstractLinkedMapprotected org.apache.commons.collections.map.AbstractHashedMap$HashEntry createEntry(org.apache.commons.collections.map.AbstractHashedMap$HashEntry, int, java.lang.Object, java.lang.Object)
ErrorReturn type of method 'public org.apache.commons.collections.MapIterator mapIterator()' has been changed to org.apache.commons.collections.OrderedMapIteratororg.apache.commons.collections.map.AbstractLinkedMappublic org.apache.commons.collections.MapIterator mapIterator()
ErrorMethod 'public org.apache.commons.collections.OrderedMapIterator orderedMapIterator()' has been removedorg.apache.commons.collections.map.AbstractLinkedMappublic org.apache.commons.collections.OrderedMapIterator orderedMapIterator()
ErrorReturn type of method 'public java.lang.Object next()' has been changed to java.util.Map$Entryorg.apache.commons.collections.map.AbstractLinkedMap$EntrySetIteratorpublic java.lang.Object next()
ErrorReturn type of method 'public java.lang.Object previous()' has been changed to java.util.Map$Entryorg.apache.commons.collections.map.AbstractLinkedMap$EntrySetIteratorpublic java.lang.Object previous()
ErrorRemoved org.apache.commons.collections.map.AbstractLinkedMap$EntrySetIterator from the list of superclassesorg.apache.commons.collections.map.AbstractLinkedMap$KeySetIterator
ErrorRemoved java.util.Iterator from the set of implemented interfacesorg.apache.commons.collections.map.AbstractLinkedMap$LinkIterator
ErrorRemoved org.apache.commons.collections.OrderedIterator from the set of implemented interfacesorg.apache.commons.collections.map.AbstractLinkedMap$LinkIterator
ErrorRemoved org.apache.commons.collections.ResettableIterator from the set of implemented interfacesorg.apache.commons.collections.map.AbstractLinkedMap$LinkIterator
ErrorAccessibility of method 'public AbstractMapDecorator(java.util.Map)' has been decreased from public to protectedorg.apache.commons.collections.map.AbstractMapDecoratorpublic AbstractMapDecorator(java.util.Map)
ErrorMethod 'protected java.util.Map getMap()' has been removedorg.apache.commons.collections.map.AbstractMapDecoratorprotected java.util.Map getMap()
ErrorMethod 'protected org.apache.commons.collections.OrderedMap getOrderedMap()' has been removedorg.apache.commons.collections.map.AbstractOrderedMapDecoratorprotected org.apache.commons.collections.OrderedMap getOrderedMap()
ErrorReturn type of method 'public org.apache.commons.collections.MapIterator mapIterator()' has been changed to org.apache.commons.collections.OrderedMapIteratororg.apache.commons.collections.map.AbstractOrderedMapDecoratorpublic org.apache.commons.collections.MapIterator mapIterator()
ErrorMethod 'public org.apache.commons.collections.OrderedMapIterator orderedMapIterator()' has been removedorg.apache.commons.collections.map.AbstractOrderedMapDecoratorpublic org.apache.commons.collections.OrderedMapIterator orderedMapIterator()
ErrorField HARD has been removed, but it was previously a constantorg.apache.commons.collections.map.AbstractReferenceMapHARD
ErrorField SOFT has been removed, but it was previously a constantorg.apache.commons.collections.map.AbstractReferenceMapSOFT
ErrorField WEAK has been removed, but it was previously a constantorg.apache.commons.collections.map.AbstractReferenceMapWEAK
ErrorChanged type of field keyType from int to org.apache.commons.collections.map.AbstractReferenceMap$ReferenceStrengthorg.apache.commons.collections.map.AbstractReferenceMapkeyType
ErrorChanged type of field valueType from int to org.apache.commons.collections.map.AbstractReferenceMap$ReferenceStrengthorg.apache.commons.collections.map.AbstractReferenceMapvalueType
ErrorParameter 1 of 'protected AbstractReferenceMap(int, int, int, float, boolean)' has changed its type to org.apache.commons.collections.map.AbstractReferenceMap$ReferenceStrengthorg.apache.commons.collections.map.AbstractReferenceMapprotected AbstractReferenceMap(int, int, int, float, boolean)
ErrorParameter 2 of 'protected AbstractReferenceMap(int, int, int, float, boolean)' has changed its type to org.apache.commons.collections.map.AbstractReferenceMap$ReferenceStrengthorg.apache.commons.collections.map.AbstractReferenceMapprotected AbstractReferenceMap(int, int, int, float, boolean)
ErrorReturn type of method 'protected org.apache.commons.collections.map.AbstractHashedMap$HashEntry createEntry(org.apache.commons.collections.map.AbstractHashedMap$HashEntry, int, java.lang.Object, java.lang.Object)' has been changed to org.apache.commons.collections.map.AbstractReferenceMap$ReferenceEntryorg.apache.commons.collections.map.AbstractReferenceMapprotected org.apache.commons.collections.map.AbstractHashedMap$HashEntry createEntry(org.apache.commons.collections.map.AbstractHashedMap$HashEntry, int, java.lang.Object, java.lang.Object)
ErrorParameter 1 of 'protected java.lang.Object toReference(int, java.lang.Object, int)' has changed its type to org.apache.commons.collections.map.AbstractReferenceMap$ReferenceStrengthorg.apache.commons.collections.map.AbstractReferenceMap$ReferenceEntryprotected java.lang.Object toReference(int, java.lang.Object, int)
ErrorMethod 'protected java.util.SortedMap getSortedMap()' has been removedorg.apache.commons.collections.map.AbstractSortedMapDecoratorprotected java.util.SortedMap getSortedMap()
ErrorReturn type of method 'public java.lang.Object clone()' has been changed to org.apache.commons.collections.map.CaseInsensitiveMaporg.apache.commons.collections.map.CaseInsensitiveMappublic java.lang.Object clone()
ErrorAccessibility of field value has been weakened from protected to privateorg.apache.commons.collections.map.DefaultedMapvalue
ErrorChanged type of field value from java.lang.Object to org.apache.commons.collections.Transformerorg.apache.commons.collections.map.DefaultedMapvalue
ErrorParameter 2 of 'protected DefaultedMap(java.util.Map, java.lang.Object)' has changed its type to org.apache.commons.collections.Transformerorg.apache.commons.collections.map.DefaultedMapprotected DefaultedMap(java.util.Map, java.lang.Object)
ErrorMethod 'public java.util.Map decorate(java.util.Map, java.lang.Object)' has been removedorg.apache.commons.collections.map.DefaultedMappublic java.util.Map decorate(java.util.Map, java.lang.Object)
ErrorMethod 'public java.util.Map decorate(java.util.Map, org.apache.commons.collections.Factory)' has been removedorg.apache.commons.collections.map.DefaultedMappublic java.util.Map decorate(java.util.Map, org.apache.commons.collections.Factory)
ErrorMethod 'public java.util.Map decorate(java.util.Map, org.apache.commons.collections.Transformer)' has been removedorg.apache.commons.collections.map.DefaultedMappublic java.util.Map decorate(java.util.Map, org.apache.commons.collections.Transformer)
ErrorMethod 'public java.util.Map decorate(java.util.Map)' has been removedorg.apache.commons.collections.map.FixedSizeMappublic java.util.Map decorate(java.util.Map)
ErrorMethod 'public java.util.SortedMap decorate(java.util.SortedMap)' has been removedorg.apache.commons.collections.map.FixedSizeSortedMappublic java.util.SortedMap decorate(java.util.SortedMap)
ErrorReturn type of method 'public java.lang.Object clone()' has been changed to org.apache.commons.collections.map.Flat3Maporg.apache.commons.collections.map.Flat3Mappublic java.lang.Object clone()
ErrorReturn type of method 'public java.lang.Object clone()' has been changed to org.apache.commons.collections.map.HashedMaporg.apache.commons.collections.map.HashedMappublic java.lang.Object clone()
ErrorReturn type of method 'public java.lang.Object clone()' has been changed to org.apache.commons.collections.map.IdentityMaporg.apache.commons.collections.map.IdentityMappublic java.lang.Object clone()
ErrorReturn type of method 'protected org.apache.commons.collections.map.AbstractHashedMap$HashEntry createEntry(org.apache.commons.collections.map.AbstractHashedMap$HashEntry, int, java.lang.Object, java.lang.Object)' has been changed to org.apache.commons.collections.map.IdentityMap$IdentityEntryorg.apache.commons.collections.map.IdentityMapprotected org.apache.commons.collections.map.AbstractHashedMap$HashEntry createEntry(org.apache.commons.collections.map.AbstractHashedMap$HashEntry, int, java.lang.Object, java.lang.Object)
ErrorReturn type of method 'public java.lang.Object clone()' has been changed to org.apache.commons.collections.map.LRUMaporg.apache.commons.collections.map.LRUMappublic java.lang.Object clone()
ErrorMethod 'public java.util.Map decorate(java.util.Map, org.apache.commons.collections.Factory)' has been removedorg.apache.commons.collections.map.LazyMappublic java.util.Map decorate(java.util.Map, org.apache.commons.collections.Factory)
ErrorMethod 'public java.util.Map decorate(java.util.Map, org.apache.commons.collections.Transformer)' has been removedorg.apache.commons.collections.map.LazyMappublic java.util.Map decorate(java.util.Map, org.apache.commons.collections.Transformer)
ErrorMethod 'public java.util.SortedMap decorate(java.util.SortedMap, org.apache.commons.collections.Factory)' has been removedorg.apache.commons.collections.map.LazySortedMappublic java.util.SortedMap decorate(java.util.SortedMap, org.apache.commons.collections.Factory)
ErrorMethod 'public java.util.SortedMap decorate(java.util.SortedMap, org.apache.commons.collections.Transformer)' has been removedorg.apache.commons.collections.map.LazySortedMappublic java.util.SortedMap decorate(java.util.SortedMap, org.apache.commons.collections.Transformer)
ErrorReturn type of method 'public java.lang.Object clone()' has been changed to org.apache.commons.collections.map.LinkedMaporg.apache.commons.collections.map.LinkedMappublic java.lang.Object clone()
ErrorMethod 'public org.apache.commons.collections.OrderedMap decorate(java.util.Map)' has been removedorg.apache.commons.collections.map.ListOrderedMappublic org.apache.commons.collections.OrderedMap decorate(java.util.Map)
ErrorReturn type of method 'public org.apache.commons.collections.MapIterator mapIterator()' has been changed to org.apache.commons.collections.OrderedMapIteratororg.apache.commons.collections.map.ListOrderedMappublic org.apache.commons.collections.MapIterator mapIterator()
ErrorMethod 'public org.apache.commons.collections.OrderedMapIterator orderedMapIterator()' has been removedorg.apache.commons.collections.map.ListOrderedMappublic org.apache.commons.collections.OrderedMapIterator orderedMapIterator()
ErrorRemoved field maporg.apache.commons.collections.map.MultiKeyMapmap
ErrorParameter 1 of 'protected void checkKey(java.lang.Object)' has changed its type to org.apache.commons.collections.keyvalue.MultiKeyorg.apache.commons.collections.map.MultiKeyMapprotected void checkKey(java.lang.Object)
ErrorReturn type of method 'public java.lang.Object clone()' has been changed to org.apache.commons.collections.map.MultiKeyMaporg.apache.commons.collections.map.MultiKeyMappublic java.lang.Object clone()
ErrorMethod 'public org.apache.commons.collections.map.MultiKeyMap decorate(org.apache.commons.collections.map.AbstractHashedMap)' has been removedorg.apache.commons.collections.map.MultiKeyMappublic org.apache.commons.collections.map.MultiKeyMap decorate(org.apache.commons.collections.map.AbstractHashedMap)
ErrorMethod 'public org.apache.commons.collections.map.MultiValueMap decorate(java.util.Map)' has been removedorg.apache.commons.collections.map.MultiValueMappublic org.apache.commons.collections.map.MultiValueMap decorate(java.util.Map)
ErrorMethod 'public org.apache.commons.collections.map.MultiValueMap decorate(java.util.Map, java.lang.Class)' has been removedorg.apache.commons.collections.map.MultiValueMappublic org.apache.commons.collections.map.MultiValueMap decorate(java.util.Map, java.lang.Class)
ErrorMethod 'public org.apache.commons.collections.map.MultiValueMap decorate(java.util.Map, org.apache.commons.collections.Factory)' has been removedorg.apache.commons.collections.map.MultiValueMappublic org.apache.commons.collections.map.MultiValueMap decorate(java.util.Map, org.apache.commons.collections.Factory)
ErrorMethod 'public java.util.Map decorate(java.util.Map, org.apache.commons.collections.Predicate, org.apache.commons.collections.Predicate)' has been removedorg.apache.commons.collections.map.PredicatedMappublic java.util.Map decorate(java.util.Map, org.apache.commons.collections.Predicate, org.apache.commons.collections.Predicate)
ErrorMethod 'public java.util.SortedMap decorate(java.util.SortedMap, org.apache.commons.collections.Predicate, org.apache.commons.collections.Predicate)' has been removedorg.apache.commons.collections.map.PredicatedSortedMappublic java.util.SortedMap decorate(java.util.SortedMap, org.apache.commons.collections.Predicate, org.apache.commons.collections.Predicate)
ErrorParameter 1 of 'public ReferenceIdentityMap(int, int)' has changed its type to org.apache.commons.collections.map.AbstractReferenceMap$ReferenceStrengthorg.apache.commons.collections.map.ReferenceIdentityMappublic ReferenceIdentityMap(int, int)
ErrorParameter 2 of 'public ReferenceIdentityMap(int, int)' has changed its type to org.apache.commons.collections.map.AbstractReferenceMap$ReferenceStrengthorg.apache.commons.collections.map.ReferenceIdentityMappublic ReferenceIdentityMap(int, int)
ErrorParameter 1 of 'public ReferenceIdentityMap(int, int, boolean)' has changed its type to org.apache.commons.collections.map.AbstractReferenceMap$ReferenceStrengthorg.apache.commons.collections.map.ReferenceIdentityMappublic ReferenceIdentityMap(int, int, boolean)
ErrorParameter 2 of 'public ReferenceIdentityMap(int, int, boolean)' has changed its type to org.apache.commons.collections.map.AbstractReferenceMap$ReferenceStrengthorg.apache.commons.collections.map.ReferenceIdentityMappublic ReferenceIdentityMap(int, int, boolean)
ErrorParameter 1 of 'public ReferenceIdentityMap(int, int, int, float)' has changed its type to org.apache.commons.collections.map.AbstractReferenceMap$ReferenceStrengthorg.apache.commons.collections.map.ReferenceIdentityMappublic ReferenceIdentityMap(int, int, int, float)
ErrorParameter 2 of 'public ReferenceIdentityMap(int, int, int, float)' has changed its type to org.apache.commons.collections.map.AbstractReferenceMap$ReferenceStrengthorg.apache.commons.collections.map.ReferenceIdentityMappublic ReferenceIdentityMap(int, int, int, float)
ErrorParameter 1 of 'public ReferenceIdentityMap(int, int, int, float, boolean)' has changed its type to org.apache.commons.collections.map.AbstractReferenceMap$ReferenceStrengthorg.apache.commons.collections.map.ReferenceIdentityMappublic ReferenceIdentityMap(int, int, int, float, boolean)
ErrorParameter 2 of 'public ReferenceIdentityMap(int, int, int, float, boolean)' has changed its type to org.apache.commons.collections.map.AbstractReferenceMap$ReferenceStrengthorg.apache.commons.collections.map.ReferenceIdentityMappublic ReferenceIdentityMap(int, int, int, float, boolean)
ErrorParameter 1 of 'public ReferenceMap(int, int)' has changed its type to org.apache.commons.collections.map.AbstractReferenceMap$ReferenceStrengthorg.apache.commons.collections.map.ReferenceMappublic ReferenceMap(int, int)
ErrorParameter 2 of 'public ReferenceMap(int, int)' has changed its type to org.apache.commons.collections.map.AbstractReferenceMap$ReferenceStrengthorg.apache.commons.collections.map.ReferenceMappublic ReferenceMap(int, int)
ErrorParameter 1 of 'public ReferenceMap(int, int, boolean)' has changed its type to org.apache.commons.collections.map.AbstractReferenceMap$ReferenceStrengthorg.apache.commons.collections.map.ReferenceMappublic ReferenceMap(int, int, boolean)
ErrorParameter 2 of 'public ReferenceMap(int, int, boolean)' has changed its type to org.apache.commons.collections.map.AbstractReferenceMap$ReferenceStrengthorg.apache.commons.collections.map.ReferenceMappublic ReferenceMap(int, int, boolean)
ErrorParameter 1 of 'public ReferenceMap(int, int, int, float)' has changed its type to org.apache.commons.collections.map.AbstractReferenceMap$ReferenceStrengthorg.apache.commons.collections.map.ReferenceMappublic ReferenceMap(int, int, int, float)
ErrorParameter 2 of 'public ReferenceMap(int, int, int, float)' has changed its type to org.apache.commons.collections.map.AbstractReferenceMap$ReferenceStrengthorg.apache.commons.collections.map.ReferenceMappublic ReferenceMap(int, int, int, float)
ErrorParameter 1 of 'public ReferenceMap(int, int, int, float, boolean)' has changed its type to org.apache.commons.collections.map.AbstractReferenceMap$ReferenceStrengthorg.apache.commons.collections.map.ReferenceMappublic ReferenceMap(int, int, int, float, boolean)
ErrorParameter 2 of 'public ReferenceMap(int, int, int, float, boolean)' has changed its type to org.apache.commons.collections.map.AbstractReferenceMap$ReferenceStrengthorg.apache.commons.collections.map.ReferenceMappublic ReferenceMap(int, int, int, float, boolean)
ErrorReturn type of method 'public java.lang.Object clone()' has been changed to org.apache.commons.collections.map.SingletonMaporg.apache.commons.collections.map.SingletonMappublic java.lang.Object clone()
ErrorReturn type of method 'public org.apache.commons.collections.MapIterator mapIterator()' has been changed to org.apache.commons.collections.OrderedMapIteratororg.apache.commons.collections.map.SingletonMappublic org.apache.commons.collections.MapIterator mapIterator()
ErrorMethod 'public org.apache.commons.collections.OrderedMapIterator orderedMapIterator()' has been removedorg.apache.commons.collections.map.SingletonMappublic org.apache.commons.collections.OrderedMapIterator orderedMapIterator()
ErrorMethod 'public java.util.Map decorate(java.util.Map, org.apache.commons.collections.Transformer, org.apache.commons.collections.Transformer)' has been removedorg.apache.commons.collections.map.TransformedMappublic java.util.Map decorate(java.util.Map, org.apache.commons.collections.Transformer, org.apache.commons.collections.Transformer)
ErrorMethod 'public java.util.Map decorateTransform(java.util.Map, org.apache.commons.collections.Transformer, org.apache.commons.collections.Transformer)' has been removedorg.apache.commons.collections.map.TransformedMappublic java.util.Map decorateTransform(java.util.Map, org.apache.commons.collections.Transformer, org.apache.commons.collections.Transformer)
ErrorMethod 'public java.util.SortedMap decorate(java.util.SortedMap, org.apache.commons.collections.Transformer, org.apache.commons.collections.Transformer)' has been removedorg.apache.commons.collections.map.TransformedSortedMappublic java.util.SortedMap decorate(java.util.SortedMap, org.apache.commons.collections.Transformer, org.apache.commons.collections.Transformer)
ErrorMethod 'public java.util.SortedMap decorateTransform(java.util.SortedMap, org.apache.commons.collections.Transformer, org.apache.commons.collections.Transformer)' has been removedorg.apache.commons.collections.map.TransformedSortedMappublic java.util.SortedMap decorateTransform(java.util.SortedMap, org.apache.commons.collections.Transformer, org.apache.commons.collections.Transformer)
ErrorClass org.apache.commons.collections.map.TypedMap removedorg.apache.commons.collections.map.TypedMap
ErrorClass org.apache.commons.collections.map.TypedSortedMap removedorg.apache.commons.collections.map.TypedSortedMap
ErrorMethod 'public java.util.Set decorate(java.util.Set)' has been removedorg.apache.commons.collections.map.UnmodifiableEntrySetpublic java.util.Set decorate(java.util.Set)
ErrorMethod 'public java.util.Map decorate(java.util.Map)' has been removedorg.apache.commons.collections.map.UnmodifiableMappublic java.util.Map decorate(java.util.Map)
ErrorMethod 'public org.apache.commons.collections.OrderedMap decorate(org.apache.commons.collections.OrderedMap)' has been removedorg.apache.commons.collections.map.UnmodifiableOrderedMappublic org.apache.commons.collections.OrderedMap decorate(org.apache.commons.collections.OrderedMap)
ErrorReturn type of method 'public org.apache.commons.collections.MapIterator mapIterator()' has been changed to org.apache.commons.collections.OrderedMapIteratororg.apache.commons.collections.map.UnmodifiableOrderedMappublic org.apache.commons.collections.MapIterator mapIterator()
ErrorMethod 'public org.apache.commons.collections.OrderedMapIterator orderedMapIterator()' has been removedorg.apache.commons.collections.map.UnmodifiableOrderedMappublic org.apache.commons.collections.OrderedMapIterator orderedMapIterator()
ErrorMethod 'public java.util.SortedMap decorate(java.util.SortedMap)' has been removedorg.apache.commons.collections.map.UnmodifiableSortedMappublic java.util.SortedMap decorate(java.util.SortedMap)
ErrorMethod 'protected java.util.Set getSet()' has been removedorg.apache.commons.collections.set.AbstractSetDecoratorprotected java.util.Set getSet()
ErrorMethod 'protected java.util.SortedSet getSortedSet()' has been removedorg.apache.commons.collections.set.AbstractSortedSetDecoratorprotected java.util.SortedSet getSortedSet()
ErrorMethod 'public org.apache.commons.collections.set.ListOrderedSet decorate(java.util.Set, java.util.List)' has been removedorg.apache.commons.collections.set.ListOrderedSetpublic org.apache.commons.collections.set.ListOrderedSet decorate(java.util.Set, java.util.List)
ErrorMethod 'public org.apache.commons.collections.set.ListOrderedSet decorate(java.util.Set)' has been removedorg.apache.commons.collections.set.ListOrderedSetpublic org.apache.commons.collections.set.ListOrderedSet decorate(java.util.Set)
ErrorMethod 'public org.apache.commons.collections.set.ListOrderedSet decorate(java.util.List)' has been removedorg.apache.commons.collections.set.ListOrderedSetpublic org.apache.commons.collections.set.ListOrderedSet decorate(java.util.List)
ErrorReturn type of method 'public java.util.Iterator iterator()' has been changed to org.apache.commons.collections.OrderedIteratororg.apache.commons.collections.set.ListOrderedSetpublic java.util.Iterator iterator()
ErrorMethod 'public java.util.Set decorate(java.util.Map)' has been removedorg.apache.commons.collections.set.MapBackedSetpublic java.util.Set decorate(java.util.Map)
ErrorMethod 'public java.util.Set decorate(java.util.Map, java.lang.Object)' has been removedorg.apache.commons.collections.set.MapBackedSetpublic java.util.Set decorate(java.util.Map, java.lang.Object)
ErrorRemoved org.apache.commons.collections.collection.AbstractSerializableCollectionDecorator from the list of superclassesorg.apache.commons.collections.set.PredicatedSet
ErrorMethod 'public java.util.Set decorate(java.util.Set, org.apache.commons.collections.Predicate)' has been removedorg.apache.commons.collections.set.PredicatedSetpublic java.util.Set decorate(java.util.Set, org.apache.commons.collections.Predicate)
ErrorMethod 'protected java.util.Set getSet()' has been removedorg.apache.commons.collections.set.PredicatedSetprotected java.util.Set getSet()
ErrorRemoved org.apache.commons.collections.collection.AbstractSerializableCollectionDecorator from the list of superclassesorg.apache.commons.collections.set.PredicatedSortedSet
ErrorMethod 'public java.util.SortedSet decorate(java.util.SortedSet, org.apache.commons.collections.Predicate)' has been removedorg.apache.commons.collections.set.PredicatedSortedSetpublic java.util.SortedSet decorate(java.util.SortedSet, org.apache.commons.collections.Predicate)
ErrorMethod 'public java.util.Set decorate(java.util.Set)' has been removedorg.apache.commons.collections.set.SynchronizedSetpublic java.util.Set decorate(java.util.Set)
ErrorMethod 'public java.util.SortedSet decorate(java.util.SortedSet)' has been removedorg.apache.commons.collections.set.SynchronizedSortedSetpublic java.util.SortedSet decorate(java.util.SortedSet)
ErrorRemoved org.apache.commons.collections.collection.AbstractSerializableCollectionDecorator from the list of superclassesorg.apache.commons.collections.set.TransformedSet
ErrorMethod 'public java.util.Set decorate(java.util.Set, org.apache.commons.collections.Transformer)' has been removedorg.apache.commons.collections.set.TransformedSetpublic java.util.Set decorate(java.util.Set, org.apache.commons.collections.Transformer)
ErrorRemoved org.apache.commons.collections.collection.AbstractSerializableCollectionDecorator from the list of superclassesorg.apache.commons.collections.set.TransformedSortedSet
ErrorMethod 'public java.util.SortedSet decorate(java.util.SortedSet, org.apache.commons.collections.Transformer)' has been removedorg.apache.commons.collections.set.TransformedSortedSetpublic java.util.SortedSet decorate(java.util.SortedSet, org.apache.commons.collections.Transformer)
ErrorClass org.apache.commons.collections.set.TypedSet removedorg.apache.commons.collections.set.TypedSet
ErrorClass org.apache.commons.collections.set.TypedSortedSet removedorg.apache.commons.collections.set.TypedSortedSet
ErrorMethod 'public java.util.Set decorate(java.util.Set)' has been removedorg.apache.commons.collections.set.UnmodifiableSetpublic java.util.Set decorate(java.util.Set)
ErrorMethod 'public java.util.SortedSet decorate(java.util.SortedSet)' has been removedorg.apache.commons.collections.set.UnmodifiableSortedSetpublic java.util.SortedSet decorate(java.util.SortedSet)
InfoMethod 'public org.apache.commons.collections.Bag emptyBag()' has been addedorg.apache.commons.collections.BagUtilspublic org.apache.commons.collections.Bag emptyBag()
InfoMethod 'public org.apache.commons.collections.SortedBag emptySortedBag()' has been addedorg.apache.commons.collections.BagUtilspublic org.apache.commons.collections.SortedBag emptySortedBag()
InfoMethod 'public org.apache.commons.collections.Bag transformingBag(org.apache.commons.collections.Bag, org.apache.commons.collections.Transformer)' has been addedorg.apache.commons.collections.BagUtilspublic org.apache.commons.collections.Bag transformingBag(org.apache.commons.collections.Bag, org.apache.commons.collections.Transformer)
InfoMethod 'public org.apache.commons.collections.SortedBag transformingSortedBag(org.apache.commons.collections.SortedBag, org.apache.commons.collections.Transformer)' has been addedorg.apache.commons.collections.BagUtilspublic org.apache.commons.collections.SortedBag transformingSortedBag(org.apache.commons.collections.SortedBag, org.apache.commons.collections.Transformer)
InfoAdded org.apache.commons.collections.Get to the set of implemented interfacesorg.apache.commons.collections.BidiMap
InfoAdded org.apache.commons.collections.IterableGet to the set of implemented interfacesorg.apache.commons.collections.BidiMap
InfoAdded org.apache.commons.collections.Put to the set of implemented interfacesorg.apache.commons.collections.BidiMap
InfoMethod 'public org.apache.commons.collections.MapIterator mapIterator()' has been removed, but an inherited definition exists.org.apache.commons.collections.BidiMappublic org.apache.commons.collections.MapIterator mapIterator()
InfoAdded org.apache.commons.collections.Get to the set of implemented interfacesorg.apache.commons.collections.BoundedMap
InfoAdded org.apache.commons.collections.IterableGet to the set of implemented interfacesorg.apache.commons.collections.BoundedMap
InfoAdded org.apache.commons.collections.IterableMap to the set of implemented interfacesorg.apache.commons.collections.BoundedMap
InfoAdded org.apache.commons.collections.Put to the set of implemented interfacesorg.apache.commons.collections.BoundedMap
InfoMethod 'public java.lang.Throwable getCause()' has been removed, but an inherited definition exists.org.apache.commons.collections.BufferOverflowExceptionpublic java.lang.Throwable getCause()
InfoMethod 'public java.lang.Throwable getCause()' has been removed, but an inherited definition exists.org.apache.commons.collections.BufferUnderflowExceptionpublic java.lang.Throwable getCause()
InfoMethod 'public org.apache.commons.collections.Buffer emptyBuffer()' has been addedorg.apache.commons.collections.BufferUtilspublic org.apache.commons.collections.Buffer emptyBuffer()
InfoMethod 'public org.apache.commons.collections.Buffer transformingBuffer(org.apache.commons.collections.Buffer, org.apache.commons.collections.Transformer)' has been addedorg.apache.commons.collections.BufferUtilspublic org.apache.commons.collections.Buffer transformingBuffer(org.apache.commons.collections.Buffer, org.apache.commons.collections.Transformer)
InfoMethod 'public boolean addAll(java.util.Collection, java.lang.Iterable)' has been addedorg.apache.commons.collections.CollectionUtilspublic boolean addAll(java.util.Collection, java.lang.Iterable)
InfoMethod 'public boolean containsAll(java.util.Collection, java.util.Collection)' has been addedorg.apache.commons.collections.CollectionUtilspublic boolean containsAll(java.util.Collection, java.util.Collection)
InfoMethod 'public java.util.Collection emptyCollection()' has been addedorg.apache.commons.collections.CollectionUtilspublic java.util.Collection emptyCollection()
InfoMethod 'public java.util.Collection emptyIfNull(java.util.Collection)' has been addedorg.apache.commons.collections.CollectionUtilspublic java.util.Collection emptyIfNull(java.util.Collection)
InfoMethod 'public java.lang.Object extractSingleton(java.util.Collection)' has been addedorg.apache.commons.collections.CollectionUtilspublic java.lang.Object extractSingleton(java.util.Collection)
InfoMethod 'public org.apache.commons.collections.Closure forAllDo(java.util.Iterator, org.apache.commons.collections.Closure)' has been addedorg.apache.commons.collections.CollectionUtilspublic org.apache.commons.collections.Closure forAllDo(java.util.Iterator, org.apache.commons.collections.Closure)
InfoMethod 'public java.lang.Object get(java.util.Iterator, int)' has been addedorg.apache.commons.collections.CollectionUtilspublic java.lang.Object get(java.util.Iterator, int)
InfoMethod 'public java.lang.Object get(java.lang.Iterable, int)' has been addedorg.apache.commons.collections.CollectionUtilspublic java.lang.Object get(java.lang.Iterable, int)
InfoMethod 'public java.util.Map$Entry get(java.util.Map, int)' has been addedorg.apache.commons.collections.CollectionUtilspublic java.util.Map$Entry get(java.util.Map, int)
InfoMethod 'public java.util.Collection subtract(java.lang.Iterable, java.lang.Iterable, org.apache.commons.collections.Predicate)' has been addedorg.apache.commons.collections.CollectionUtilspublic java.util.Collection subtract(java.lang.Iterable, java.lang.Iterable, org.apache.commons.collections.Predicate)
InfoMethod 'public java.util.Collection transformingCollection(java.util.Collection, org.apache.commons.collections.Transformer)' has been addedorg.apache.commons.collections.CollectionUtilspublic java.util.Collection transformingCollection(java.util.Collection, org.apache.commons.collections.Transformer)
InfoMethod 'public java.util.List toList(java.util.StringTokenizer)' has been addedorg.apache.commons.collections.EnumerationUtilspublic java.util.List toList(java.util.StringTokenizer)
InfoMethod 'public java.lang.Object put(java.lang.String, java.lang.Object)' has been addedorg.apache.commons.collections.ExtendedPropertiespublic java.lang.Object put(java.lang.String, java.lang.Object)
InfoMethod 'public java.lang.Object put(java.lang.Object, java.lang.Object)' has been addedorg.apache.commons.collections.ExtendedPropertiespublic java.lang.Object put(java.lang.Object, java.lang.Object)
InfoMethod 'public void putAll(java.util.Map)' has been addedorg.apache.commons.collections.ExtendedPropertiespublic void putAll(java.util.Map)
InfoMethod 'public java.lang.Object remove(java.lang.Object)' has been addedorg.apache.commons.collections.ExtendedPropertiespublic java.lang.Object remove(java.lang.Object)
InfoMethod 'public java.lang.Throwable getCause()' has been removed, but an inherited definition exists.org.apache.commons.collections.FunctorExceptionpublic java.lang.Throwable getCause()
InfoMethod 'public void printStackTrace()' has been removed, but an inherited definition exists.org.apache.commons.collections.FunctorExceptionpublic void printStackTrace()
InfoMethod 'public void printStackTrace(java.io.PrintStream)' has been removed, but an inherited definition exists.org.apache.commons.collections.FunctorExceptionpublic void printStackTrace(java.io.PrintStream)
InfoMethod 'public void printStackTrace(java.io.PrintWriter)' has been removed, but an inherited definition exists.org.apache.commons.collections.FunctorExceptionpublic void printStackTrace(java.io.PrintWriter)
InfoClass org.apache.commons.collections.Get addedorg.apache.commons.collections.Get
InfoClass org.apache.commons.collections.IterableGet addedorg.apache.commons.collections.IterableGet
InfoAdded org.apache.commons.collections.Get to the set of implemented interfacesorg.apache.commons.collections.IterableMap
InfoAdded org.apache.commons.collections.IterableGet to the set of implemented interfacesorg.apache.commons.collections.IterableMap
InfoAdded org.apache.commons.collections.Put to the set of implemented interfacesorg.apache.commons.collections.IterableMap
InfoMethod 'public org.apache.commons.collections.MapIterator mapIterator()' has been removed, but an inherited definition exists.org.apache.commons.collections.IterableMappublic org.apache.commons.collections.MapIterator mapIterator()
InfoClass org.apache.commons.collections.IterableSortedMap addedorg.apache.commons.collections.IterableSortedMap
InfoMethod 'public java.lang.Iterable asIterable(java.util.Iterator)' has been addedorg.apache.commons.collections.IteratorUtilspublic java.lang.Iterable asIterable(java.util.Iterator)
InfoMethod 'public java.lang.Iterable asMultipleUseIterable(java.util.Iterator)' has been addedorg.apache.commons.collections.IteratorUtilspublic java.lang.Iterable asMultipleUseIterable(java.util.Iterator)
InfoMethod 'public org.apache.commons.collections.iterators.NodeListIterator nodeListIterator(org.w3c.dom.NodeList)' has been addedorg.apache.commons.collections.IteratorUtilspublic org.apache.commons.collections.iterators.NodeListIterator nodeListIterator(org.w3c.dom.NodeList)
InfoMethod 'public org.apache.commons.collections.iterators.NodeListIterator nodeListIterator(org.w3c.dom.Node)' has been addedorg.apache.commons.collections.IteratorUtilspublic org.apache.commons.collections.iterators.NodeListIterator nodeListIterator(org.w3c.dom.Node)
InfoMethod 'public java.util.List emptyIfNull(java.util.List)' has been addedorg.apache.commons.collections.ListUtilspublic java.util.List emptyIfNull(java.util.List)
InfoMethod 'public int indexOf(java.util.List, org.apache.commons.collections.Predicate)' has been addedorg.apache.commons.collections.ListUtilspublic int indexOf(java.util.List, org.apache.commons.collections.Predicate)
InfoMethod 'public java.util.List partition(java.util.List, int)' has been addedorg.apache.commons.collections.ListUtilspublic java.util.List partition(java.util.List, int)
InfoMethod 'public java.util.List range(int)' has been addedorg.apache.commons.collections.ListUtilspublic java.util.List range(int)
InfoMethod 'public java.util.List range(int, int)' has been addedorg.apache.commons.collections.ListUtilspublic java.util.List range(int, int)
InfoMethod 'public java.util.List select(java.util.Collection, org.apache.commons.collections.Predicate)' has been addedorg.apache.commons.collections.ListUtilspublic java.util.List select(java.util.Collection, org.apache.commons.collections.Predicate)
InfoMethod 'public java.util.List selectRejected(java.util.Collection, org.apache.commons.collections.Predicate)' has been addedorg.apache.commons.collections.ListUtilspublic java.util.List selectRejected(java.util.Collection, org.apache.commons.collections.Predicate)
InfoMethod 'public java.util.Map emptyIfNull(java.util.Map)' has been addedorg.apache.commons.collections.MapUtilspublic java.util.Map emptyIfNull(java.util.Map)
InfoMethod 'public org.apache.commons.collections.IterableMap iterableMap(java.util.Map)' has been addedorg.apache.commons.collections.MapUtilspublic org.apache.commons.collections.IterableMap iterableMap(java.util.Map)
InfoMethod 'public org.apache.commons.collections.IterableSortedMap iterableSortedMap(java.util.SortedMap)' has been addedorg.apache.commons.collections.MapUtilspublic org.apache.commons.collections.IterableSortedMap iterableSortedMap(java.util.SortedMap)
InfoMethod 'public void populateMap(java.util.Map, java.util.Collection, org.apache.commons.collections.Transformer)' has been addedorg.apache.commons.collections.MapUtilspublic void populateMap(java.util.Map, java.util.Collection, org.apache.commons.collections.Transformer)
InfoMethod 'public void populateMap(java.util.Map, java.util.Collection, org.apache.commons.collections.Transformer, org.apache.commons.collections.Transformer)' has been addedorg.apache.commons.collections.MapUtilspublic void populateMap(java.util.Map, java.util.Collection, org.apache.commons.collections.Transformer, org.apache.commons.collections.Transformer)
InfoAdded org.apache.commons.collections.Get to the set of implemented interfacesorg.apache.commons.collections.MultiMap
InfoAdded org.apache.commons.collections.IterableGet to the set of implemented interfacesorg.apache.commons.collections.MultiMap
InfoAdded org.apache.commons.collections.IterableMap to the set of implemented interfacesorg.apache.commons.collections.MultiMap
InfoAdded org.apache.commons.collections.Put to the set of implemented interfacesorg.apache.commons.collections.MultiMap
InfoAdded org.apache.commons.collections.Get to the set of implemented interfacesorg.apache.commons.collections.OrderedBidiMap
InfoAdded org.apache.commons.collections.IterableGet to the set of implemented interfacesorg.apache.commons.collections.OrderedBidiMap
InfoAdded org.apache.commons.collections.Put to the set of implemented interfacesorg.apache.commons.collections.OrderedBidiMap
InfoAdded org.apache.commons.collections.Get to the set of implemented interfacesorg.apache.commons.collections.OrderedMap
InfoAdded org.apache.commons.collections.IterableGet to the set of implemented interfacesorg.apache.commons.collections.OrderedMap
InfoAdded org.apache.commons.collections.Put to the set of implemented interfacesorg.apache.commons.collections.OrderedMap
InfoClass org.apache.commons.collections.Put addedorg.apache.commons.collections.Put
InfoAdded org.apache.commons.collections.OrderedIterator to the set of implemented interfacesorg.apache.commons.collections.ResettableListIterator
InfoMethod 'public void reset()' has been removed, but an inherited definition exists.org.apache.commons.collections.ResettableListIteratorpublic void reset()
InfoMethod 'public java.util.Set emptyIfNull(java.util.Set)' has been addedorg.apache.commons.collections.SetUtilspublic java.util.Set emptyIfNull(java.util.Set)
InfoMethod 'public java.util.Set emptySet()' has been addedorg.apache.commons.collections.SetUtilspublic java.util.Set emptySet()
InfoMethod 'public java.util.SortedSet emptySortedSet()' has been addedorg.apache.commons.collections.SetUtilspublic java.util.SortedSet emptySortedSet()
InfoAdded org.apache.commons.collections.Get to the set of implemented interfacesorg.apache.commons.collections.SortedBidiMap
InfoAdded org.apache.commons.collections.IterableGet to the set of implemented interfacesorg.apache.commons.collections.SortedBidiMap
InfoAdded org.apache.commons.collections.Put to the set of implemented interfacesorg.apache.commons.collections.SortedBidiMap
InfoClass org.apache.commons.collections.SplitMapUtils addedorg.apache.commons.collections.SplitMapUtils
InfoClass org.apache.commons.collections.Trie addedorg.apache.commons.collections.Trie
InfoClass org.apache.commons.collections.Trie$Cursor addedorg.apache.commons.collections.Trie$Cursor
InfoClass org.apache.commons.collections.Trie$Cursor$Decision addedorg.apache.commons.collections.Trie$Cursor$Decision
InfoClass org.apache.commons.collections.TrieUtils addedorg.apache.commons.collections.TrieUtils
InfoAdded java.io.Serializable to the set of implemented interfacesorg.apache.commons.collections.bag.AbstractBagDecorator
InfoMethod 'protected org.apache.commons.collections.Bag decorated()' has been addedorg.apache.commons.collections.bag.AbstractBagDecoratorprotected org.apache.commons.collections.Bag decorated()
InfoMethod 'protected java.util.Collection decorated()' has been addedorg.apache.commons.collections.bag.AbstractBagDecoratorprotected java.util.Collection decorated()
InfoAdded java.io.Serializable to the set of implemented interfacesorg.apache.commons.collections.bag.AbstractSortedBagDecorator
InfoMethod 'protected org.apache.commons.collections.SortedBag decorated()' has been addedorg.apache.commons.collections.bag.AbstractSortedBagDecoratorprotected org.apache.commons.collections.SortedBag decorated()
InfoMethod 'protected org.apache.commons.collections.Bag decorated()' has been addedorg.apache.commons.collections.bag.AbstractSortedBagDecoratorprotected org.apache.commons.collections.Bag decorated()
InfoMethod 'protected java.util.Collection decorated()' has been addedorg.apache.commons.collections.bag.AbstractSortedBagDecoratorprotected java.util.Collection decorated()
InfoMethod 'protected org.apache.commons.collections.Bag decorated()' has been addedorg.apache.commons.collections.bag.PredicatedBagprotected org.apache.commons.collections.Bag decorated()
InfoMethod 'protected java.util.Collection decorated()' has been addedorg.apache.commons.collections.bag.PredicatedBagprotected java.util.Collection decorated()
InfoMethod 'public org.apache.commons.collections.bag.PredicatedBag predicatedBag(org.apache.commons.collections.Bag, org.apache.commons.collections.Predicate)' has been addedorg.apache.commons.collections.bag.PredicatedBagpublic org.apache.commons.collections.bag.PredicatedBag predicatedBag(org.apache.commons.collections.Bag, org.apache.commons.collections.Predicate)
InfoMethod 'protected org.apache.commons.collections.SortedBag decorated()' has been addedorg.apache.commons.collections.bag.PredicatedSortedBagprotected org.apache.commons.collections.SortedBag decorated()
InfoMethod 'protected org.apache.commons.collections.Bag decorated()' has been addedorg.apache.commons.collections.bag.PredicatedSortedBagprotected org.apache.commons.collections.Bag decorated()
InfoMethod 'protected java.util.Collection decorated()' has been addedorg.apache.commons.collections.bag.PredicatedSortedBagprotected java.util.Collection decorated()
InfoMethod 'public org.apache.commons.collections.bag.PredicatedSortedBag predicatedSortedBag(org.apache.commons.collections.SortedBag, org.apache.commons.collections.Predicate)' has been addedorg.apache.commons.collections.bag.PredicatedSortedBagpublic org.apache.commons.collections.bag.PredicatedSortedBag predicatedSortedBag(org.apache.commons.collections.SortedBag, org.apache.commons.collections.Predicate)
InfoMethod 'public org.apache.commons.collections.bag.SynchronizedBag synchronizedBag(org.apache.commons.collections.Bag)' has been addedorg.apache.commons.collections.bag.SynchronizedBagpublic org.apache.commons.collections.bag.SynchronizedBag synchronizedBag(org.apache.commons.collections.Bag)
InfoMethod 'public org.apache.commons.collections.bag.SynchronizedSortedBag synchronizedSortedBag(org.apache.commons.collections.SortedBag)' has been addedorg.apache.commons.collections.bag.SynchronizedSortedBagpublic org.apache.commons.collections.bag.SynchronizedSortedBag synchronizedSortedBag(org.apache.commons.collections.SortedBag)
InfoMethod 'public org.apache.commons.collections.Bag transformedBag(org.apache.commons.collections.Bag, org.apache.commons.collections.Transformer)' has been addedorg.apache.commons.collections.bag.TransformedBagpublic org.apache.commons.collections.Bag transformedBag(org.apache.commons.collections.Bag, org.apache.commons.collections.Transformer)
InfoMethod 'public org.apache.commons.collections.Bag transformingBag(org.apache.commons.collections.Bag, org.apache.commons.collections.Transformer)' has been addedorg.apache.commons.collections.bag.TransformedBagpublic org.apache.commons.collections.Bag transformingBag(org.apache.commons.collections.Bag, org.apache.commons.collections.Transformer)
InfoMethod 'public org.apache.commons.collections.bag.TransformedSortedBag transformedSortedBag(org.apache.commons.collections.SortedBag, org.apache.commons.collections.Transformer)' has been addedorg.apache.commons.collections.bag.TransformedSortedBagpublic org.apache.commons.collections.bag.TransformedSortedBag transformedSortedBag(org.apache.commons.collections.SortedBag, org.apache.commons.collections.Transformer)
InfoMethod 'public org.apache.commons.collections.bag.TransformedSortedBag transformingSortedBag(org.apache.commons.collections.SortedBag, org.apache.commons.collections.Transformer)' has been addedorg.apache.commons.collections.bag.TransformedSortedBagpublic org.apache.commons.collections.bag.TransformedSortedBag transformingSortedBag(org.apache.commons.collections.SortedBag, org.apache.commons.collections.Transformer)
InfoMethod 'public boolean add(java.lang.Object)' has been addedorg.apache.commons.collections.bag.TreeBagpublic boolean add(java.lang.Object)
InfoMethod 'protected java.util.SortedMap getMap()' has been addedorg.apache.commons.collections.bag.TreeBagprotected java.util.SortedMap getMap()
InfoMethod 'protected java.util.Map getMap()' has been addedorg.apache.commons.collections.bag.TreeBagprotected java.util.Map getMap()
InfoMethod 'public org.apache.commons.collections.Bag unmodifiableBag(org.apache.commons.collections.Bag)' has been addedorg.apache.commons.collections.bag.UnmodifiableBagpublic org.apache.commons.collections.Bag unmodifiableBag(org.apache.commons.collections.Bag)
InfoMethod 'public org.apache.commons.collections.SortedBag unmodifiableSortedBag(org.apache.commons.collections.SortedBag)' has been addedorg.apache.commons.collections.bag.UnmodifiableSortedBagpublic org.apache.commons.collections.SortedBag unmodifiableSortedBag(org.apache.commons.collections.SortedBag)
InfoAdded org.apache.commons.collections.Get to the set of implemented interfacesorg.apache.commons.collections.bidimap.AbstractBidiMapDecorator
InfoAdded org.apache.commons.collections.IterableGet to the set of implemented interfacesorg.apache.commons.collections.bidimap.AbstractBidiMapDecorator
InfoAdded org.apache.commons.collections.Put to the set of implemented interfacesorg.apache.commons.collections.bidimap.AbstractBidiMapDecorator
InfoAdded org.apache.commons.collections.map.AbstractIterableMap to the list of superclassesorg.apache.commons.collections.bidimap.AbstractBidiMapDecorator
InfoMethod 'protected org.apache.commons.collections.BidiMap decorated()' has been addedorg.apache.commons.collections.bidimap.AbstractBidiMapDecoratorprotected org.apache.commons.collections.BidiMap decorated()
InfoMethod 'protected java.util.Map decorated()' has been addedorg.apache.commons.collections.bidimap.AbstractBidiMapDecoratorprotected java.util.Map decorated()
InfoAdded org.apache.commons.collections.Get to the set of implemented interfacesorg.apache.commons.collections.bidimap.AbstractDualBidiMap
InfoAdded org.apache.commons.collections.IterableGet to the set of implemented interfacesorg.apache.commons.collections.bidimap.AbstractDualBidiMap
InfoAdded org.apache.commons.collections.Put to the set of implemented interfacesorg.apache.commons.collections.bidimap.AbstractDualBidiMap
InfoAdded protected field normalMaporg.apache.commons.collections.bidimap.AbstractDualBidiMapnormalMap
InfoAdded protected field reverseMaporg.apache.commons.collections.bidimap.AbstractDualBidiMapreverseMap
InfoAdded java.io.Serializable to the set of implemented interfacesorg.apache.commons.collections.bidimap.AbstractDualBidiMap$EntrySet
InfoAdded org.apache.commons.collections.iterators.AbstractUntypedIteratorDecorator to the list of superclassesorg.apache.commons.collections.bidimap.AbstractDualBidiMap$EntrySetIterator
InfoMethod 'public java.lang.Object next()' has been addedorg.apache.commons.collections.bidimap.AbstractDualBidiMap$EntrySetIteratorpublic java.lang.Object next()
InfoAdded java.io.Serializable to the set of implemented interfacesorg.apache.commons.collections.bidimap.AbstractDualBidiMap$KeySet
InfoAdded org.apache.commons.collections.iterators.AbstractUntypedIteratorDecorator to the list of superclassesorg.apache.commons.collections.bidimap.AbstractDualBidiMap$KeySetIterator
InfoAdded java.io.Serializable to the set of implemented interfacesorg.apache.commons.collections.bidimap.AbstractDualBidiMap$Values
InfoAdded org.apache.commons.collections.iterators.AbstractUntypedIteratorDecorator to the list of superclassesorg.apache.commons.collections.bidimap.AbstractDualBidiMap$ValuesIterator
InfoAdded java.io.Serializable to the set of implemented interfacesorg.apache.commons.collections.bidimap.AbstractDualBidiMap$View
InfoAdded org.apache.commons.collections.Get to the set of implemented interfacesorg.apache.commons.collections.bidimap.AbstractOrderedBidiMapDecorator
InfoAdded org.apache.commons.collections.IterableGet to the set of implemented interfacesorg.apache.commons.collections.bidimap.AbstractOrderedBidiMapDecorator
InfoAdded org.apache.commons.collections.Put to the set of implemented interfacesorg.apache.commons.collections.bidimap.AbstractOrderedBidiMapDecorator
InfoAdded org.apache.commons.collections.map.AbstractIterableMap to the list of superclassesorg.apache.commons.collections.bidimap.AbstractOrderedBidiMapDecorator
InfoMethod 'protected org.apache.commons.collections.OrderedBidiMap decorated()' has been addedorg.apache.commons.collections.bidimap.AbstractOrderedBidiMapDecoratorprotected org.apache.commons.collections.OrderedBidiMap decorated()
InfoMethod 'protected org.apache.commons.collections.BidiMap decorated()' has been addedorg.apache.commons.collections.bidimap.AbstractOrderedBidiMapDecoratorprotected org.apache.commons.collections.BidiMap decorated()
InfoMethod 'protected java.util.Map decorated()' has been addedorg.apache.commons.collections.bidimap.AbstractOrderedBidiMapDecoratorprotected java.util.Map decorated()
InfoMethod 'public org.apache.commons.collections.OrderedBidiMap inverseBidiMap()' has been addedorg.apache.commons.collections.bidimap.AbstractOrderedBidiMapDecoratorpublic org.apache.commons.collections.OrderedBidiMap inverseBidiMap()
InfoMethod 'public org.apache.commons.collections.BidiMap inverseBidiMap()' has been addedorg.apache.commons.collections.bidimap.AbstractOrderedBidiMapDecoratorpublic org.apache.commons.collections.BidiMap inverseBidiMap()
InfoMethod 'public org.apache.commons.collections.OrderedMapIterator mapIterator()' has been addedorg.apache.commons.collections.bidimap.AbstractOrderedBidiMapDecoratorpublic org.apache.commons.collections.OrderedMapIterator mapIterator()
InfoMethod 'public org.apache.commons.collections.MapIterator mapIterator()' has been addedorg.apache.commons.collections.bidimap.AbstractOrderedBidiMapDecoratorpublic org.apache.commons.collections.MapIterator mapIterator()
InfoAdded org.apache.commons.collections.Get to the set of implemented interfacesorg.apache.commons.collections.bidimap.AbstractSortedBidiMapDecorator
InfoAdded org.apache.commons.collections.IterableGet to the set of implemented interfacesorg.apache.commons.collections.bidimap.AbstractSortedBidiMapDecorator
InfoAdded org.apache.commons.collections.Put to the set of implemented interfacesorg.apache.commons.collections.bidimap.AbstractSortedBidiMapDecorator
InfoAdded org.apache.commons.collections.map.AbstractIterableMap to the list of superclassesorg.apache.commons.collections.bidimap.AbstractSortedBidiMapDecorator
InfoMethod 'protected org.apache.commons.collections.SortedBidiMap decorated()' has been addedorg.apache.commons.collections.bidimap.AbstractSortedBidiMapDecoratorprotected org.apache.commons.collections.SortedBidiMap decorated()
InfoMethod 'protected org.apache.commons.collections.OrderedBidiMap decorated()' has been addedorg.apache.commons.collections.bidimap.AbstractSortedBidiMapDecoratorprotected org.apache.commons.collections.OrderedBidiMap decorated()
InfoMethod 'protected org.apache.commons.collections.BidiMap decorated()' has been addedorg.apache.commons.collections.bidimap.AbstractSortedBidiMapDecoratorprotected org.apache.commons.collections.BidiMap decorated()
InfoMethod 'protected java.util.Map decorated()' has been addedorg.apache.commons.collections.bidimap.AbstractSortedBidiMapDecoratorprotected java.util.Map decorated()
InfoMethod 'public org.apache.commons.collections.SortedBidiMap inverseBidiMap()' has been addedorg.apache.commons.collections.bidimap.AbstractSortedBidiMapDecoratorpublic org.apache.commons.collections.SortedBidiMap inverseBidiMap()
InfoMethod 'public org.apache.commons.collections.OrderedBidiMap inverseBidiMap()' has been addedorg.apache.commons.collections.bidimap.AbstractSortedBidiMapDecoratorpublic org.apache.commons.collections.OrderedBidiMap inverseBidiMap()
InfoMethod 'public org.apache.commons.collections.BidiMap inverseBidiMap()' has been addedorg.apache.commons.collections.bidimap.AbstractSortedBidiMapDecoratorpublic org.apache.commons.collections.BidiMap inverseBidiMap()
InfoMethod 'public java.util.Comparator valueComparator()' has been addedorg.apache.commons.collections.bidimap.AbstractSortedBidiMapDecoratorpublic java.util.Comparator valueComparator()
InfoAdded org.apache.commons.collections.Get to the set of implemented interfacesorg.apache.commons.collections.bidimap.DualHashBidiMap
InfoAdded org.apache.commons.collections.IterableGet to the set of implemented interfacesorg.apache.commons.collections.bidimap.DualHashBidiMap
InfoAdded org.apache.commons.collections.Put to the set of implemented interfacesorg.apache.commons.collections.bidimap.DualHashBidiMap
InfoClass org.apache.commons.collections.bidimap.DualLinkedHashBidiMap addedorg.apache.commons.collections.bidimap.DualLinkedHashBidiMap
InfoAdded org.apache.commons.collections.Get to the set of implemented interfacesorg.apache.commons.collections.bidimap.DualTreeBidiMap
InfoAdded org.apache.commons.collections.IterableGet to the set of implemented interfacesorg.apache.commons.collections.bidimap.DualTreeBidiMap
InfoAdded org.apache.commons.collections.Put to the set of implemented interfacesorg.apache.commons.collections.bidimap.DualTreeBidiMap
InfoAdded protected field valueComparatororg.apache.commons.collections.bidimap.DualTreeBidiMapvalueComparator
InfoMethod 'protected org.apache.commons.collections.BidiMap createBidiMap(java.util.Map, java.util.Map, org.apache.commons.collections.BidiMap)' has been addedorg.apache.commons.collections.bidimap.DualTreeBidiMapprotected org.apache.commons.collections.BidiMap createBidiMap(java.util.Map, java.util.Map, org.apache.commons.collections.BidiMap)
InfoMethod 'public org.apache.commons.collections.SortedBidiMap inverseBidiMap()' has been addedorg.apache.commons.collections.bidimap.DualTreeBidiMappublic org.apache.commons.collections.SortedBidiMap inverseBidiMap()
InfoMethod 'public org.apache.commons.collections.BidiMap inverseBidiMap()' has been addedorg.apache.commons.collections.bidimap.DualTreeBidiMappublic org.apache.commons.collections.BidiMap inverseBidiMap()
InfoMethod 'public org.apache.commons.collections.OrderedBidiMap inverseBidiMap()' has been addedorg.apache.commons.collections.bidimap.DualTreeBidiMappublic org.apache.commons.collections.OrderedBidiMap inverseBidiMap()
InfoMethod 'public org.apache.commons.collections.OrderedMapIterator mapIterator()' has been addedorg.apache.commons.collections.bidimap.DualTreeBidiMappublic org.apache.commons.collections.OrderedMapIterator mapIterator()
InfoMethod 'public org.apache.commons.collections.MapIterator mapIterator()' has been addedorg.apache.commons.collections.bidimap.DualTreeBidiMappublic org.apache.commons.collections.MapIterator mapIterator()
InfoMethod 'public java.util.Comparator valueComparator()' has been addedorg.apache.commons.collections.bidimap.DualTreeBidiMappublic java.util.Comparator valueComparator()
InfoAdded org.apache.commons.collections.Get to the set of implemented interfacesorg.apache.commons.collections.bidimap.DualTreeBidiMap$ViewMap
InfoAdded org.apache.commons.collections.IterableGet to the set of implemented interfacesorg.apache.commons.collections.bidimap.DualTreeBidiMap$ViewMap
InfoAdded org.apache.commons.collections.IterableMap to the set of implemented interfacesorg.apache.commons.collections.bidimap.DualTreeBidiMap$ViewMap
InfoAdded org.apache.commons.collections.IterableSortedMap to the set of implemented interfacesorg.apache.commons.collections.bidimap.DualTreeBidiMap$ViewMap
InfoAdded org.apache.commons.collections.OrderedMap to the set of implemented interfacesorg.apache.commons.collections.bidimap.DualTreeBidiMap$ViewMap
InfoAdded org.apache.commons.collections.Put to the set of implemented interfacesorg.apache.commons.collections.bidimap.DualTreeBidiMap$ViewMap
InfoAdded org.apache.commons.collections.map.AbstractIterableMap to the list of superclassesorg.apache.commons.collections.bidimap.DualTreeBidiMap$ViewMap
InfoMethod 'protected org.apache.commons.collections.bidimap.DualTreeBidiMap decorated()' has been addedorg.apache.commons.collections.bidimap.DualTreeBidiMap$ViewMapprotected org.apache.commons.collections.bidimap.DualTreeBidiMap decorated()
InfoMethod 'protected java.util.SortedMap decorated()' has been addedorg.apache.commons.collections.bidimap.DualTreeBidiMap$ViewMapprotected java.util.SortedMap decorated()
InfoMethod 'protected java.util.Map decorated()' has been addedorg.apache.commons.collections.bidimap.DualTreeBidiMap$ViewMapprotected java.util.Map decorated()
InfoMethod 'public java.lang.Object nextKey(java.lang.Object)' has been addedorg.apache.commons.collections.bidimap.DualTreeBidiMap$ViewMappublic java.lang.Object nextKey(java.lang.Object)
InfoMethod 'public java.lang.Object previousKey(java.lang.Object)' has been addedorg.apache.commons.collections.bidimap.DualTreeBidiMap$ViewMappublic java.lang.Object previousKey(java.lang.Object)
InfoAdded org.apache.commons.collections.Get to the set of implemented interfacesorg.apache.commons.collections.bidimap.TreeBidiMap
InfoAdded org.apache.commons.collections.IterableGet to the set of implemented interfacesorg.apache.commons.collections.bidimap.TreeBidiMap
InfoAdded org.apache.commons.collections.Put to the set of implemented interfacesorg.apache.commons.collections.bidimap.TreeBidiMap
InfoMethod 'public java.lang.Object firstKey()' has been addedorg.apache.commons.collections.bidimap.TreeBidiMappublic java.lang.Object firstKey()
InfoMethod 'public java.lang.Object get(java.lang.Object)' has been addedorg.apache.commons.collections.bidimap.TreeBidiMappublic java.lang.Object get(java.lang.Object)
InfoMethod 'public java.lang.Object getKey(java.lang.Object)' has been addedorg.apache.commons.collections.bidimap.TreeBidiMappublic java.lang.Object getKey(java.lang.Object)
InfoMethod 'public org.apache.commons.collections.BidiMap inverseBidiMap()' has been addedorg.apache.commons.collections.bidimap.TreeBidiMappublic org.apache.commons.collections.BidiMap inverseBidiMap()
InfoMethod 'public java.lang.Object lastKey()' has been addedorg.apache.commons.collections.bidimap.TreeBidiMappublic java.lang.Object lastKey()
InfoMethod 'public org.apache.commons.collections.MapIterator mapIterator()' has been addedorg.apache.commons.collections.bidimap.TreeBidiMappublic org.apache.commons.collections.MapIterator mapIterator()
InfoMethod 'public java.lang.Comparable nextKey(java.lang.Comparable)' has been addedorg.apache.commons.collections.bidimap.TreeBidiMappublic java.lang.Comparable nextKey(java.lang.Comparable)
InfoMethod 'public java.lang.Comparable previousKey(java.lang.Comparable)' has been addedorg.apache.commons.collections.bidimap.TreeBidiMappublic java.lang.Comparable previousKey(java.lang.Comparable)
InfoMethod 'public java.lang.Comparable put(java.lang.Comparable, java.lang.Comparable)' has been addedorg.apache.commons.collections.bidimap.TreeBidiMappublic java.lang.Comparable put(java.lang.Comparable, java.lang.Comparable)
InfoMethod 'public java.lang.Object remove(java.lang.Object)' has been addedorg.apache.commons.collections.bidimap.TreeBidiMappublic java.lang.Object remove(java.lang.Object)
InfoMethod 'public java.lang.Object removeValue(java.lang.Object)' has been addedorg.apache.commons.collections.bidimap.TreeBidiMappublic java.lang.Object removeValue(java.lang.Object)
InfoAdded org.apache.commons.collections.Get to the set of implemented interfacesorg.apache.commons.collections.bidimap.UnmodifiableBidiMap
InfoAdded org.apache.commons.collections.IterableGet to the set of implemented interfacesorg.apache.commons.collections.bidimap.UnmodifiableBidiMap
InfoAdded org.apache.commons.collections.Put to the set of implemented interfacesorg.apache.commons.collections.bidimap.UnmodifiableBidiMap
InfoAdded org.apache.commons.collections.map.AbstractIterableMap to the list of superclassesorg.apache.commons.collections.bidimap.UnmodifiableBidiMap
InfoMethod 'public org.apache.commons.collections.BidiMap unmodifiableBidiMap(org.apache.commons.collections.BidiMap)' has been addedorg.apache.commons.collections.bidimap.UnmodifiableBidiMappublic org.apache.commons.collections.BidiMap unmodifiableBidiMap(org.apache.commons.collections.BidiMap)
InfoAdded org.apache.commons.collections.Get to the set of implemented interfacesorg.apache.commons.collections.bidimap.UnmodifiableOrderedBidiMap
InfoAdded org.apache.commons.collections.IterableGet to the set of implemented interfacesorg.apache.commons.collections.bidimap.UnmodifiableOrderedBidiMap
InfoAdded org.apache.commons.collections.Put to the set of implemented interfacesorg.apache.commons.collections.bidimap.UnmodifiableOrderedBidiMap
InfoAdded org.apache.commons.collections.map.AbstractIterableMap to the list of superclassesorg.apache.commons.collections.bidimap.UnmodifiableOrderedBidiMap
InfoMethod 'public org.apache.commons.collections.BidiMap inverseBidiMap()' has been addedorg.apache.commons.collections.bidimap.UnmodifiableOrderedBidiMappublic org.apache.commons.collections.BidiMap inverseBidiMap()
InfoMethod 'public org.apache.commons.collections.MapIterator mapIterator()' has been addedorg.apache.commons.collections.bidimap.UnmodifiableOrderedBidiMappublic org.apache.commons.collections.MapIterator mapIterator()
InfoMethod 'public org.apache.commons.collections.OrderedBidiMap unmodifiableOrderedBidiMap(org.apache.commons.collections.OrderedBidiMap)' has been addedorg.apache.commons.collections.bidimap.UnmodifiableOrderedBidiMappublic org.apache.commons.collections.OrderedBidiMap unmodifiableOrderedBidiMap(org.apache.commons.collections.OrderedBidiMap)
InfoAdded org.apache.commons.collections.Get to the set of implemented interfacesorg.apache.commons.collections.bidimap.UnmodifiableSortedBidiMap
InfoAdded org.apache.commons.collections.IterableGet to the set of implemented interfacesorg.apache.commons.collections.bidimap.UnmodifiableSortedBidiMap
InfoAdded org.apache.commons.collections.Put to the set of implemented interfacesorg.apache.commons.collections.bidimap.UnmodifiableSortedBidiMap
InfoAdded org.apache.commons.collections.map.AbstractIterableMap to the list of superclassesorg.apache.commons.collections.bidimap.UnmodifiableSortedBidiMap
InfoMethod 'public org.apache.commons.collections.OrderedBidiMap inverseBidiMap()' has been addedorg.apache.commons.collections.bidimap.UnmodifiableSortedBidiMappublic org.apache.commons.collections.OrderedBidiMap inverseBidiMap()
InfoMethod 'public org.apache.commons.collections.BidiMap inverseBidiMap()' has been addedorg.apache.commons.collections.bidimap.UnmodifiableSortedBidiMappublic org.apache.commons.collections.BidiMap inverseBidiMap()
InfoMethod 'public org.apache.commons.collections.MapIterator mapIterator()' has been addedorg.apache.commons.collections.bidimap.UnmodifiableSortedBidiMappublic org.apache.commons.collections.MapIterator mapIterator()
InfoMethod 'public org.apache.commons.collections.SortedBidiMap unmodifiableSortedBidiMap(org.apache.commons.collections.SortedBidiMap)' has been addedorg.apache.commons.collections.bidimap.UnmodifiableSortedBidiMappublic org.apache.commons.collections.SortedBidiMap unmodifiableSortedBidiMap(org.apache.commons.collections.SortedBidiMap)
InfoAdded java.io.Serializable to the set of implemented interfacesorg.apache.commons.collections.buffer.AbstractBufferDecorator
InfoMethod 'protected org.apache.commons.collections.Buffer decorated()' has been addedorg.apache.commons.collections.buffer.AbstractBufferDecoratorprotected org.apache.commons.collections.Buffer decorated()
InfoMethod 'protected java.util.Collection decorated()' has been addedorg.apache.commons.collections.buffer.AbstractBufferDecoratorprotected java.util.Collection decorated()
InfoMethod 'public org.apache.commons.collections.buffer.BlockingBuffer blockingBuffer(org.apache.commons.collections.Buffer)' has been addedorg.apache.commons.collections.buffer.BlockingBufferpublic org.apache.commons.collections.buffer.BlockingBuffer blockingBuffer(org.apache.commons.collections.Buffer)
InfoMethod 'public org.apache.commons.collections.buffer.BlockingBuffer blockingBuffer(org.apache.commons.collections.Buffer, long)' has been addedorg.apache.commons.collections.buffer.BlockingBufferpublic org.apache.commons.collections.buffer.BlockingBuffer blockingBuffer(org.apache.commons.collections.Buffer, long)
InfoMethod 'public org.apache.commons.collections.buffer.BoundedBuffer boundedBuffer(org.apache.commons.collections.Buffer, int)' has been addedorg.apache.commons.collections.buffer.BoundedBufferpublic org.apache.commons.collections.buffer.BoundedBuffer boundedBuffer(org.apache.commons.collections.Buffer, int)
InfoMethod 'public org.apache.commons.collections.buffer.BoundedBuffer boundedBuffer(org.apache.commons.collections.Buffer, int, long)' has been addedorg.apache.commons.collections.buffer.BoundedBufferpublic org.apache.commons.collections.buffer.BoundedBuffer boundedBuffer(org.apache.commons.collections.Buffer, int, long)
InfoMethod 'public java.lang.Object get(int)' has been addedorg.apache.commons.collections.buffer.BoundedFifoBufferpublic java.lang.Object get(int)
InfoMethod 'protected org.apache.commons.collections.Buffer decorated()' has been addedorg.apache.commons.collections.buffer.PredicatedBufferprotected org.apache.commons.collections.Buffer decorated()
InfoMethod 'protected java.util.Collection decorated()' has been addedorg.apache.commons.collections.buffer.PredicatedBufferprotected java.util.Collection decorated()
InfoMethod 'public org.apache.commons.collections.buffer.PredicatedBuffer predicatedBuffer(org.apache.commons.collections.Buffer, org.apache.commons.collections.Predicate)' has been addedorg.apache.commons.collections.buffer.PredicatedBufferpublic org.apache.commons.collections.buffer.PredicatedBuffer predicatedBuffer(org.apache.commons.collections.Buffer, org.apache.commons.collections.Predicate)
InfoMethod 'protected org.apache.commons.collections.Buffer decorated()' has been addedorg.apache.commons.collections.buffer.SynchronizedBufferprotected org.apache.commons.collections.Buffer decorated()
InfoMethod 'protected java.util.Collection decorated()' has been addedorg.apache.commons.collections.buffer.SynchronizedBufferprotected java.util.Collection decorated()
InfoMethod 'public org.apache.commons.collections.buffer.SynchronizedBuffer synchronizedBuffer(org.apache.commons.collections.Buffer)' has been addedorg.apache.commons.collections.buffer.SynchronizedBufferpublic org.apache.commons.collections.buffer.SynchronizedBuffer synchronizedBuffer(org.apache.commons.collections.Buffer)
InfoMethod 'public org.apache.commons.collections.buffer.TransformedBuffer transformedBuffer(org.apache.commons.collections.Buffer, org.apache.commons.collections.Transformer)' has been addedorg.apache.commons.collections.buffer.TransformedBufferpublic org.apache.commons.collections.buffer.TransformedBuffer transformedBuffer(org.apache.commons.collections.Buffer, org.apache.commons.collections.Transformer)
InfoMethod 'public org.apache.commons.collections.buffer.TransformedBuffer transformingBuffer(org.apache.commons.collections.Buffer, org.apache.commons.collections.Transformer)' has been addedorg.apache.commons.collections.buffer.TransformedBufferpublic org.apache.commons.collections.buffer.TransformedBuffer transformingBuffer(org.apache.commons.collections.Buffer, org.apache.commons.collections.Transformer)
InfoMethod 'public org.apache.commons.collections.Buffer unmodifiableBuffer(org.apache.commons.collections.Buffer)' has been addedorg.apache.commons.collections.buffer.UnmodifiableBufferpublic org.apache.commons.collections.Buffer unmodifiableBuffer(org.apache.commons.collections.Buffer)
InfoAdded java.io.Serializable to the set of implemented interfacesorg.apache.commons.collections.collection.AbstractCollectionDecorator
InfoMethod 'protected java.util.Collection decorated()' has been addedorg.apache.commons.collections.collection.AbstractCollectionDecoratorprotected java.util.Collection decorated()
InfoClass org.apache.commons.collections.collection.AbstractUntypedCollectionDecorator addedorg.apache.commons.collections.collection.AbstractUntypedCollectionDecorator
InfoAdded java.io.Serializable to the set of implemented interfacesorg.apache.commons.collections.collection.CompositeCollection
InfoMethod 'public CompositeCollection(java.util.Collection, java.util.Collection)' has been addedorg.apache.commons.collections.collection.CompositeCollectionpublic CompositeCollection(java.util.Collection, java.util.Collection)
InfoMethod 'protected org.apache.commons.collections.collection.CompositeCollection$CollectionMutator getMutator()' has been addedorg.apache.commons.collections.collection.CompositeCollectionprotected org.apache.commons.collections.collection.CompositeCollection$CollectionMutator getMutator()
InfoAdded java.io.Serializable to the set of implemented interfacesorg.apache.commons.collections.collection.CompositeCollection$CollectionMutator
InfoClass org.apache.commons.collections.collection.IndexedCollection addedorg.apache.commons.collections.collection.IndexedCollection
InfoMethod 'public org.apache.commons.collections.collection.PredicatedCollection predicatedCollection(java.util.Collection, org.apache.commons.collections.Predicate)' has been addedorg.apache.commons.collections.collection.PredicatedCollectionpublic org.apache.commons.collections.collection.PredicatedCollection predicatedCollection(java.util.Collection, org.apache.commons.collections.Predicate)
InfoMethod 'protected java.util.Collection decorated()' has been addedorg.apache.commons.collections.collection.SynchronizedCollectionprotected java.util.Collection decorated()
InfoMethod 'public org.apache.commons.collections.collection.SynchronizedCollection synchronizedCollection(java.util.Collection)' has been addedorg.apache.commons.collections.collection.SynchronizedCollectionpublic org.apache.commons.collections.collection.SynchronizedCollection synchronizedCollection(java.util.Collection)
InfoMethod 'public org.apache.commons.collections.collection.TransformedCollection transformedCollection(java.util.Collection, org.apache.commons.collections.Transformer)' has been addedorg.apache.commons.collections.collection.TransformedCollectionpublic org.apache.commons.collections.collection.TransformedCollection transformedCollection(java.util.Collection, org.apache.commons.collections.Transformer)
InfoMethod 'public org.apache.commons.collections.collection.TransformedCollection transformingCollection(java.util.Collection, org.apache.commons.collections.Transformer)' has been addedorg.apache.commons.collections.collection.TransformedCollectionpublic org.apache.commons.collections.collection.TransformedCollection transformingCollection(java.util.Collection, org.apache.commons.collections.Transformer)
InfoMethod 'protected org.apache.commons.collections.BoundedCollection decorated()' has been addedorg.apache.commons.collections.collection.UnmodifiableBoundedCollectionprotected org.apache.commons.collections.BoundedCollection decorated()
InfoMethod 'protected java.util.Collection decorated()' has been addedorg.apache.commons.collections.collection.UnmodifiableBoundedCollectionprotected java.util.Collection decorated()
InfoMethod 'public org.apache.commons.collections.BoundedCollection unmodifiableBoundedCollection(org.apache.commons.collections.BoundedCollection)' has been addedorg.apache.commons.collections.collection.UnmodifiableBoundedCollectionpublic org.apache.commons.collections.BoundedCollection unmodifiableBoundedCollection(org.apache.commons.collections.BoundedCollection)
InfoMethod 'public org.apache.commons.collections.BoundedCollection unmodifiableBoundedCollection(java.util.Collection)' has been addedorg.apache.commons.collections.collection.UnmodifiableBoundedCollectionpublic org.apache.commons.collections.BoundedCollection unmodifiableBoundedCollection(java.util.Collection)
InfoMethod 'public java.util.Collection unmodifiableCollection(java.util.Collection)' has been addedorg.apache.commons.collections.collection.UnmodifiableCollectionpublic java.util.Collection unmodifiableCollection(java.util.Collection)
InfoMethod 'public org.apache.commons.collections.comparators.BooleanComparator booleanComparator(boolean)' has been addedorg.apache.commons.collections.comparators.BooleanComparatorpublic org.apache.commons.collections.comparators.BooleanComparator booleanComparator(boolean)
InfoAdded public field INSTANCEorg.apache.commons.collections.comparators.ComparableComparatorINSTANCE
InfoMethod 'public org.apache.commons.collections.comparators.ComparableComparator comparableComparator()' has been addedorg.apache.commons.collections.comparators.ComparableComparatorpublic org.apache.commons.collections.comparators.ComparableComparator comparableComparator()
InfoMethod 'public int compare(java.lang.Comparable, java.lang.Comparable)' has been addedorg.apache.commons.collections.comparators.ComparableComparatorpublic int compare(java.lang.Comparable, java.lang.Comparable)
InfoAdded java.io.Serializable to the set of implemented interfacesorg.apache.commons.collections.comparators.FixedOrderComparator
InfoMethod 'public boolean equals(java.lang.Object)' has been addedorg.apache.commons.collections.comparators.FixedOrderComparatorpublic boolean equals(java.lang.Object)
InfoMethod 'public int hashCode()' has been addedorg.apache.commons.collections.comparators.FixedOrderComparatorpublic int hashCode()
InfoClass org.apache.commons.collections.comparators.FixedOrderComparator$UnknownObjectBehavior addedorg.apache.commons.collections.comparators.FixedOrderComparator$UnknownObjectBehavior
InfoAdded java.io.Serializable to the set of implemented interfacesorg.apache.commons.collections.comparators.TransformingComparator
InfoMethod 'public boolean equals(java.lang.Object)' has been addedorg.apache.commons.collections.comparators.TransformingComparatorpublic boolean equals(java.lang.Object)
InfoMethod 'public int hashCode()' has been addedorg.apache.commons.collections.comparators.TransformingComparatorpublic int hashCode()
InfoClass org.apache.commons.collections.comparators.sequence.CommandVisitor addedorg.apache.commons.collections.comparators.sequence.CommandVisitor
InfoClass org.apache.commons.collections.comparators.sequence.DeleteCommand addedorg.apache.commons.collections.comparators.sequence.DeleteCommand
InfoClass org.apache.commons.collections.comparators.sequence.EditCommand addedorg.apache.commons.collections.comparators.sequence.EditCommand
InfoClass org.apache.commons.collections.comparators.sequence.EditScript addedorg.apache.commons.collections.comparators.sequence.EditScript
InfoClass org.apache.commons.collections.comparators.sequence.InsertCommand addedorg.apache.commons.collections.comparators.sequence.InsertCommand
InfoClass org.apache.commons.collections.comparators.sequence.KeepCommand addedorg.apache.commons.collections.comparators.sequence.KeepCommand
InfoClass org.apache.commons.collections.comparators.sequence.ReplacementsFinder addedorg.apache.commons.collections.comparators.sequence.ReplacementsFinder
InfoClass org.apache.commons.collections.comparators.sequence.ReplacementsHandler addedorg.apache.commons.collections.comparators.sequence.ReplacementsHandler
InfoClass org.apache.commons.collections.comparators.sequence.SequencesComparator addedorg.apache.commons.collections.comparators.sequence.SequencesComparator
InfoClass org.apache.commons.collections.comparators.sequence.Snake addedorg.apache.commons.collections.comparators.sequence.Snake
InfoClass org.apache.commons.collections.functors.AbstractQuantifierPredicate addedorg.apache.commons.collections.functors.AbstractQuantifierPredicate
InfoAdded org.apache.commons.collections.functors.AbstractQuantifierPredicate to the list of superclassesorg.apache.commons.collections.functors.AllPredicate
InfoMethod 'public org.apache.commons.collections.Predicate allPredicate(org.apache.commons.collections.Predicate[])' has been addedorg.apache.commons.collections.functors.AllPredicatepublic org.apache.commons.collections.Predicate allPredicate(org.apache.commons.collections.Predicate[])
InfoMethod 'public org.apache.commons.collections.Predicate allPredicate(java.util.Collection)' has been addedorg.apache.commons.collections.functors.AllPredicatepublic org.apache.commons.collections.Predicate allPredicate(java.util.Collection)
InfoMethod 'public org.apache.commons.collections.Predicate[] getPredicates()' has been removed, but an inherited definition exists.org.apache.commons.collections.functors.AllPredicatepublic org.apache.commons.collections.Predicate[] getPredicates()
InfoMethod 'public org.apache.commons.collections.Predicate andPredicate(org.apache.commons.collections.Predicate, org.apache.commons.collections.Predicate)' has been addedorg.apache.commons.collections.functors.AndPredicatepublic org.apache.commons.collections.Predicate andPredicate(org.apache.commons.collections.Predicate, org.apache.commons.collections.Predicate)
InfoAdded org.apache.commons.collections.functors.AbstractQuantifierPredicate to the list of superclassesorg.apache.commons.collections.functors.AnyPredicate
InfoMethod 'public org.apache.commons.collections.Predicate anyPredicate(org.apache.commons.collections.Predicate[])' has been addedorg.apache.commons.collections.functors.AnyPredicatepublic org.apache.commons.collections.Predicate anyPredicate(org.apache.commons.collections.Predicate[])
InfoMethod 'public org.apache.commons.collections.Predicate anyPredicate(java.util.Collection)' has been addedorg.apache.commons.collections.functors.AnyPredicatepublic org.apache.commons.collections.Predicate anyPredicate(java.util.Collection)
InfoMethod 'public org.apache.commons.collections.Predicate[] getPredicates()' has been removed, but an inherited definition exists.org.apache.commons.collections.functors.AnyPredicatepublic org.apache.commons.collections.Predicate[] getPredicates()
InfoClass org.apache.commons.collections.functors.CatchAndRethrowClosure addedorg.apache.commons.collections.functors.CatchAndRethrowClosure
InfoMethod 'public org.apache.commons.collections.Closure chainedClosure(org.apache.commons.collections.Closure[])' has been addedorg.apache.commons.collections.functors.ChainedClosurepublic org.apache.commons.collections.Closure chainedClosure(org.apache.commons.collections.Closure[])
InfoMethod 'public org.apache.commons.collections.Closure chainedClosure(java.util.Collection)' has been addedorg.apache.commons.collections.functors.ChainedClosurepublic org.apache.commons.collections.Closure chainedClosure(java.util.Collection)
InfoMethod 'public org.apache.commons.collections.Transformer chainedTransformer(org.apache.commons.collections.Transformer[])' has been addedorg.apache.commons.collections.functors.ChainedTransformerpublic org.apache.commons.collections.Transformer chainedTransformer(org.apache.commons.collections.Transformer[])
InfoMethod 'public org.apache.commons.collections.Transformer chainedTransformer(java.util.Collection)' has been addedorg.apache.commons.collections.functors.ChainedTransformerpublic org.apache.commons.collections.Transformer chainedTransformer(java.util.Collection)
InfoMethod 'public org.apache.commons.collections.Transformer cloneTransformer()' has been addedorg.apache.commons.collections.functors.CloneTransformerpublic org.apache.commons.collections.Transformer cloneTransformer()
InfoMethod 'public org.apache.commons.collections.Transformer closureTransformer(org.apache.commons.collections.Closure)' has been addedorg.apache.commons.collections.functors.ClosureTransformerpublic org.apache.commons.collections.Transformer closureTransformer(org.apache.commons.collections.Closure)
InfoClass org.apache.commons.collections.functors.ComparatorPredicate addedorg.apache.commons.collections.functors.ComparatorPredicate
InfoClass org.apache.commons.collections.functors.ComparatorPredicate$Criterion addedorg.apache.commons.collections.functors.ComparatorPredicate$Criterion
InfoMethod 'public org.apache.commons.collections.Factory constantFactory(java.lang.Object)' has been addedorg.apache.commons.collections.functors.ConstantFactorypublic org.apache.commons.collections.Factory constantFactory(java.lang.Object)
InfoMethod 'public org.apache.commons.collections.Transformer constantTransformer(java.lang.Object)' has been addedorg.apache.commons.collections.functors.ConstantTransformerpublic org.apache.commons.collections.Transformer constantTransformer(java.lang.Object)
InfoMethod 'public boolean equals(java.lang.Object)' has been addedorg.apache.commons.collections.functors.ConstantTransformerpublic boolean equals(java.lang.Object)
InfoMethod 'public int hashCode()' has been addedorg.apache.commons.collections.functors.ConstantTransformerpublic int hashCode()
InfoMethod 'public org.apache.commons.collections.Transformer nullTransformer()' has been addedorg.apache.commons.collections.functors.ConstantTransformerpublic org.apache.commons.collections.Transformer nullTransformer()
InfoClass org.apache.commons.collections.functors.DefaultEquator addedorg.apache.commons.collections.functors.DefaultEquator
InfoMethod 'public EqualPredicate(java.lang.Object, org.apache.commons.collections.functors.Equator)' has been addedorg.apache.commons.collections.functors.EqualPredicatepublic EqualPredicate(java.lang.Object, org.apache.commons.collections.functors.Equator)
InfoMethod 'public org.apache.commons.collections.Predicate equalPredicate(java.lang.Object)' has been addedorg.apache.commons.collections.functors.EqualPredicatepublic org.apache.commons.collections.Predicate equalPredicate(java.lang.Object)
InfoMethod 'public org.apache.commons.collections.Predicate equalPredicate(java.lang.Object, org.apache.commons.collections.functors.Equator)' has been addedorg.apache.commons.collections.functors.EqualPredicatepublic org.apache.commons.collections.Predicate equalPredicate(java.lang.Object, org.apache.commons.collections.functors.Equator)
InfoClass org.apache.commons.collections.functors.Equator addedorg.apache.commons.collections.functors.Equator
InfoMethod 'public org.apache.commons.collections.Closure exceptionClosure()' has been addedorg.apache.commons.collections.functors.ExceptionClosurepublic org.apache.commons.collections.Closure exceptionClosure()
InfoMethod 'public org.apache.commons.collections.Factory exceptionFactory()' has been addedorg.apache.commons.collections.functors.ExceptionFactorypublic org.apache.commons.collections.Factory exceptionFactory()
InfoMethod 'public org.apache.commons.collections.Predicate exceptionPredicate()' has been addedorg.apache.commons.collections.functors.ExceptionPredicatepublic org.apache.commons.collections.Predicate exceptionPredicate()
InfoMethod 'public org.apache.commons.collections.Transformer exceptionTransformer()' has been addedorg.apache.commons.collections.functors.ExceptionTransformerpublic org.apache.commons.collections.Transformer exceptionTransformer()
InfoMethod 'public org.apache.commons.collections.Transformer factoryTransformer(org.apache.commons.collections.Factory)' has been addedorg.apache.commons.collections.functors.FactoryTransformerpublic org.apache.commons.collections.Transformer factoryTransformer(org.apache.commons.collections.Factory)
InfoMethod 'public org.apache.commons.collections.Predicate falsePredicate()' has been addedorg.apache.commons.collections.functors.FalsePredicatepublic org.apache.commons.collections.Predicate falsePredicate()
InfoMethod 'public org.apache.commons.collections.Closure forClosure(int, org.apache.commons.collections.Closure)' has been addedorg.apache.commons.collections.functors.ForClosurepublic org.apache.commons.collections.Closure forClosure(int, org.apache.commons.collections.Closure)
InfoMethod 'public org.apache.commons.collections.Predicate identityPredicate(java.lang.Object)' has been addedorg.apache.commons.collections.functors.IdentityPredicatepublic org.apache.commons.collections.Predicate identityPredicate(java.lang.Object)
InfoMethod 'public org.apache.commons.collections.Closure ifClosure(org.apache.commons.collections.Predicate, org.apache.commons.collections.Closure)' has been addedorg.apache.commons.collections.functors.IfClosurepublic org.apache.commons.collections.Closure ifClosure(org.apache.commons.collections.Predicate, org.apache.commons.collections.Closure)
InfoMethod 'public org.apache.commons.collections.Closure ifClosure(org.apache.commons.collections.Predicate, org.apache.commons.collections.Closure, org.apache.commons.collections.Closure)' has been addedorg.apache.commons.collections.functors.IfClosurepublic org.apache.commons.collections.Closure ifClosure(org.apache.commons.collections.Predicate, org.apache.commons.collections.Closure, org.apache.commons.collections.Closure)
InfoMethod 'public org.apache.commons.collections.Predicate instanceOfPredicate(java.lang.Class)' has been addedorg.apache.commons.collections.functors.InstanceofPredicatepublic org.apache.commons.collections.Predicate instanceOfPredicate(java.lang.Class)
InfoMethod 'public org.apache.commons.collections.Factory instantiateFactory(java.lang.Class, java.lang.Class[], java.lang.Object[])' has been addedorg.apache.commons.collections.functors.InstantiateFactorypublic org.apache.commons.collections.Factory instantiateFactory(java.lang.Class, java.lang.Class[], java.lang.Object[])
InfoMethod 'public org.apache.commons.collections.Transformer instantiateTransformer()' has been addedorg.apache.commons.collections.functors.InstantiateTransformerpublic org.apache.commons.collections.Transformer instantiateTransformer()
InfoMethod 'public org.apache.commons.collections.Transformer instantiateTransformer(java.lang.Class[], java.lang.Object[])' has been addedorg.apache.commons.collections.functors.InstantiateTransformerpublic org.apache.commons.collections.Transformer instantiateTransformer(java.lang.Class[], java.lang.Object[])
InfoMethod 'public java.lang.Object transform(java.lang.Class)' has been addedorg.apache.commons.collections.functors.InstantiateTransformerpublic java.lang.Object transform(java.lang.Class)
InfoMethod 'public org.apache.commons.collections.Transformer invokerTransformer(java.lang.String)' has been addedorg.apache.commons.collections.functors.InvokerTransformerpublic org.apache.commons.collections.Transformer invokerTransformer(java.lang.String)
InfoMethod 'public org.apache.commons.collections.Transformer invokerTransformer(java.lang.String, java.lang.Class[], java.lang.Object[])' has been addedorg.apache.commons.collections.functors.InvokerTransformerpublic org.apache.commons.collections.Transformer invokerTransformer(java.lang.String, java.lang.Class[], java.lang.Object[])
InfoMethod 'public org.apache.commons.collections.Transformer mapTransformer(java.util.Map)' has been addedorg.apache.commons.collections.functors.MapTransformerpublic org.apache.commons.collections.Transformer mapTransformer(java.util.Map)
InfoAdded final modifier to class, but class was effectively final anywayorg.apache.commons.collections.functors.NOPClosure
InfoMethod 'public org.apache.commons.collections.Closure nopClosure()' has been addedorg.apache.commons.collections.functors.NOPClosurepublic org.apache.commons.collections.Closure nopClosure()
InfoMethod 'public org.apache.commons.collections.Transformer nopTransformer()' has been addedorg.apache.commons.collections.functors.NOPTransformerpublic org.apache.commons.collections.Transformer nopTransformer()
InfoAdded org.apache.commons.collections.functors.AbstractQuantifierPredicate to the list of superclassesorg.apache.commons.collections.functors.NonePredicate
InfoMethod 'public org.apache.commons.collections.Predicate[] getPredicates()' has been removed, but an inherited definition exists.org.apache.commons.collections.functors.NonePredicatepublic org.apache.commons.collections.Predicate[] getPredicates()
InfoMethod 'public org.apache.commons.collections.Predicate nonePredicate(org.apache.commons.collections.Predicate[])' has been addedorg.apache.commons.collections.functors.NonePredicatepublic org.apache.commons.collections.Predicate nonePredicate(org.apache.commons.collections.Predicate[])
InfoMethod 'public org.apache.commons.collections.Predicate nonePredicate(java.util.Collection)' has been addedorg.apache.commons.collections.functors.NonePredicatepublic org.apache.commons.collections.Predicate nonePredicate(java.util.Collection)
InfoMethod 'public org.apache.commons.collections.Predicate notNullPredicate()' has been addedorg.apache.commons.collections.functors.NotNullPredicatepublic org.apache.commons.collections.Predicate notNullPredicate()
InfoMethod 'public org.apache.commons.collections.Predicate notPredicate(org.apache.commons.collections.Predicate)' has been addedorg.apache.commons.collections.functors.NotPredicatepublic org.apache.commons.collections.Predicate notPredicate(org.apache.commons.collections.Predicate)
InfoMethod 'public org.apache.commons.collections.Predicate nullIsExceptionPredicate(org.apache.commons.collections.Predicate)' has been addedorg.apache.commons.collections.functors.NullIsExceptionPredicatepublic org.apache.commons.collections.Predicate nullIsExceptionPredicate(org.apache.commons.collections.Predicate)
InfoMethod 'public org.apache.commons.collections.Predicate nullIsFalsePredicate(org.apache.commons.collections.Predicate)' has been addedorg.apache.commons.collections.functors.NullIsFalsePredicatepublic org.apache.commons.collections.Predicate nullIsFalsePredicate(org.apache.commons.collections.Predicate)
InfoMethod 'public org.apache.commons.collections.Predicate nullIsTruePredicate(org.apache.commons.collections.Predicate)' has been addedorg.apache.commons.collections.functors.NullIsTruePredicatepublic org.apache.commons.collections.Predicate nullIsTruePredicate(org.apache.commons.collections.Predicate)
InfoMethod 'public org.apache.commons.collections.Predicate nullPredicate()' has been addedorg.apache.commons.collections.functors.NullPredicatepublic org.apache.commons.collections.Predicate nullPredicate()
InfoAdded org.apache.commons.collections.functors.AbstractQuantifierPredicate to the list of superclassesorg.apache.commons.collections.functors.OnePredicate
InfoMethod 'public org.apache.commons.collections.Predicate[] getPredicates()' has been removed, but an inherited definition exists.org.apache.commons.collections.functors.OnePredicatepublic org.apache.commons.collections.Predicate[] getPredicates()
InfoMethod 'public org.apache.commons.collections.Predicate onePredicate(org.apache.commons.collections.Predicate[])' has been addedorg.apache.commons.collections.functors.OnePredicatepublic org.apache.commons.collections.Predicate onePredicate(org.apache.commons.collections.Predicate[])
InfoMethod 'public org.apache.commons.collections.Predicate onePredicate(java.util.Collection)' has been addedorg.apache.commons.collections.functors.OnePredicatepublic org.apache.commons.collections.Predicate onePredicate(java.util.Collection)
InfoMethod 'public org.apache.commons.collections.Predicate orPredicate(org.apache.commons.collections.Predicate, org.apache.commons.collections.Predicate)' has been addedorg.apache.commons.collections.functors.OrPredicatepublic org.apache.commons.collections.Predicate orPredicate(org.apache.commons.collections.Predicate, org.apache.commons.collections.Predicate)
InfoMethod 'public org.apache.commons.collections.Transformer predicateTransformer(org.apache.commons.collections.Predicate)' has been addedorg.apache.commons.collections.functors.PredicateTransformerpublic org.apache.commons.collections.Transformer predicateTransformer(org.apache.commons.collections.Predicate)
InfoMethod 'public java.lang.Object transform(java.lang.Object)' has been addedorg.apache.commons.collections.functors.PredicateTransformerpublic java.lang.Object transform(java.lang.Object)
InfoMethod 'public org.apache.commons.collections.Factory prototypeFactory(java.lang.Object)' has been addedorg.apache.commons.collections.functors.PrototypeFactorypublic org.apache.commons.collections.Factory prototypeFactory(java.lang.Object)
InfoMethod 'public org.apache.commons.collections.Transformer stringValueTransformer()' has been addedorg.apache.commons.collections.functors.StringValueTransformerpublic org.apache.commons.collections.Transformer stringValueTransformer()
InfoMethod 'public java.lang.Object transform(java.lang.Object)' has been addedorg.apache.commons.collections.functors.StringValueTransformerpublic java.lang.Object transform(java.lang.Object)
InfoMethod 'public org.apache.commons.collections.Closure switchClosure(org.apache.commons.collections.Predicate[], org.apache.commons.collections.Closure[], org.apache.commons.collections.Closure)' has been addedorg.apache.commons.collections.functors.SwitchClosurepublic org.apache.commons.collections.Closure switchClosure(org.apache.commons.collections.Predicate[], org.apache.commons.collections.Closure[], org.apache.commons.collections.Closure)
InfoMethod 'public org.apache.commons.collections.Closure switchClosure(java.util.Map)' has been addedorg.apache.commons.collections.functors.SwitchClosurepublic org.apache.commons.collections.Closure switchClosure(java.util.Map)
InfoMethod 'public org.apache.commons.collections.Transformer switchTransformer(org.apache.commons.collections.Predicate[], org.apache.commons.collections.Transformer[], org.apache.commons.collections.Transformer)' has been addedorg.apache.commons.collections.functors.SwitchTransformerpublic org.apache.commons.collections.Transformer switchTransformer(org.apache.commons.collections.Predicate[], org.apache.commons.collections.Transformer[], org.apache.commons.collections.Transformer)
InfoMethod 'public org.apache.commons.collections.Transformer switchTransformer(java.util.Map)' has been addedorg.apache.commons.collections.functors.SwitchTransformerpublic org.apache.commons.collections.Transformer switchTransformer(java.util.Map)
InfoMethod 'public org.apache.commons.collections.Predicate transformedPredicate(org.apache.commons.collections.Transformer, org.apache.commons.collections.Predicate)' has been addedorg.apache.commons.collections.functors.TransformedPredicatepublic org.apache.commons.collections.Predicate transformedPredicate(org.apache.commons.collections.Transformer, org.apache.commons.collections.Predicate)
InfoMethod 'public org.apache.commons.collections.Closure transformerClosure(org.apache.commons.collections.Transformer)' has been addedorg.apache.commons.collections.functors.TransformerClosurepublic org.apache.commons.collections.Closure transformerClosure(org.apache.commons.collections.Transformer)
InfoMethod 'public org.apache.commons.collections.Predicate transformerPredicate(org.apache.commons.collections.Transformer)' has been addedorg.apache.commons.collections.functors.TransformerPredicatepublic org.apache.commons.collections.Predicate transformerPredicate(org.apache.commons.collections.Transformer)
InfoMethod 'public org.apache.commons.collections.Predicate truePredicate()' has been addedorg.apache.commons.collections.functors.TruePredicatepublic org.apache.commons.collections.Predicate truePredicate()
InfoMethod 'public org.apache.commons.collections.Predicate uniquePredicate()' has been addedorg.apache.commons.collections.functors.UniquePredicatepublic org.apache.commons.collections.Predicate uniquePredicate()
InfoMethod 'public org.apache.commons.collections.Closure whileClosure(org.apache.commons.collections.Predicate, org.apache.commons.collections.Closure, boolean)' has been addedorg.apache.commons.collections.functors.WhileClosurepublic org.apache.commons.collections.Closure whileClosure(org.apache.commons.collections.Predicate, org.apache.commons.collections.Closure, boolean)
InfoClass org.apache.commons.collections.iterators.AbstractEmptyMapIterator addedorg.apache.commons.collections.iterators.AbstractEmptyMapIterator
InfoAdded org.apache.commons.collections.iterators.AbstractUntypedIteratorDecorator to the list of superclassesorg.apache.commons.collections.iterators.AbstractIteratorDecorator
InfoMethod 'protected java.util.Iterator getIterator()' is now implemented in superclass org.apache.commons.collections.iterators.AbstractUntypedIteratorDecoratororg.apache.commons.collections.iterators.AbstractIteratorDecoratorprotected java.util.Iterator getIterator()
InfoMethod 'public boolean hasNext()' has been removed, but an inherited definition exists.org.apache.commons.collections.iterators.AbstractIteratorDecoratorpublic boolean hasNext()
InfoMethod 'public void remove()' has been removed, but an inherited definition exists.org.apache.commons.collections.iterators.AbstractIteratorDecoratorpublic void remove()
InfoClass org.apache.commons.collections.iterators.AbstractUntypedIteratorDecorator addedorg.apache.commons.collections.iterators.AbstractUntypedIteratorDecorator
InfoAdded org.apache.commons.collections.OrderedIterator to the set of implemented interfacesorg.apache.commons.collections.iterators.ArrayListIterator
InfoMethod 'public int getIteratorIndex()' has been addedorg.apache.commons.collections.iterators.CollatingIteratorpublic int getIteratorIndex()
InfoMethod 'public void add(java.lang.Object)' has been addedorg.apache.commons.collections.iterators.EmptyIteratorpublic void add(java.lang.Object)
InfoMethod 'public java.util.Iterator emptyIterator()' has been addedorg.apache.commons.collections.iterators.EmptyIteratorpublic java.util.Iterator emptyIterator()
InfoMethod 'public boolean hasNext()' has been addedorg.apache.commons.collections.iterators.EmptyIteratorpublic boolean hasNext()
InfoMethod 'public boolean hasPrevious()' has been addedorg.apache.commons.collections.iterators.EmptyIteratorpublic boolean hasPrevious()
InfoMethod 'public java.lang.Object next()' has been addedorg.apache.commons.collections.iterators.EmptyIteratorpublic java.lang.Object next()
InfoMethod 'public int nextIndex()' has been addedorg.apache.commons.collections.iterators.EmptyIteratorpublic int nextIndex()
InfoMethod 'public java.lang.Object previous()' has been addedorg.apache.commons.collections.iterators.EmptyIteratorpublic java.lang.Object previous()
InfoMethod 'public int previousIndex()' has been addedorg.apache.commons.collections.iterators.EmptyIteratorpublic int previousIndex()
InfoMethod 'public void remove()' has been addedorg.apache.commons.collections.iterators.EmptyIteratorpublic void remove()
InfoMethod 'public void reset()' has been addedorg.apache.commons.collections.iterators.EmptyIteratorpublic void reset()
InfoMethod 'public org.apache.commons.collections.ResettableIterator resettableEmptyIterator()' has been addedorg.apache.commons.collections.iterators.EmptyIteratorpublic org.apache.commons.collections.ResettableIterator resettableEmptyIterator()
InfoMethod 'public void set(java.lang.Object)' has been addedorg.apache.commons.collections.iterators.EmptyIteratorpublic void set(java.lang.Object)
InfoAdded org.apache.commons.collections.OrderedIterator to the set of implemented interfacesorg.apache.commons.collections.iterators.EmptyListIterator
InfoMethod 'public void add(java.lang.Object)' has been addedorg.apache.commons.collections.iterators.EmptyListIteratorpublic void add(java.lang.Object)
InfoMethod 'public java.util.ListIterator emptyListIterator()' has been addedorg.apache.commons.collections.iterators.EmptyListIteratorpublic java.util.ListIterator emptyListIterator()
InfoMethod 'public boolean hasNext()' has been addedorg.apache.commons.collections.iterators.EmptyListIteratorpublic boolean hasNext()
InfoMethod 'public boolean hasPrevious()' has been addedorg.apache.commons.collections.iterators.EmptyListIteratorpublic boolean hasPrevious()
InfoMethod 'public java.lang.Object next()' has been addedorg.apache.commons.collections.iterators.EmptyListIteratorpublic java.lang.Object next()
InfoMethod 'public int nextIndex()' has been addedorg.apache.commons.collections.iterators.EmptyListIteratorpublic int nextIndex()
InfoMethod 'public java.lang.Object previous()' has been addedorg.apache.commons.collections.iterators.EmptyListIteratorpublic java.lang.Object previous()
InfoMethod 'public int previousIndex()' has been addedorg.apache.commons.collections.iterators.EmptyListIteratorpublic int previousIndex()
InfoMethod 'public void remove()' has been addedorg.apache.commons.collections.iterators.EmptyListIteratorpublic void remove()
InfoMethod 'public void reset()' has been addedorg.apache.commons.collections.iterators.EmptyListIteratorpublic void reset()
InfoMethod 'public org.apache.commons.collections.ResettableListIterator resettableEmptyListIterator()' has been addedorg.apache.commons.collections.iterators.EmptyListIteratorpublic org.apache.commons.collections.ResettableListIterator resettableEmptyListIterator()
InfoMethod 'public void set(java.lang.Object)' has been addedorg.apache.commons.collections.iterators.EmptyListIteratorpublic void set(java.lang.Object)
InfoAdded org.apache.commons.collections.iterators.AbstractEmptyMapIterator to the list of superclassesorg.apache.commons.collections.iterators.EmptyMapIterator
InfoMethod 'public org.apache.commons.collections.MapIterator emptyMapIterator()' has been addedorg.apache.commons.collections.iterators.EmptyMapIteratorpublic org.apache.commons.collections.MapIterator emptyMapIterator()
InfoMethod 'public void add(java.lang.Object)' has been addedorg.apache.commons.collections.iterators.EmptyOrderedIteratorpublic void add(java.lang.Object)
InfoMethod 'public org.apache.commons.collections.OrderedIterator emptyOrderedIterator()' has been addedorg.apache.commons.collections.iterators.EmptyOrderedIteratorpublic org.apache.commons.collections.OrderedIterator emptyOrderedIterator()
InfoMethod 'public boolean hasNext()' has been addedorg.apache.commons.collections.iterators.EmptyOrderedIteratorpublic boolean hasNext()
InfoMethod 'public boolean hasPrevious()' has been addedorg.apache.commons.collections.iterators.EmptyOrderedIteratorpublic boolean hasPrevious()
InfoMethod 'public java.lang.Object next()' has been addedorg.apache.commons.collections.iterators.EmptyOrderedIteratorpublic java.lang.Object next()
InfoMethod 'public int nextIndex()' has been addedorg.apache.commons.collections.iterators.EmptyOrderedIteratorpublic int nextIndex()
InfoMethod 'public java.lang.Object previous()' has been addedorg.apache.commons.collections.iterators.EmptyOrderedIteratorpublic java.lang.Object previous()
InfoMethod 'public int previousIndex()' has been addedorg.apache.commons.collections.iterators.EmptyOrderedIteratorpublic int previousIndex()
InfoMethod 'public void remove()' has been addedorg.apache.commons.collections.iterators.EmptyOrderedIteratorpublic void remove()
InfoMethod 'public void reset()' has been addedorg.apache.commons.collections.iterators.EmptyOrderedIteratorpublic void reset()
InfoMethod 'public void set(java.lang.Object)' has been addedorg.apache.commons.collections.iterators.EmptyOrderedIteratorpublic void set(java.lang.Object)
InfoAdded org.apache.commons.collections.iterators.AbstractEmptyMapIterator to the list of superclassesorg.apache.commons.collections.iterators.EmptyOrderedMapIterator
InfoMethod 'public org.apache.commons.collections.OrderedMapIterator emptyOrderedMapIterator()' has been addedorg.apache.commons.collections.iterators.EmptyOrderedMapIteratorpublic org.apache.commons.collections.OrderedMapIterator emptyOrderedMapIterator()
InfoClass org.apache.commons.collections.iterators.IteratorIterable addedorg.apache.commons.collections.iterators.IteratorIterable
InfoClass org.apache.commons.collections.iterators.LazyIteratorChain addedorg.apache.commons.collections.iterators.LazyIteratorChain
InfoAdded org.apache.commons.collections.OrderedIterator to the set of implemented interfacesorg.apache.commons.collections.iterators.ListIteratorWrapper
InfoAdded org.apache.commons.collections.OrderedIterator to the set of implemented interfacesorg.apache.commons.collections.iterators.LoopingListIterator
InfoClass org.apache.commons.collections.iterators.NodeListIterator addedorg.apache.commons.collections.iterators.NodeListIterator
InfoAdded org.apache.commons.collections.OrderedIterator to the set of implemented interfacesorg.apache.commons.collections.iterators.ObjectArrayListIterator
InfoAdded org.apache.commons.collections.OrderedIterator to the set of implemented interfacesorg.apache.commons.collections.iterators.ReverseListIterator
InfoAdded org.apache.commons.collections.OrderedIterator to the set of implemented interfacesorg.apache.commons.collections.iterators.SingletonListIterator
InfoMethod 'public java.util.Iterator unmodifiableIterator(java.util.Iterator)' has been addedorg.apache.commons.collections.iterators.UnmodifiableIteratorpublic java.util.Iterator unmodifiableIterator(java.util.Iterator)
InfoMethod 'public java.util.ListIterator umodifiableListIterator(java.util.ListIterator)' has been addedorg.apache.commons.collections.iterators.UnmodifiableListIteratorpublic java.util.ListIterator umodifiableListIterator(java.util.ListIterator)
InfoMethod 'public org.apache.commons.collections.MapIterator unmodifiableMapIterator(org.apache.commons.collections.MapIterator)' has been addedorg.apache.commons.collections.iterators.UnmodifiableMapIteratorpublic org.apache.commons.collections.MapIterator unmodifiableMapIterator(org.apache.commons.collections.MapIterator)
InfoMethod 'public org.apache.commons.collections.OrderedMapIterator unmodifiableOrderedMapIterator(org.apache.commons.collections.OrderedMapIterator)' has been addedorg.apache.commons.collections.iterators.UnmodifiableOrderedMapIteratorpublic org.apache.commons.collections.OrderedMapIterator unmodifiableOrderedMapIterator(org.apache.commons.collections.OrderedMapIterator)
InfoAdded java.io.Serializable to the set of implemented interfacesorg.apache.commons.collections.list.AbstractListDecorator
InfoMethod 'protected java.util.List decorated()' has been addedorg.apache.commons.collections.list.AbstractListDecoratorprotected java.util.List decorated()
InfoMethod 'protected java.util.Collection decorated()' has been addedorg.apache.commons.collections.list.AbstractListDecoratorprotected java.util.Collection decorated()
InfoMethod 'public boolean hasNext()' has been addedorg.apache.commons.collections.list.CursorableLinkedList$Cursorpublic boolean hasNext()
InfoMethod 'public boolean hasPrevious()' has been addedorg.apache.commons.collections.list.CursorableLinkedList$Cursorpublic boolean hasPrevious()
InfoMethod 'public java.lang.Object next()' has been addedorg.apache.commons.collections.list.CursorableLinkedList$Cursorpublic java.lang.Object next()
InfoMethod 'public java.lang.Object previous()' has been addedorg.apache.commons.collections.list.CursorableLinkedList$Cursorpublic java.lang.Object previous()
InfoMethod 'public int previousIndex()' has been addedorg.apache.commons.collections.list.CursorableLinkedList$Cursorpublic int previousIndex()
InfoMethod 'public void set(java.lang.Object)' has been addedorg.apache.commons.collections.list.CursorableLinkedList$Cursorpublic void set(java.lang.Object)
InfoMethod 'public org.apache.commons.collections.list.FixedSizeList fixedSizeList(java.util.List)' has been addedorg.apache.commons.collections.list.FixedSizeListpublic org.apache.commons.collections.list.FixedSizeList fixedSizeList(java.util.List)
InfoMethod 'public org.apache.commons.collections.list.GrowthList growthList(java.util.List)' has been addedorg.apache.commons.collections.list.GrowthListpublic org.apache.commons.collections.list.GrowthList growthList(java.util.List)
InfoMethod 'public org.apache.commons.collections.list.LazyList lazyList(java.util.List, org.apache.commons.collections.Factory)' has been addedorg.apache.commons.collections.list.LazyListpublic org.apache.commons.collections.list.LazyList lazyList(java.util.List, org.apache.commons.collections.Factory)
InfoMethod 'protected java.util.List decorated()' has been addedorg.apache.commons.collections.list.PredicatedListprotected java.util.List decorated()
InfoMethod 'protected java.util.Collection decorated()' has been addedorg.apache.commons.collections.list.PredicatedListprotected java.util.Collection decorated()
InfoMethod 'public org.apache.commons.collections.list.PredicatedList predicatedList(java.util.List, org.apache.commons.collections.Predicate)' has been addedorg.apache.commons.collections.list.PredicatedListpublic org.apache.commons.collections.list.PredicatedList predicatedList(java.util.List, org.apache.commons.collections.Predicate)
InfoMethod 'protected java.util.Set createSetBasedOnList(java.util.Set, java.util.List)' has been addedorg.apache.commons.collections.list.SetUniqueListprotected java.util.Set createSetBasedOnList(java.util.Set, java.util.List)
InfoMethod 'public org.apache.commons.collections.list.SetUniqueList setUniqueList(java.util.List)' has been addedorg.apache.commons.collections.list.SetUniqueListpublic org.apache.commons.collections.list.SetUniqueList setUniqueList(java.util.List)
InfoMethod 'public org.apache.commons.collections.list.SynchronizedList synchronizedList(java.util.List)' has been addedorg.apache.commons.collections.list.SynchronizedListpublic org.apache.commons.collections.list.SynchronizedList synchronizedList(java.util.List)
InfoMethod 'public org.apache.commons.collections.list.TransformedList transformedList(java.util.List, org.apache.commons.collections.Transformer)' has been addedorg.apache.commons.collections.list.TransformedListpublic org.apache.commons.collections.list.TransformedList transformedList(java.util.List, org.apache.commons.collections.Transformer)
InfoMethod 'public org.apache.commons.collections.list.TransformedList transformingList(java.util.List, org.apache.commons.collections.Transformer)' has been addedorg.apache.commons.collections.list.TransformedListpublic org.apache.commons.collections.list.TransformedList transformingList(java.util.List, org.apache.commons.collections.Transformer)
InfoAccessibility of method 'private UnmodifiableList(java.util.List)' has been increased from private to publicorg.apache.commons.collections.list.UnmodifiableListprivate UnmodifiableList(java.util.List)
InfoMethod 'public java.util.List unmodifiableList(java.util.List)' has been addedorg.apache.commons.collections.list.UnmodifiableListpublic java.util.List unmodifiableList(java.util.List)
InfoAdded org.apache.commons.collections.Get to the set of implemented interfacesorg.apache.commons.collections.map.AbstractHashedMap
InfoAdded org.apache.commons.collections.IterableGet to the set of implemented interfacesorg.apache.commons.collections.map.AbstractHashedMap
InfoAdded org.apache.commons.collections.Put to the set of implemented interfacesorg.apache.commons.collections.map.AbstractHashedMap
InfoMethod 'protected java.lang.Object clone()' has been addedorg.apache.commons.collections.map.AbstractHashedMapprotected java.lang.Object clone()
InfoMethod 'public java.lang.Object next()' has been addedorg.apache.commons.collections.map.AbstractHashedMap$EntrySetIteratorpublic java.lang.Object next()
InfoClass org.apache.commons.collections.map.AbstractIterableMap addedorg.apache.commons.collections.map.AbstractIterableMap
InfoAdded org.apache.commons.collections.Get to the set of implemented interfacesorg.apache.commons.collections.map.AbstractLinkedMap
InfoAdded org.apache.commons.collections.IterableGet to the set of implemented interfacesorg.apache.commons.collections.map.AbstractLinkedMap
InfoAdded org.apache.commons.collections.Put to the set of implemented interfacesorg.apache.commons.collections.map.AbstractLinkedMap
InfoMethod 'protected org.apache.commons.collections.map.AbstractHashedMap$HashEntry createEntry(org.apache.commons.collections.map.AbstractHashedMap$HashEntry, int, java.lang.Object, java.lang.Object)' has been addedorg.apache.commons.collections.map.AbstractLinkedMapprotected org.apache.commons.collections.map.AbstractHashedMap$HashEntry createEntry(org.apache.commons.collections.map.AbstractHashedMap$HashEntry, int, java.lang.Object, java.lang.Object)
InfoMethod 'protected org.apache.commons.collections.map.AbstractLinkedMap$LinkEntry getEntry(java.lang.Object)' has been addedorg.apache.commons.collections.map.AbstractLinkedMapprotected org.apache.commons.collections.map.AbstractLinkedMap$LinkEntry getEntry(java.lang.Object)
InfoMethod 'protected org.apache.commons.collections.map.AbstractHashedMap$HashEntry getEntry(java.lang.Object)' has been addedorg.apache.commons.collections.map.AbstractLinkedMapprotected org.apache.commons.collections.map.AbstractHashedMap$HashEntry getEntry(java.lang.Object)
InfoMethod 'public org.apache.commons.collections.MapIterator mapIterator()' has been addedorg.apache.commons.collections.map.AbstractLinkedMappublic org.apache.commons.collections.MapIterator mapIterator()
InfoMethod 'public java.lang.Object next()' has been addedorg.apache.commons.collections.map.AbstractLinkedMap$EntrySetIteratorpublic java.lang.Object next()
InfoMethod 'public java.lang.Object previous()' has been addedorg.apache.commons.collections.map.AbstractLinkedMap$EntrySetIteratorpublic java.lang.Object previous()
InfoAdded org.apache.commons.collections.Get to the set of implemented interfacesorg.apache.commons.collections.map.AbstractMapDecorator
InfoAdded org.apache.commons.collections.IterableGet to the set of implemented interfacesorg.apache.commons.collections.map.AbstractMapDecorator
InfoAdded org.apache.commons.collections.IterableMap to the set of implemented interfacesorg.apache.commons.collections.map.AbstractMapDecorator
InfoAdded org.apache.commons.collections.Put to the set of implemented interfacesorg.apache.commons.collections.map.AbstractMapDecorator
InfoAdded org.apache.commons.collections.map.AbstractIterableMap to the list of superclassesorg.apache.commons.collections.map.AbstractMapDecorator
InfoMethod 'protected java.util.Map decorated()' has been addedorg.apache.commons.collections.map.AbstractMapDecoratorprotected java.util.Map decorated()
InfoAdded org.apache.commons.collections.Get to the set of implemented interfacesorg.apache.commons.collections.map.AbstractOrderedMapDecorator
InfoAdded org.apache.commons.collections.IterableGet to the set of implemented interfacesorg.apache.commons.collections.map.AbstractOrderedMapDecorator
InfoAdded org.apache.commons.collections.Put to the set of implemented interfacesorg.apache.commons.collections.map.AbstractOrderedMapDecorator
InfoAdded org.apache.commons.collections.map.AbstractIterableMap to the list of superclassesorg.apache.commons.collections.map.AbstractOrderedMapDecorator
InfoMethod 'protected org.apache.commons.collections.OrderedMap decorated()' has been addedorg.apache.commons.collections.map.AbstractOrderedMapDecoratorprotected org.apache.commons.collections.OrderedMap decorated()
InfoMethod 'protected java.util.Map decorated()' has been addedorg.apache.commons.collections.map.AbstractOrderedMapDecoratorprotected java.util.Map decorated()
InfoMethod 'public org.apache.commons.collections.MapIterator mapIterator()' has been addedorg.apache.commons.collections.map.AbstractOrderedMapDecoratorpublic org.apache.commons.collections.MapIterator mapIterator()
InfoAdded org.apache.commons.collections.Get to the set of implemented interfacesorg.apache.commons.collections.map.AbstractReferenceMap
InfoAdded org.apache.commons.collections.IterableGet to the set of implemented interfacesorg.apache.commons.collections.map.AbstractReferenceMap
InfoAdded org.apache.commons.collections.Put to the set of implemented interfacesorg.apache.commons.collections.map.AbstractReferenceMap
InfoMethod 'protected org.apache.commons.collections.map.AbstractHashedMap$HashEntry createEntry(org.apache.commons.collections.map.AbstractHashedMap$HashEntry, int, java.lang.Object, java.lang.Object)' has been addedorg.apache.commons.collections.map.AbstractReferenceMapprotected org.apache.commons.collections.map.AbstractHashedMap$HashEntry createEntry(org.apache.commons.collections.map.AbstractHashedMap$HashEntry, int, java.lang.Object, java.lang.Object)
InfoClass org.apache.commons.collections.map.AbstractReferenceMap$ReferenceStrength addedorg.apache.commons.collections.map.AbstractReferenceMap$ReferenceStrength
InfoAdded org.apache.commons.collections.Get to the set of implemented interfacesorg.apache.commons.collections.map.AbstractSortedMapDecorator
InfoAdded org.apache.commons.collections.IterableGet to the set of implemented interfacesorg.apache.commons.collections.map.AbstractSortedMapDecorator
InfoAdded org.apache.commons.collections.IterableMap to the set of implemented interfacesorg.apache.commons.collections.map.AbstractSortedMapDecorator
InfoAdded org.apache.commons.collections.IterableSortedMap to the set of implemented interfacesorg.apache.commons.collections.map.AbstractSortedMapDecorator
InfoAdded org.apache.commons.collections.OrderedMap to the set of implemented interfacesorg.apache.commons.collections.map.AbstractSortedMapDecorator
InfoAdded org.apache.commons.collections.Put to the set of implemented interfacesorg.apache.commons.collections.map.AbstractSortedMapDecorator
InfoAdded org.apache.commons.collections.map.AbstractIterableMap to the list of superclassesorg.apache.commons.collections.map.AbstractSortedMapDecorator
InfoMethod 'protected java.util.SortedMap decorated()' has been addedorg.apache.commons.collections.map.AbstractSortedMapDecoratorprotected java.util.SortedMap decorated()
InfoMethod 'protected java.util.Map decorated()' has been addedorg.apache.commons.collections.map.AbstractSortedMapDecoratorprotected java.util.Map decorated()
InfoMethod 'public org.apache.commons.collections.OrderedMapIterator mapIterator()' has been addedorg.apache.commons.collections.map.AbstractSortedMapDecoratorpublic org.apache.commons.collections.OrderedMapIterator mapIterator()
InfoMethod 'public org.apache.commons.collections.MapIterator mapIterator()' has been addedorg.apache.commons.collections.map.AbstractSortedMapDecoratorpublic org.apache.commons.collections.MapIterator mapIterator()
InfoMethod 'public java.lang.Object nextKey(java.lang.Object)' has been addedorg.apache.commons.collections.map.AbstractSortedMapDecoratorpublic java.lang.Object nextKey(java.lang.Object)
InfoMethod 'public java.lang.Object previousKey(java.lang.Object)' has been addedorg.apache.commons.collections.map.AbstractSortedMapDecoratorpublic java.lang.Object previousKey(java.lang.Object)
InfoClass org.apache.commons.collections.map.AbstractSortedMapDecorator$SortedMapIterator addedorg.apache.commons.collections.map.AbstractSortedMapDecorator$SortedMapIterator
InfoAdded org.apache.commons.collections.Get to the set of implemented interfacesorg.apache.commons.collections.map.CaseInsensitiveMap
InfoAdded org.apache.commons.collections.IterableGet to the set of implemented interfacesorg.apache.commons.collections.map.CaseInsensitiveMap
InfoAdded org.apache.commons.collections.Put to the set of implemented interfacesorg.apache.commons.collections.map.CaseInsensitiveMap
InfoMethod 'public org.apache.commons.collections.map.AbstractHashedMap clone()' has been addedorg.apache.commons.collections.map.CaseInsensitiveMappublic org.apache.commons.collections.map.AbstractHashedMap clone()
InfoMethod 'public java.lang.Object clone()' has been addedorg.apache.commons.collections.map.CaseInsensitiveMappublic java.lang.Object clone()
InfoAdded java.io.Serializable to the set of implemented interfacesorg.apache.commons.collections.map.CompositeMap
InfoAdded org.apache.commons.collections.Get to the set of implemented interfacesorg.apache.commons.collections.map.CompositeMap
InfoAdded org.apache.commons.collections.IterableGet to the set of implemented interfacesorg.apache.commons.collections.map.CompositeMap
InfoAdded org.apache.commons.collections.IterableMap to the set of implemented interfacesorg.apache.commons.collections.map.CompositeMap
InfoAdded org.apache.commons.collections.Put to the set of implemented interfacesorg.apache.commons.collections.map.CompositeMap
InfoAdded org.apache.commons.collections.map.AbstractIterableMap to the list of superclassesorg.apache.commons.collections.map.CompositeMap
InfoAdded java.io.Serializable to the set of implemented interfacesorg.apache.commons.collections.map.CompositeMap$MapMutator
InfoAdded org.apache.commons.collections.Get to the set of implemented interfacesorg.apache.commons.collections.map.DefaultedMap
InfoAdded org.apache.commons.collections.IterableGet to the set of implemented interfacesorg.apache.commons.collections.map.DefaultedMap
InfoAdded org.apache.commons.collections.IterableMap to the set of implemented interfacesorg.apache.commons.collections.map.DefaultedMap
InfoAdded org.apache.commons.collections.Put to the set of implemented interfacesorg.apache.commons.collections.map.DefaultedMap
InfoAdded org.apache.commons.collections.map.AbstractIterableMap to the list of superclassesorg.apache.commons.collections.map.DefaultedMap
InfoMethod 'public DefaultedMap(org.apache.commons.collections.Transformer)' has been addedorg.apache.commons.collections.map.DefaultedMappublic DefaultedMap(org.apache.commons.collections.Transformer)
InfoMethod 'public org.apache.commons.collections.map.DefaultedMap defaultedMap(java.util.Map, java.lang.Object)' has been addedorg.apache.commons.collections.map.DefaultedMappublic org.apache.commons.collections.map.DefaultedMap defaultedMap(java.util.Map, java.lang.Object)
InfoMethod 'public org.apache.commons.collections.map.DefaultedMap defaultedMap(java.util.Map, org.apache.commons.collections.Factory)' has been addedorg.apache.commons.collections.map.DefaultedMappublic org.apache.commons.collections.map.DefaultedMap defaultedMap(java.util.Map, org.apache.commons.collections.Factory)
InfoMethod 'public java.util.Map defaultedMap(java.util.Map, org.apache.commons.collections.Transformer)' has been addedorg.apache.commons.collections.map.DefaultedMappublic java.util.Map defaultedMap(java.util.Map, org.apache.commons.collections.Transformer)
InfoClass org.apache.commons.collections.map.EntrySetToMapIteratorAdapter addedorg.apache.commons.collections.map.EntrySetToMapIteratorAdapter
InfoAdded org.apache.commons.collections.Get to the set of implemented interfacesorg.apache.commons.collections.map.FixedSizeMap
InfoAdded org.apache.commons.collections.IterableGet to the set of implemented interfacesorg.apache.commons.collections.map.FixedSizeMap
InfoAdded org.apache.commons.collections.IterableMap to the set of implemented interfacesorg.apache.commons.collections.map.FixedSizeMap
InfoAdded org.apache.commons.collections.Put to the set of implemented interfacesorg.apache.commons.collections.map.FixedSizeMap
InfoAdded org.apache.commons.collections.map.AbstractIterableMap to the list of superclassesorg.apache.commons.collections.map.FixedSizeMap
InfoMethod 'public org.apache.commons.collections.map.FixedSizeMap fixedSizeMap(java.util.Map)' has been addedorg.apache.commons.collections.map.FixedSizeMappublic org.apache.commons.collections.map.FixedSizeMap fixedSizeMap(java.util.Map)
InfoAdded org.apache.commons.collections.Get to the set of implemented interfacesorg.apache.commons.collections.map.FixedSizeSortedMap
InfoAdded org.apache.commons.collections.IterableGet to the set of implemented interfacesorg.apache.commons.collections.map.FixedSizeSortedMap
InfoAdded org.apache.commons.collections.IterableMap to the set of implemented interfacesorg.apache.commons.collections.map.FixedSizeSortedMap
InfoAdded org.apache.commons.collections.IterableSortedMap to the set of implemented interfacesorg.apache.commons.collections.map.FixedSizeSortedMap
InfoAdded org.apache.commons.collections.OrderedMap to the set of implemented interfacesorg.apache.commons.collections.map.FixedSizeSortedMap
InfoAdded org.apache.commons.collections.Put to the set of implemented interfacesorg.apache.commons.collections.map.FixedSizeSortedMap
InfoAdded org.apache.commons.collections.map.AbstractIterableMap to the list of superclassesorg.apache.commons.collections.map.FixedSizeSortedMap
InfoMethod 'public org.apache.commons.collections.map.FixedSizeSortedMap fixedSizeSortedMap(java.util.SortedMap)' has been addedorg.apache.commons.collections.map.FixedSizeSortedMappublic org.apache.commons.collections.map.FixedSizeSortedMap fixedSizeSortedMap(java.util.SortedMap)
InfoAdded org.apache.commons.collections.Get to the set of implemented interfacesorg.apache.commons.collections.map.Flat3Map
InfoAdded org.apache.commons.collections.IterableGet to the set of implemented interfacesorg.apache.commons.collections.map.Flat3Map
InfoAdded org.apache.commons.collections.Put to the set of implemented interfacesorg.apache.commons.collections.map.Flat3Map
InfoMethod 'public java.lang.Object clone()' has been addedorg.apache.commons.collections.map.Flat3Mappublic java.lang.Object clone()
InfoAdded org.apache.commons.collections.Get to the set of implemented interfacesorg.apache.commons.collections.map.HashedMap
InfoAdded org.apache.commons.collections.IterableGet to the set of implemented interfacesorg.apache.commons.collections.map.HashedMap
InfoAdded org.apache.commons.collections.Put to the set of implemented interfacesorg.apache.commons.collections.map.HashedMap
InfoMethod 'public org.apache.commons.collections.map.AbstractHashedMap clone()' has been addedorg.apache.commons.collections.map.HashedMappublic org.apache.commons.collections.map.AbstractHashedMap clone()
InfoMethod 'public java.lang.Object clone()' has been addedorg.apache.commons.collections.map.HashedMappublic java.lang.Object clone()
InfoAdded org.apache.commons.collections.Get to the set of implemented interfacesorg.apache.commons.collections.map.IdentityMap
InfoAdded org.apache.commons.collections.IterableGet to the set of implemented interfacesorg.apache.commons.collections.map.IdentityMap
InfoAdded org.apache.commons.collections.Put to the set of implemented interfacesorg.apache.commons.collections.map.IdentityMap
InfoMethod 'public org.apache.commons.collections.map.AbstractHashedMap clone()' has been addedorg.apache.commons.collections.map.IdentityMappublic org.apache.commons.collections.map.AbstractHashedMap clone()
InfoMethod 'public java.lang.Object clone()' has been addedorg.apache.commons.collections.map.IdentityMappublic java.lang.Object clone()
InfoMethod 'protected org.apache.commons.collections.map.AbstractHashedMap$HashEntry createEntry(org.apache.commons.collections.map.AbstractHashedMap$HashEntry, int, java.lang.Object, java.lang.Object)' has been addedorg.apache.commons.collections.map.IdentityMapprotected org.apache.commons.collections.map.AbstractHashedMap$HashEntry createEntry(org.apache.commons.collections.map.AbstractHashedMap$HashEntry, int, java.lang.Object, java.lang.Object)
InfoAdded org.apache.commons.collections.Get to the set of implemented interfacesorg.apache.commons.collections.map.LRUMap
InfoAdded org.apache.commons.collections.IterableGet to the set of implemented interfacesorg.apache.commons.collections.map.LRUMap
InfoAdded org.apache.commons.collections.Put to the set of implemented interfacesorg.apache.commons.collections.map.LRUMap
InfoMethod 'public org.apache.commons.collections.map.AbstractHashedMap clone()' has been addedorg.apache.commons.collections.map.LRUMappublic org.apache.commons.collections.map.AbstractHashedMap clone()
InfoMethod 'public java.lang.Object clone()' has been addedorg.apache.commons.collections.map.LRUMappublic java.lang.Object clone()
InfoAdded org.apache.commons.collections.Get to the set of implemented interfacesorg.apache.commons.collections.map.LazyMap
InfoAdded org.apache.commons.collections.IterableGet to the set of implemented interfacesorg.apache.commons.collections.map.LazyMap
InfoAdded org.apache.commons.collections.IterableMap to the set of implemented interfacesorg.apache.commons.collections.map.LazyMap
InfoAdded org.apache.commons.collections.Put to the set of implemented interfacesorg.apache.commons.collections.map.LazyMap
InfoAdded org.apache.commons.collections.map.AbstractIterableMap to the list of superclassesorg.apache.commons.collections.map.LazyMap
InfoMethod 'public org.apache.commons.collections.map.LazyMap lazyMap(java.util.Map, org.apache.commons.collections.Factory)' has been addedorg.apache.commons.collections.map.LazyMappublic org.apache.commons.collections.map.LazyMap lazyMap(java.util.Map, org.apache.commons.collections.Factory)
InfoMethod 'public org.apache.commons.collections.map.LazyMap lazyMap(java.util.Map, org.apache.commons.collections.Transformer)' has been addedorg.apache.commons.collections.map.LazyMappublic org.apache.commons.collections.map.LazyMap lazyMap(java.util.Map, org.apache.commons.collections.Transformer)
InfoAdded org.apache.commons.collections.Get to the set of implemented interfacesorg.apache.commons.collections.map.LazySortedMap
InfoAdded org.apache.commons.collections.IterableGet to the set of implemented interfacesorg.apache.commons.collections.map.LazySortedMap
InfoAdded org.apache.commons.collections.IterableMap to the set of implemented interfacesorg.apache.commons.collections.map.LazySortedMap
InfoAdded org.apache.commons.collections.Put to the set of implemented interfacesorg.apache.commons.collections.map.LazySortedMap
InfoAdded org.apache.commons.collections.map.AbstractIterableMap to the list of superclassesorg.apache.commons.collections.map.LazySortedMap
InfoMethod 'public org.apache.commons.collections.map.LazySortedMap lazySortedMap(java.util.SortedMap, org.apache.commons.collections.Factory)' has been addedorg.apache.commons.collections.map.LazySortedMappublic org.apache.commons.collections.map.LazySortedMap lazySortedMap(java.util.SortedMap, org.apache.commons.collections.Factory)
InfoMethod 'public org.apache.commons.collections.map.LazySortedMap lazySortedMap(java.util.SortedMap, org.apache.commons.collections.Transformer)' has been addedorg.apache.commons.collections.map.LazySortedMappublic org.apache.commons.collections.map.LazySortedMap lazySortedMap(java.util.SortedMap, org.apache.commons.collections.Transformer)
InfoAdded org.apache.commons.collections.Get to the set of implemented interfacesorg.apache.commons.collections.map.LinkedMap
InfoAdded org.apache.commons.collections.IterableGet to the set of implemented interfacesorg.apache.commons.collections.map.LinkedMap
InfoAdded org.apache.commons.collections.Put to the set of implemented interfacesorg.apache.commons.collections.map.LinkedMap
InfoMethod 'public org.apache.commons.collections.map.AbstractHashedMap clone()' has been addedorg.apache.commons.collections.map.LinkedMappublic org.apache.commons.collections.map.AbstractHashedMap clone()
InfoMethod 'public java.lang.Object clone()' has been addedorg.apache.commons.collections.map.LinkedMappublic java.lang.Object clone()
InfoAdded org.apache.commons.collections.Get to the set of implemented interfacesorg.apache.commons.collections.map.ListOrderedMap
InfoAdded org.apache.commons.collections.IterableGet to the set of implemented interfacesorg.apache.commons.collections.map.ListOrderedMap
InfoAdded org.apache.commons.collections.Put to the set of implemented interfacesorg.apache.commons.collections.map.ListOrderedMap
InfoAdded org.apache.commons.collections.map.AbstractIterableMap to the list of superclassesorg.apache.commons.collections.map.ListOrderedMap
InfoMethod 'public org.apache.commons.collections.map.ListOrderedMap listOrderedMap(java.util.Map)' has been addedorg.apache.commons.collections.map.ListOrderedMappublic org.apache.commons.collections.map.ListOrderedMap listOrderedMap(java.util.Map)
InfoMethod 'public org.apache.commons.collections.MapIterator mapIterator()' has been addedorg.apache.commons.collections.map.ListOrderedMappublic org.apache.commons.collections.MapIterator mapIterator()
InfoMethod 'public void putAll(int, java.util.Map)' has been addedorg.apache.commons.collections.map.ListOrderedMappublic void putAll(int, java.util.Map)
InfoAdded java.lang.Cloneable to the set of implemented interfacesorg.apache.commons.collections.map.MultiKeyMap
InfoAdded org.apache.commons.collections.Get to the set of implemented interfacesorg.apache.commons.collections.map.MultiKeyMap
InfoAdded org.apache.commons.collections.IterableGet to the set of implemented interfacesorg.apache.commons.collections.map.MultiKeyMap
InfoAdded org.apache.commons.collections.Put to the set of implemented interfacesorg.apache.commons.collections.map.MultiKeyMap
InfoAdded org.apache.commons.collections.map.AbstractIterableMap to the list of superclassesorg.apache.commons.collections.map.MultiKeyMap
InfoAdded org.apache.commons.collections.map.AbstractMapDecorator to the list of superclassesorg.apache.commons.collections.map.MultiKeyMap
InfoMethod 'public void clear()' has been removed, but an inherited definition exists.org.apache.commons.collections.map.MultiKeyMappublic void clear()
InfoMethod 'public java.lang.Object clone()' has been addedorg.apache.commons.collections.map.MultiKeyMappublic java.lang.Object clone()
InfoMethod 'public boolean containsKey(java.lang.Object)' has been removed, but an inherited definition exists.org.apache.commons.collections.map.MultiKeyMappublic boolean containsKey(java.lang.Object)
InfoMethod 'public boolean containsValue(java.lang.Object)' has been removed, but an inherited definition exists.org.apache.commons.collections.map.MultiKeyMappublic boolean containsValue(java.lang.Object)
InfoMethod 'protected org.apache.commons.collections.map.AbstractHashedMap decorated()' has been addedorg.apache.commons.collections.map.MultiKeyMapprotected org.apache.commons.collections.map.AbstractHashedMap decorated()
InfoMethod 'protected java.util.Map decorated()' has been addedorg.apache.commons.collections.map.MultiKeyMapprotected java.util.Map decorated()
InfoMethod 'public java.util.Set entrySet()' has been removed, but an inherited definition exists.org.apache.commons.collections.map.MultiKeyMappublic java.util.Set entrySet()
InfoMethod 'public boolean equals(java.lang.Object)' has been removed, but an inherited definition exists.org.apache.commons.collections.map.MultiKeyMappublic boolean equals(java.lang.Object)
InfoMethod 'public java.lang.Object get(java.lang.Object)' has been removed, but an inherited definition exists.org.apache.commons.collections.map.MultiKeyMappublic java.lang.Object get(java.lang.Object)
InfoMethod 'public int hashCode()' has been removed, but an inherited definition exists.org.apache.commons.collections.map.MultiKeyMappublic int hashCode()
InfoMethod 'public boolean isEmpty()' has been removed, but an inherited definition exists.org.apache.commons.collections.map.MultiKeyMappublic boolean isEmpty()
InfoMethod 'public java.util.Set keySet()' has been removed, but an inherited definition exists.org.apache.commons.collections.map.MultiKeyMappublic java.util.Set keySet()
InfoMethod 'public org.apache.commons.collections.map.MultiKeyMap multiKeyMap(org.apache.commons.collections.map.AbstractHashedMap)' has been addedorg.apache.commons.collections.map.MultiKeyMappublic org.apache.commons.collections.map.MultiKeyMap multiKeyMap(org.apache.commons.collections.map.AbstractHashedMap)
InfoMethod 'public java.lang.Object put(org.apache.commons.collections.keyvalue.MultiKey, java.lang.Object)' has been addedorg.apache.commons.collections.map.MultiKeyMappublic java.lang.Object put(org.apache.commons.collections.keyvalue.MultiKey, java.lang.Object)
InfoMethod 'public java.lang.Object remove(java.lang.Object)' has been removed, but an inherited definition exists.org.apache.commons.collections.map.MultiKeyMappublic java.lang.Object remove(java.lang.Object)
InfoMethod 'public int size()' has been removed, but an inherited definition exists.org.apache.commons.collections.map.MultiKeyMappublic int size()
InfoMethod 'public java.lang.String toString()' has been removed, but an inherited definition exists.org.apache.commons.collections.map.MultiKeyMappublic java.lang.String toString()
InfoMethod 'public java.util.Collection values()' has been removed, but an inherited definition exists.org.apache.commons.collections.map.MultiKeyMappublic java.util.Collection values()
InfoAdded java.io.Serializable to the set of implemented interfacesorg.apache.commons.collections.map.MultiValueMap
InfoAdded org.apache.commons.collections.Get to the set of implemented interfacesorg.apache.commons.collections.map.MultiValueMap
InfoAdded org.apache.commons.collections.IterableGet to the set of implemented interfacesorg.apache.commons.collections.map.MultiValueMap
InfoAdded org.apache.commons.collections.IterableMap to the set of implemented interfacesorg.apache.commons.collections.map.MultiValueMap
InfoAdded org.apache.commons.collections.Put to the set of implemented interfacesorg.apache.commons.collections.map.MultiValueMap
InfoAdded org.apache.commons.collections.map.AbstractIterableMap to the list of superclassesorg.apache.commons.collections.map.MultiValueMap
InfoMethod 'public org.apache.commons.collections.map.MultiValueMap multiValueMap(java.util.Map)' has been addedorg.apache.commons.collections.map.MultiValueMappublic org.apache.commons.collections.map.MultiValueMap multiValueMap(java.util.Map)
InfoMethod 'public org.apache.commons.collections.map.MultiValueMap multiValueMap(java.util.Map, java.lang.Class)' has been addedorg.apache.commons.collections.map.MultiValueMappublic org.apache.commons.collections.map.MultiValueMap multiValueMap(java.util.Map, java.lang.Class)
InfoMethod 'public org.apache.commons.collections.map.MultiValueMap multiValueMap(java.util.Map, org.apache.commons.collections.Factory)' has been addedorg.apache.commons.collections.map.MultiValueMappublic org.apache.commons.collections.map.MultiValueMap multiValueMap(java.util.Map, org.apache.commons.collections.Factory)
InfoClass org.apache.commons.collections.map.PassiveExpiringMap addedorg.apache.commons.collections.map.PassiveExpiringMap
InfoClass org.apache.commons.collections.map.PassiveExpiringMap$ConstantTimeToLiveExpirationPolicy addedorg.apache.commons.collections.map.PassiveExpiringMap$ConstantTimeToLiveExpirationPolicy
InfoClass org.apache.commons.collections.map.PassiveExpiringMap$ExpirationPolicy addedorg.apache.commons.collections.map.PassiveExpiringMap$ExpirationPolicy
InfoAdded org.apache.commons.collections.Get to the set of implemented interfacesorg.apache.commons.collections.map.PredicatedMap
InfoAdded org.apache.commons.collections.IterableGet to the set of implemented interfacesorg.apache.commons.collections.map.PredicatedMap
InfoAdded org.apache.commons.collections.IterableMap to the set of implemented interfacesorg.apache.commons.collections.map.PredicatedMap
InfoAdded org.apache.commons.collections.Put to the set of implemented interfacesorg.apache.commons.collections.map.PredicatedMap
InfoAdded org.apache.commons.collections.map.AbstractIterableMap to the list of superclassesorg.apache.commons.collections.map.PredicatedMap
InfoMethod 'public java.util.Set entrySet()' has been addedorg.apache.commons.collections.map.PredicatedMappublic java.util.Set entrySet()
InfoMethod 'public org.apache.commons.collections.map.PredicatedMap predicatedMap(java.util.Map, org.apache.commons.collections.Predicate, org.apache.commons.collections.Predicate)' has been addedorg.apache.commons.collections.map.PredicatedMappublic org.apache.commons.collections.map.PredicatedMap predicatedMap(java.util.Map, org.apache.commons.collections.Predicate, org.apache.commons.collections.Predicate)
InfoAdded org.apache.commons.collections.Get to the set of implemented interfacesorg.apache.commons.collections.map.PredicatedSortedMap
InfoAdded org.apache.commons.collections.IterableGet to the set of implemented interfacesorg.apache.commons.collections.map.PredicatedSortedMap
InfoAdded org.apache.commons.collections.IterableMap to the set of implemented interfacesorg.apache.commons.collections.map.PredicatedSortedMap
InfoAdded org.apache.commons.collections.Put to the set of implemented interfacesorg.apache.commons.collections.map.PredicatedSortedMap
InfoAdded org.apache.commons.collections.map.AbstractIterableMap to the list of superclassesorg.apache.commons.collections.map.PredicatedSortedMap
InfoMethod 'public org.apache.commons.collections.map.PredicatedSortedMap predicatedSortedMap(java.util.SortedMap, org.apache.commons.collections.Predicate, org.apache.commons.collections.Predicate)' has been addedorg.apache.commons.collections.map.PredicatedSortedMappublic org.apache.commons.collections.map.PredicatedSortedMap predicatedSortedMap(java.util.SortedMap, org.apache.commons.collections.Predicate, org.apache.commons.collections.Predicate)
InfoAdded org.apache.commons.collections.Get to the set of implemented interfacesorg.apache.commons.collections.map.ReferenceIdentityMap
InfoAdded org.apache.commons.collections.IterableGet to the set of implemented interfacesorg.apache.commons.collections.map.ReferenceIdentityMap
InfoAdded org.apache.commons.collections.Put to the set of implemented interfacesorg.apache.commons.collections.map.ReferenceIdentityMap
InfoAdded org.apache.commons.collections.Get to the set of implemented interfacesorg.apache.commons.collections.map.ReferenceMap
InfoAdded org.apache.commons.collections.IterableGet to the set of implemented interfacesorg.apache.commons.collections.map.ReferenceMap
InfoAdded org.apache.commons.collections.Put to the set of implemented interfacesorg.apache.commons.collections.map.ReferenceMap
InfoAdded org.apache.commons.collections.Get to the set of implemented interfacesorg.apache.commons.collections.map.SingletonMap
InfoAdded org.apache.commons.collections.IterableGet to the set of implemented interfacesorg.apache.commons.collections.map.SingletonMap
InfoAdded org.apache.commons.collections.Put to the set of implemented interfacesorg.apache.commons.collections.map.SingletonMap
InfoMethod 'public java.lang.Object clone()' has been addedorg.apache.commons.collections.map.SingletonMappublic java.lang.Object clone()
InfoMethod 'public org.apache.commons.collections.MapIterator mapIterator()' has been addedorg.apache.commons.collections.map.SingletonMappublic org.apache.commons.collections.MapIterator mapIterator()
InfoAdded org.apache.commons.collections.Get to the set of implemented interfacesorg.apache.commons.collections.map.StaticBucketMap
InfoAdded org.apache.commons.collections.IterableGet to the set of implemented interfacesorg.apache.commons.collections.map.StaticBucketMap
InfoAdded org.apache.commons.collections.IterableMap to the set of implemented interfacesorg.apache.commons.collections.map.StaticBucketMap
InfoAdded org.apache.commons.collections.Put to the set of implemented interfacesorg.apache.commons.collections.map.StaticBucketMap
InfoAdded org.apache.commons.collections.map.AbstractIterableMap to the list of superclassesorg.apache.commons.collections.map.StaticBucketMap
InfoAdded org.apache.commons.collections.Get to the set of implemented interfacesorg.apache.commons.collections.map.TransformedMap
InfoAdded org.apache.commons.collections.IterableGet to the set of implemented interfacesorg.apache.commons.collections.map.TransformedMap
InfoAdded org.apache.commons.collections.IterableMap to the set of implemented interfacesorg.apache.commons.collections.map.TransformedMap
InfoAdded org.apache.commons.collections.Put to the set of implemented interfacesorg.apache.commons.collections.map.TransformedMap
InfoAdded org.apache.commons.collections.map.AbstractIterableMap to the list of superclassesorg.apache.commons.collections.map.TransformedMap
InfoMethod 'public java.util.Set entrySet()' has been addedorg.apache.commons.collections.map.TransformedMappublic java.util.Set entrySet()
InfoMethod 'public org.apache.commons.collections.map.TransformedMap transformedMap(java.util.Map, org.apache.commons.collections.Transformer, org.apache.commons.collections.Transformer)' has been addedorg.apache.commons.collections.map.TransformedMappublic org.apache.commons.collections.map.TransformedMap transformedMap(java.util.Map, org.apache.commons.collections.Transformer, org.apache.commons.collections.Transformer)
InfoMethod 'public org.apache.commons.collections.map.TransformedMap transformingMap(java.util.Map, org.apache.commons.collections.Transformer, org.apache.commons.collections.Transformer)' has been addedorg.apache.commons.collections.map.TransformedMappublic org.apache.commons.collections.map.TransformedMap transformingMap(java.util.Map, org.apache.commons.collections.Transformer, org.apache.commons.collections.Transformer)
InfoAdded org.apache.commons.collections.Get to the set of implemented interfacesorg.apache.commons.collections.map.TransformedSortedMap
InfoAdded org.apache.commons.collections.IterableGet to the set of implemented interfacesorg.apache.commons.collections.map.TransformedSortedMap
InfoAdded org.apache.commons.collections.IterableMap to the set of implemented interfacesorg.apache.commons.collections.map.TransformedSortedMap
InfoAdded org.apache.commons.collections.Put to the set of implemented interfacesorg.apache.commons.collections.map.TransformedSortedMap
InfoAdded org.apache.commons.collections.map.AbstractIterableMap to the list of superclassesorg.apache.commons.collections.map.TransformedSortedMap
InfoMethod 'public org.apache.commons.collections.map.TransformedSortedMap transformedSortedMap(java.util.SortedMap, org.apache.commons.collections.Transformer, org.apache.commons.collections.Transformer)' has been addedorg.apache.commons.collections.map.TransformedSortedMappublic org.apache.commons.collections.map.TransformedSortedMap transformedSortedMap(java.util.SortedMap, org.apache.commons.collections.Transformer, org.apache.commons.collections.Transformer)
InfoMethod 'public org.apache.commons.collections.map.TransformedSortedMap transformingSortedMap(java.util.SortedMap, org.apache.commons.collections.Transformer, org.apache.commons.collections.Transformer)' has been addedorg.apache.commons.collections.map.TransformedSortedMappublic org.apache.commons.collections.map.TransformedSortedMap transformingSortedMap(java.util.SortedMap, org.apache.commons.collections.Transformer, org.apache.commons.collections.Transformer)
InfoAdded java.io.Serializable to the set of implemented interfacesorg.apache.commons.collections.map.UnmodifiableEntrySet
InfoMethod 'public boolean add(java.util.Map$Entry)' has been addedorg.apache.commons.collections.map.UnmodifiableEntrySetpublic boolean add(java.util.Map$Entry)
InfoMethod 'public java.util.Set unmodifiableEntrySet(java.util.Set)' has been addedorg.apache.commons.collections.map.UnmodifiableEntrySetpublic java.util.Set unmodifiableEntrySet(java.util.Set)
InfoAdded org.apache.commons.collections.Get to the set of implemented interfacesorg.apache.commons.collections.map.UnmodifiableMap
InfoAdded org.apache.commons.collections.IterableGet to the set of implemented interfacesorg.apache.commons.collections.map.UnmodifiableMap
InfoAdded org.apache.commons.collections.Put to the set of implemented interfacesorg.apache.commons.collections.map.UnmodifiableMap
InfoAdded org.apache.commons.collections.map.AbstractIterableMap to the list of superclassesorg.apache.commons.collections.map.UnmodifiableMap
InfoMethod 'public java.util.Map unmodifiableMap(java.util.Map)' has been addedorg.apache.commons.collections.map.UnmodifiableMappublic java.util.Map unmodifiableMap(java.util.Map)
InfoAdded org.apache.commons.collections.Get to the set of implemented interfacesorg.apache.commons.collections.map.UnmodifiableOrderedMap
InfoAdded org.apache.commons.collections.IterableGet to the set of implemented interfacesorg.apache.commons.collections.map.UnmodifiableOrderedMap
InfoAdded org.apache.commons.collections.Put to the set of implemented interfacesorg.apache.commons.collections.map.UnmodifiableOrderedMap
InfoAdded org.apache.commons.collections.map.AbstractIterableMap to the list of superclassesorg.apache.commons.collections.map.UnmodifiableOrderedMap
InfoMethod 'public org.apache.commons.collections.MapIterator mapIterator()' has been addedorg.apache.commons.collections.map.UnmodifiableOrderedMappublic org.apache.commons.collections.MapIterator mapIterator()
InfoMethod 'public org.apache.commons.collections.OrderedMap unmodifiableOrderedMap(org.apache.commons.collections.OrderedMap)' has been addedorg.apache.commons.collections.map.UnmodifiableOrderedMappublic org.apache.commons.collections.OrderedMap unmodifiableOrderedMap(org.apache.commons.collections.OrderedMap)
InfoAdded org.apache.commons.collections.Get to the set of implemented interfacesorg.apache.commons.collections.map.UnmodifiableSortedMap
InfoAdded org.apache.commons.collections.IterableGet to the set of implemented interfacesorg.apache.commons.collections.map.UnmodifiableSortedMap
InfoAdded org.apache.commons.collections.IterableMap to the set of implemented interfacesorg.apache.commons.collections.map.UnmodifiableSortedMap
InfoAdded org.apache.commons.collections.IterableSortedMap to the set of implemented interfacesorg.apache.commons.collections.map.UnmodifiableSortedMap
InfoAdded org.apache.commons.collections.OrderedMap to the set of implemented interfacesorg.apache.commons.collections.map.UnmodifiableSortedMap
InfoAdded org.apache.commons.collections.Put to the set of implemented interfacesorg.apache.commons.collections.map.UnmodifiableSortedMap
InfoAdded org.apache.commons.collections.map.AbstractIterableMap to the list of superclassesorg.apache.commons.collections.map.UnmodifiableSortedMap
InfoMethod 'public java.util.SortedMap unmodifiableSortedMap(java.util.SortedMap)' has been addedorg.apache.commons.collections.map.UnmodifiableSortedMappublic java.util.SortedMap unmodifiableSortedMap(java.util.SortedMap)
InfoAdded java.io.Serializable to the set of implemented interfacesorg.apache.commons.collections.set.AbstractSetDecorator
InfoMethod 'protected java.util.Set decorated()' has been addedorg.apache.commons.collections.set.AbstractSetDecoratorprotected java.util.Set decorated()
InfoMethod 'protected java.util.Collection decorated()' has been addedorg.apache.commons.collections.set.AbstractSetDecoratorprotected java.util.Collection decorated()
InfoAdded java.io.Serializable to the set of implemented interfacesorg.apache.commons.collections.set.AbstractSortedSetDecorator
InfoMethod 'protected java.util.SortedSet decorated()' has been addedorg.apache.commons.collections.set.AbstractSortedSetDecoratorprotected java.util.SortedSet decorated()
InfoMethod 'protected java.util.Set decorated()' has been addedorg.apache.commons.collections.set.AbstractSortedSetDecoratorprotected java.util.Set decorated()
InfoMethod 'protected java.util.Collection decorated()' has been addedorg.apache.commons.collections.set.AbstractSortedSetDecoratorprotected java.util.Collection decorated()
InfoAdded java.io.Serializable to the set of implemented interfacesorg.apache.commons.collections.set.CompositeSet
InfoMethod 'public java.util.List getCollections()' has been addedorg.apache.commons.collections.set.CompositeSetpublic java.util.List getCollections()
InfoMethod 'protected org.apache.commons.collections.set.CompositeSet$SetMutator getMutator()' has been addedorg.apache.commons.collections.set.CompositeSetprotected org.apache.commons.collections.set.CompositeSet$SetMutator getMutator()
InfoMethod 'protected org.apache.commons.collections.collection.CompositeCollection$CollectionMutator getMutator()' has been addedorg.apache.commons.collections.set.CompositeSetprotected org.apache.commons.collections.collection.CompositeCollection$CollectionMutator getMutator()
InfoAdded java.io.Serializable to the set of implemented interfacesorg.apache.commons.collections.set.CompositeSet$SetMutator
InfoMethod 'public java.util.Iterator iterator()' has been addedorg.apache.commons.collections.set.ListOrderedSetpublic java.util.Iterator iterator()
InfoMethod 'public org.apache.commons.collections.set.ListOrderedSet listOrderedSet(java.util.Set, java.util.List)' has been addedorg.apache.commons.collections.set.ListOrderedSetpublic org.apache.commons.collections.set.ListOrderedSet listOrderedSet(java.util.Set, java.util.List)
InfoMethod 'public org.apache.commons.collections.set.ListOrderedSet listOrderedSet(java.util.Set)' has been addedorg.apache.commons.collections.set.ListOrderedSetpublic org.apache.commons.collections.set.ListOrderedSet listOrderedSet(java.util.Set)
InfoMethod 'public org.apache.commons.collections.set.ListOrderedSet listOrderedSet(java.util.List)' has been addedorg.apache.commons.collections.set.ListOrderedSetpublic org.apache.commons.collections.set.ListOrderedSet listOrderedSet(java.util.List)
InfoMethod 'public org.apache.commons.collections.set.MapBackedSet mapBackedSet(java.util.Map)' has been addedorg.apache.commons.collections.set.MapBackedSetpublic org.apache.commons.collections.set.MapBackedSet mapBackedSet(java.util.Map)
InfoMethod 'public org.apache.commons.collections.set.MapBackedSet mapBackedSet(java.util.Map, java.lang.Object)' has been addedorg.apache.commons.collections.set.MapBackedSetpublic org.apache.commons.collections.set.MapBackedSet mapBackedSet(java.util.Map, java.lang.Object)
InfoMethod 'protected java.util.Set decorated()' has been addedorg.apache.commons.collections.set.PredicatedSetprotected java.util.Set decorated()
InfoMethod 'protected java.util.Collection decorated()' has been addedorg.apache.commons.collections.set.PredicatedSetprotected java.util.Collection decorated()
InfoMethod 'public org.apache.commons.collections.set.PredicatedSet predicatedSet(java.util.Set, org.apache.commons.collections.Predicate)' has been addedorg.apache.commons.collections.set.PredicatedSetpublic org.apache.commons.collections.set.PredicatedSet predicatedSet(java.util.Set, org.apache.commons.collections.Predicate)
InfoMethod 'protected java.util.SortedSet decorated()' has been addedorg.apache.commons.collections.set.PredicatedSortedSetprotected java.util.SortedSet decorated()
InfoMethod 'protected java.util.Set decorated()' has been addedorg.apache.commons.collections.set.PredicatedSortedSetprotected java.util.Set decorated()
InfoMethod 'protected java.util.Collection decorated()' has been addedorg.apache.commons.collections.set.PredicatedSortedSetprotected java.util.Collection decorated()
InfoMethod 'public org.apache.commons.collections.set.PredicatedSortedSet predicatedSortedSet(java.util.SortedSet, org.apache.commons.collections.Predicate)' has been addedorg.apache.commons.collections.set.PredicatedSortedSetpublic org.apache.commons.collections.set.PredicatedSortedSet predicatedSortedSet(java.util.SortedSet, org.apache.commons.collections.Predicate)
InfoMethod 'public org.apache.commons.collections.set.SynchronizedSet synchronizedSet(java.util.Set)' has been addedorg.apache.commons.collections.set.SynchronizedSetpublic org.apache.commons.collections.set.SynchronizedSet synchronizedSet(java.util.Set)
InfoMethod 'public org.apache.commons.collections.set.SynchronizedSortedSet synchronizedSortedSet(java.util.SortedSet)' has been addedorg.apache.commons.collections.set.SynchronizedSortedSetpublic org.apache.commons.collections.set.SynchronizedSortedSet synchronizedSortedSet(java.util.SortedSet)
InfoMethod 'public java.util.Set transformedSet(java.util.Set, org.apache.commons.collections.Transformer)' has been addedorg.apache.commons.collections.set.TransformedSetpublic java.util.Set transformedSet(java.util.Set, org.apache.commons.collections.Transformer)
InfoMethod 'public org.apache.commons.collections.set.TransformedSet transformingSet(java.util.Set, org.apache.commons.collections.Transformer)' has been addedorg.apache.commons.collections.set.TransformedSetpublic org.apache.commons.collections.set.TransformedSet transformingSet(java.util.Set, org.apache.commons.collections.Transformer)
InfoMethod 'public org.apache.commons.collections.set.TransformedSortedSet transformedSortedSet(java.util.SortedSet, org.apache.commons.collections.Transformer)' has been addedorg.apache.commons.collections.set.TransformedSortedSetpublic org.apache.commons.collections.set.TransformedSortedSet transformedSortedSet(java.util.SortedSet, org.apache.commons.collections.Transformer)
InfoMethod 'public org.apache.commons.collections.set.TransformedSortedSet transformingSortedSet(java.util.SortedSet, org.apache.commons.collections.Transformer)' has been addedorg.apache.commons.collections.set.TransformedSortedSetpublic org.apache.commons.collections.set.TransformedSortedSet transformingSortedSet(java.util.SortedSet, org.apache.commons.collections.Transformer)
InfoMethod 'public java.util.Set unmodifiableSet(java.util.Set)' has been addedorg.apache.commons.collections.set.UnmodifiableSetpublic java.util.Set unmodifiableSet(java.util.Set)
InfoMethod 'public java.util.SortedSet unmodifiableSortedSet(java.util.SortedSet)' has been addedorg.apache.commons.collections.set.UnmodifiableSortedSetpublic java.util.SortedSet unmodifiableSortedSet(java.util.SortedSet)
InfoClass org.apache.commons.collections.splitmap.AbstractIterableGetMapDecorator addedorg.apache.commons.collections.splitmap.AbstractIterableGetMapDecorator
InfoClass org.apache.commons.collections.splitmap.TransformedMap addedorg.apache.commons.collections.splitmap.TransformedMap
InfoClass org.apache.commons.collections.trie.AbstractKeyAnalyzer addedorg.apache.commons.collections.trie.AbstractKeyAnalyzer
InfoClass org.apache.commons.collections.trie.ByteArrayKeyAnalyzer addedorg.apache.commons.collections.trie.ByteArrayKeyAnalyzer
InfoClass org.apache.commons.collections.trie.ByteKeyAnalyzer addedorg.apache.commons.collections.trie.ByteKeyAnalyzer
InfoClass org.apache.commons.collections.trie.CharArrayKeyAnalyzer addedorg.apache.commons.collections.trie.CharArrayKeyAnalyzer
InfoClass org.apache.commons.collections.trie.CharacterKeyAnalyzer addedorg.apache.commons.collections.trie.CharacterKeyAnalyzer
InfoClass org.apache.commons.collections.trie.IntegerKeyAnalyzer addedorg.apache.commons.collections.trie.IntegerKeyAnalyzer
InfoClass org.apache.commons.collections.trie.KeyAnalyzer addedorg.apache.commons.collections.trie.KeyAnalyzer
InfoClass org.apache.commons.collections.trie.LongKeyAnalyzer addedorg.apache.commons.collections.trie.LongKeyAnalyzer
InfoClass org.apache.commons.collections.trie.PatriciaTrie addedorg.apache.commons.collections.trie.PatriciaTrie
InfoClass org.apache.commons.collections.trie.ShortKeyAnalyzer addedorg.apache.commons.collections.trie.ShortKeyAnalyzer
InfoClass org.apache.commons.collections.trie.StringKeyAnalyzer addedorg.apache.commons.collections.trie.StringKeyAnalyzer
InfoClass org.apache.commons.collections.trie.SynchronizedTrie addedorg.apache.commons.collections.trie.SynchronizedTrie
InfoClass org.apache.commons.collections.trie.UnmodifiableTrie addedorg.apache.commons.collections.trie.UnmodifiableTrie