The following document contains the results of Clirr.
| Severity | Message | Class | Method / Field |
|---|---|---|---|
| Method 'public org.apache.commons.collections.Bag transformedBag(org.apache.commons.collections.Bag, org.apache.commons.collections.Transformer)' has been removed | org.apache.commons.collections.BagUtils | public org.apache.commons.collections.Bag transformedBag(org.apache.commons.collections.Bag, org.apache.commons.collections.Transformer) | |
| Method 'public org.apache.commons.collections.SortedBag transformedSortedBag(org.apache.commons.collections.SortedBag, org.apache.commons.collections.Transformer)' has been removed | org.apache.commons.collections.BagUtils | public org.apache.commons.collections.SortedBag transformedSortedBag(org.apache.commons.collections.SortedBag, org.apache.commons.collections.Transformer) | |
| Method 'public org.apache.commons.collections.Bag typedBag(org.apache.commons.collections.Bag, java.lang.Class)' has been removed | org.apache.commons.collections.BagUtils | public org.apache.commons.collections.Bag typedBag(org.apache.commons.collections.Bag, java.lang.Class) | |
| Method 'public org.apache.commons.collections.SortedBag typedSortedBag(org.apache.commons.collections.SortedBag, java.lang.Class)' has been removed | org.apache.commons.collections.BagUtils | public org.apache.commons.collections.SortedBag typedSortedBag(org.apache.commons.collections.SortedBag, java.lang.Class) | |
| Class org.apache.commons.collections.BeanMap removed | org.apache.commons.collections.BeanMap | ||
| Class org.apache.commons.collections.BeanMap$MyMapEntry removed | org.apache.commons.collections.BeanMap$MyMapEntry | ||
| Class org.apache.commons.collections.BinaryHeap removed | org.apache.commons.collections.BinaryHeap | ||
| Class org.apache.commons.collections.BoundedFifoBuffer removed | org.apache.commons.collections.BoundedFifoBuffer | ||
| Method 'public org.apache.commons.collections.Buffer transformedBuffer(org.apache.commons.collections.Buffer, org.apache.commons.collections.Transformer)' has been removed | org.apache.commons.collections.BufferUtils | public org.apache.commons.collections.Buffer transformedBuffer(org.apache.commons.collections.Buffer, org.apache.commons.collections.Transformer) | |
| Method 'public org.apache.commons.collections.Buffer typedBuffer(org.apache.commons.collections.Buffer, java.lang.Class)' has been removed | org.apache.commons.collections.BufferUtils | public org.apache.commons.collections.Buffer typedBuffer(org.apache.commons.collections.Buffer, java.lang.Class) | |
| Return type of method 'public void addAll(java.util.Collection, java.util.Iterator)' has been changed to boolean | org.apache.commons.collections.CollectionUtils | public void addAll(java.util.Collection, java.util.Iterator) | |
| Return type of method 'public void addAll(java.util.Collection, java.util.Enumeration)' has been changed to boolean | org.apache.commons.collections.CollectionUtils | public void addAll(java.util.Collection, java.util.Enumeration) | |
| Return type of method 'public void addAll(java.util.Collection, java.lang.Object[])' has been changed to boolean | org.apache.commons.collections.CollectionUtils | public void addAll(java.util.Collection, java.lang.Object[]) | |
| Parameter 2 of 'public int cardinality(java.lang.Object, java.util.Collection)' has changed its type to java.lang.Iterable | org.apache.commons.collections.CollectionUtils | public int cardinality(java.lang.Object, java.util.Collection) | |
| Parameter 1 of 'public java.util.Collection collect(java.util.Collection, org.apache.commons.collections.Transformer)' has changed its type to java.lang.Iterable | org.apache.commons.collections.CollectionUtils | public java.util.Collection collect(java.util.Collection, org.apache.commons.collections.Transformer) | |
| Parameter 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.Iterable | org.apache.commons.collections.CollectionUtils | public java.util.Collection collect(java.util.Collection, org.apache.commons.collections.Transformer, java.util.Collection) | |
| Parameter 1 of 'public int countMatches(java.util.Collection, org.apache.commons.collections.Predicate)' has changed its type to java.lang.Iterable | org.apache.commons.collections.CollectionUtils | public int countMatches(java.util.Collection, org.apache.commons.collections.Predicate) | |
| Parameter 1 of 'public java.util.Collection disjunction(java.util.Collection, java.util.Collection)' has changed its type to java.lang.Iterable | org.apache.commons.collections.CollectionUtils | public java.util.Collection disjunction(java.util.Collection, java.util.Collection) | |
| Parameter 2 of 'public java.util.Collection disjunction(java.util.Collection, java.util.Collection)' has changed its type to java.lang.Iterable | org.apache.commons.collections.CollectionUtils | public java.util.Collection disjunction(java.util.Collection, java.util.Collection) | |
| Parameter 1 of 'public boolean exists(java.util.Collection, org.apache.commons.collections.Predicate)' has changed its type to java.lang.Iterable | org.apache.commons.collections.CollectionUtils | public boolean exists(java.util.Collection, org.apache.commons.collections.Predicate) | |
| Parameter 1 of 'public void filter(java.util.Collection, org.apache.commons.collections.Predicate)' has changed its type to java.lang.Iterable | org.apache.commons.collections.CollectionUtils | public void filter(java.util.Collection, org.apache.commons.collections.Predicate) | |
| Return type of method 'public void filter(java.util.Collection, org.apache.commons.collections.Predicate)' has been changed to boolean | org.apache.commons.collections.CollectionUtils | public void filter(java.util.Collection, org.apache.commons.collections.Predicate) | |
| Return type of method 'public void forAllDo(java.util.Collection, org.apache.commons.collections.Closure)' has been changed to org.apache.commons.collections.Closure | org.apache.commons.collections.CollectionUtils | public void forAllDo(java.util.Collection, org.apache.commons.collections.Closure) | |
| Parameter 1 of 'public java.util.Map getCardinalityMap(java.util.Collection)' has changed its type to java.lang.Iterable | org.apache.commons.collections.CollectionUtils | public java.util.Map getCardinalityMap(java.util.Collection) | |
| Method 'public java.lang.Object index(java.lang.Object, int)' has been removed | org.apache.commons.collections.CollectionUtils | public java.lang.Object index(java.lang.Object, int) | |
| Method 'public java.lang.Object index(java.lang.Object, java.lang.Object)' has been removed | org.apache.commons.collections.CollectionUtils | public java.lang.Object index(java.lang.Object, java.lang.Object) | |
| Parameter 1 of 'public java.util.Collection intersection(java.util.Collection, java.util.Collection)' has changed its type to java.lang.Iterable | org.apache.commons.collections.CollectionUtils | public java.util.Collection intersection(java.util.Collection, java.util.Collection) | |
| Parameter 2 of 'public java.util.Collection intersection(java.util.Collection, java.util.Collection)' has changed its type to java.lang.Iterable | org.apache.commons.collections.CollectionUtils | public java.util.Collection intersection(java.util.Collection, java.util.Collection) | |
| Return type of method 'public void select(java.util.Collection, org.apache.commons.collections.Predicate, java.util.Collection)' has been changed to java.util.Collection | org.apache.commons.collections.CollectionUtils | public void select(java.util.Collection, org.apache.commons.collections.Predicate, java.util.Collection) | |
| Return type of method 'public void selectRejected(java.util.Collection, org.apache.commons.collections.Predicate, java.util.Collection)' has been changed to java.util.Collection | org.apache.commons.collections.CollectionUtils | public void selectRejected(java.util.Collection, org.apache.commons.collections.Predicate, java.util.Collection) | |
| Parameter 1 of 'public java.util.Collection subtract(java.util.Collection, java.util.Collection)' has changed its type to java.lang.Iterable | org.apache.commons.collections.CollectionUtils | public java.util.Collection subtract(java.util.Collection, java.util.Collection) | |
| Parameter 2 of 'public java.util.Collection subtract(java.util.Collection, java.util.Collection)' has changed its type to java.lang.Iterable | org.apache.commons.collections.CollectionUtils | public java.util.Collection subtract(java.util.Collection, java.util.Collection) | |
| Method 'public java.util.Collection transformedCollection(java.util.Collection, org.apache.commons.collections.Transformer)' has been removed | org.apache.commons.collections.CollectionUtils | public java.util.Collection transformedCollection(java.util.Collection, org.apache.commons.collections.Transformer) | |
| Method 'public java.util.Collection typedCollection(java.util.Collection, java.lang.Class)' has been removed | org.apache.commons.collections.CollectionUtils | public java.util.Collection typedCollection(java.util.Collection, java.lang.Class) | |
| Parameter 1 of 'public java.util.Collection union(java.util.Collection, java.util.Collection)' has changed its type to java.lang.Iterable | org.apache.commons.collections.CollectionUtils | public java.util.Collection union(java.util.Collection, java.util.Collection) | |
| Parameter 2 of 'public java.util.Collection union(java.util.Collection, java.util.Collection)' has changed its type to java.lang.Iterable | org.apache.commons.collections.CollectionUtils | public java.util.Collection union(java.util.Collection, java.util.Collection) | |
| Class org.apache.commons.collections.CursorableLinkedList removed | org.apache.commons.collections.CursorableLinkedList | ||
| Class org.apache.commons.collections.CursorableLinkedList$Cursor removed | org.apache.commons.collections.CursorableLinkedList$Cursor | ||
| Class org.apache.commons.collections.DefaultMapBag removed | org.apache.commons.collections.DefaultMapBag | ||
| Class org.apache.commons.collections.DefaultMapEntry removed | org.apache.commons.collections.DefaultMapEntry | ||
| Class org.apache.commons.collections.DoubleOrderedMap removed | org.apache.commons.collections.DoubleOrderedMap | ||
| Removed field include | org.apache.commons.collections.ExtendedProperties | include | |
| Class org.apache.commons.collections.FastArrayList removed | org.apache.commons.collections.FastArrayList | ||
| Class org.apache.commons.collections.FastHashMap removed | org.apache.commons.collections.FastHashMap | ||
| Class org.apache.commons.collections.FastTreeMap removed | org.apache.commons.collections.FastTreeMap | ||
| Class org.apache.commons.collections.HashBag removed | org.apache.commons.collections.HashBag | ||
| Class org.apache.commons.collections.LRUMap removed | org.apache.commons.collections.LRUMap | ||
| Method 'public java.util.List typedList(java.util.List, java.lang.Class)' has been removed | org.apache.commons.collections.ListUtils | public java.util.List typedList(java.util.List, java.lang.Class) | |
| Return type of method 'public java.util.Map fixedSizeMap(java.util.Map)' has been changed to org.apache.commons.collections.IterableMap | org.apache.commons.collections.MapUtils | public java.util.Map fixedSizeMap(java.util.Map) | |
| Return type of method 'public java.util.Map lazyMap(java.util.Map, org.apache.commons.collections.Factory)' has been changed to org.apache.commons.collections.IterableMap | org.apache.commons.collections.MapUtils | public java.util.Map lazyMap(java.util.Map, org.apache.commons.collections.Factory) | |
| Return type of method 'public java.util.Map lazyMap(java.util.Map, org.apache.commons.collections.Transformer)' has been changed to org.apache.commons.collections.IterableMap | org.apache.commons.collections.MapUtils | public java.util.Map lazyMap(java.util.Map, org.apache.commons.collections.Transformer) | |
| Method 'protected void logInfo(java.lang.Exception)' has been removed | org.apache.commons.collections.MapUtils | protected void logInfo(java.lang.Exception) | |
| Return type of method 'public java.util.Map multiValueMap(java.util.Map)' has been changed to org.apache.commons.collections.map.MultiValueMap | org.apache.commons.collections.MapUtils | public java.util.Map multiValueMap(java.util.Map) | |
| Return type of method 'public java.util.Map multiValueMap(java.util.Map, java.lang.Class)' has been changed to org.apache.commons.collections.map.MultiValueMap | org.apache.commons.collections.MapUtils | public java.util.Map multiValueMap(java.util.Map, java.lang.Class) | |
| Return 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.MultiValueMap | org.apache.commons.collections.MapUtils | public java.util.Map multiValueMap(java.util.Map, org.apache.commons.collections.Factory) | |
| Return type of method 'public java.util.Map orderedMap(java.util.Map)' has been changed to org.apache.commons.collections.OrderedMap | org.apache.commons.collections.MapUtils | public java.util.Map orderedMap(java.util.Map) | |
| Return 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.IterableMap | org.apache.commons.collections.MapUtils | public java.util.Map predicatedMap(java.util.Map, org.apache.commons.collections.Predicate, org.apache.commons.collections.Predicate) | |
| Return type of method 'public java.util.Map synchronizedSortedMap(java.util.SortedMap)' has been changed to java.util.SortedMap | org.apache.commons.collections.MapUtils | public java.util.Map synchronizedSortedMap(java.util.SortedMap) | |
| Return 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.IterableMap | org.apache.commons.collections.MapUtils | public java.util.Map transformedMap(java.util.Map, org.apache.commons.collections.Transformer, org.apache.commons.collections.Transformer) | |
| Method 'public java.util.Map typedMap(java.util.Map, java.lang.Class, java.lang.Class)' has been removed | org.apache.commons.collections.MapUtils | public java.util.Map typedMap(java.util.Map, java.lang.Class, java.lang.Class) | |
| Method 'public java.util.SortedMap typedSortedMap(java.util.SortedMap, java.lang.Class, java.lang.Class)' has been removed | org.apache.commons.collections.MapUtils | public java.util.SortedMap typedSortedMap(java.util.SortedMap, java.lang.Class, java.lang.Class) | |
| Return type of method 'public java.util.Map unmodifiableSortedMap(java.util.SortedMap)' has been changed to java.util.SortedMap | org.apache.commons.collections.MapUtils | public java.util.Map unmodifiableSortedMap(java.util.SortedMap) | |
| Class org.apache.commons.collections.MultiHashMap removed | org.apache.commons.collections.MultiHashMap | ||
| Return type of method 'public org.apache.commons.collections.BidiMap inverseBidiMap()' has been changed to org.apache.commons.collections.OrderedBidiMap | org.apache.commons.collections.OrderedBidiMap | public org.apache.commons.collections.BidiMap inverseBidiMap() | |
| Method 'public org.apache.commons.collections.OrderedBidiMap inverseOrderedBidiMap()' has been removed | org.apache.commons.collections.OrderedBidiMap | public org.apache.commons.collections.OrderedBidiMap inverseOrderedBidiMap() | |
| Method 'public org.apache.commons.collections.OrderedMapIterator mapIterator()' has been added to an interface | org.apache.commons.collections.OrderedMap | public org.apache.commons.collections.OrderedMapIterator mapIterator() | |
| Method 'public org.apache.commons.collections.OrderedMapIterator orderedMapIterator()' has been removed | org.apache.commons.collections.OrderedMap | public org.apache.commons.collections.OrderedMapIterator orderedMapIterator() | |
| Class org.apache.commons.collections.PriorityQueue removed | org.apache.commons.collections.PriorityQueue | ||
| Class org.apache.commons.collections.ProxyMap removed | org.apache.commons.collections.ProxyMap | ||
| Class org.apache.commons.collections.ReferenceMap removed | org.apache.commons.collections.ReferenceMap | ||
| Class org.apache.commons.collections.SequencedHashMap removed | org.apache.commons.collections.SequencedHashMap | ||
| Method 'public java.util.Set typedSet(java.util.Set, java.lang.Class)' has been removed | org.apache.commons.collections.SetUtils | public java.util.Set typedSet(java.util.Set, java.lang.Class) | |
| Method 'public java.util.SortedSet typedSortedSet(java.util.SortedSet, java.lang.Class)' has been removed | org.apache.commons.collections.SetUtils | public java.util.SortedSet typedSortedSet(java.util.SortedSet, java.lang.Class) | |
| Return type of method 'public org.apache.commons.collections.BidiMap inverseBidiMap()' has been changed to org.apache.commons.collections.SortedBidiMap | org.apache.commons.collections.SortedBidiMap | public org.apache.commons.collections.BidiMap inverseBidiMap() | |
| Method 'public org.apache.commons.collections.SortedBidiMap inverseSortedBidiMap()' has been removed | org.apache.commons.collections.SortedBidiMap | public org.apache.commons.collections.SortedBidiMap inverseSortedBidiMap() | |
| Method 'public java.util.Comparator valueComparator()' has been added to an interface | org.apache.commons.collections.SortedBidiMap | public java.util.Comparator valueComparator() | |
| Class org.apache.commons.collections.StaticBucketMap removed | org.apache.commons.collections.StaticBucketMap | ||
| Class org.apache.commons.collections.SynchronizedPriorityQueue removed | org.apache.commons.collections.SynchronizedPriorityQueue | ||
| Class org.apache.commons.collections.TreeBag removed | org.apache.commons.collections.TreeBag | ||
| Class org.apache.commons.collections.UnboundedFifoBuffer removed | org.apache.commons.collections.UnboundedFifoBuffer | ||
| Method 'protected org.apache.commons.collections.Bag getBag()' has been removed | org.apache.commons.collections.bag.AbstractBagDecorator | protected org.apache.commons.collections.Bag getBag() | |
| Method 'protected org.apache.commons.collections.SortedBag getSortedBag()' has been removed | org.apache.commons.collections.bag.AbstractSortedBagDecorator | protected org.apache.commons.collections.SortedBag getSortedBag() | |
| Removed org.apache.commons.collections.collection.AbstractSerializableCollectionDecorator from the list of superclasses | org.apache.commons.collections.bag.PredicatedBag | ||
| Method 'public org.apache.commons.collections.Bag decorate(org.apache.commons.collections.Bag, org.apache.commons.collections.Predicate)' has been removed | org.apache.commons.collections.bag.PredicatedBag | public org.apache.commons.collections.Bag decorate(org.apache.commons.collections.Bag, org.apache.commons.collections.Predicate) | |
| Method 'protected org.apache.commons.collections.Bag getBag()' has been removed | org.apache.commons.collections.bag.PredicatedBag | protected org.apache.commons.collections.Bag getBag() | |
| Removed org.apache.commons.collections.collection.AbstractSerializableCollectionDecorator from the list of superclasses | org.apache.commons.collections.bag.PredicatedSortedBag | ||
| Method 'public org.apache.commons.collections.SortedBag decorate(org.apache.commons.collections.SortedBag, org.apache.commons.collections.Predicate)' has been removed | org.apache.commons.collections.bag.PredicatedSortedBag | public org.apache.commons.collections.SortedBag decorate(org.apache.commons.collections.SortedBag, org.apache.commons.collections.Predicate) | |
| Method 'protected org.apache.commons.collections.SortedBag getSortedBag()' has been removed | org.apache.commons.collections.bag.PredicatedSortedBag | protected org.apache.commons.collections.SortedBag getSortedBag() | |
| Method 'public org.apache.commons.collections.Bag decorate(org.apache.commons.collections.Bag)' has been removed | org.apache.commons.collections.bag.SynchronizedBag | public org.apache.commons.collections.Bag decorate(org.apache.commons.collections.Bag) | |
| Method 'public org.apache.commons.collections.SortedBag decorate(org.apache.commons.collections.SortedBag)' has been removed | org.apache.commons.collections.bag.SynchronizedSortedBag | public org.apache.commons.collections.SortedBag decorate(org.apache.commons.collections.SortedBag) | |
| Removed org.apache.commons.collections.collection.AbstractSerializableCollectionDecorator from the list of superclasses | org.apache.commons.collections.bag.TransformedBag | ||
| Method 'public org.apache.commons.collections.Bag decorate(org.apache.commons.collections.Bag, org.apache.commons.collections.Transformer)' has been removed | org.apache.commons.collections.bag.TransformedBag | public org.apache.commons.collections.Bag decorate(org.apache.commons.collections.Bag, org.apache.commons.collections.Transformer) | |
| Removed org.apache.commons.collections.collection.AbstractSerializableCollectionDecorator from the list of superclasses | org.apache.commons.collections.bag.TransformedSortedBag | ||
| Method 'public org.apache.commons.collections.SortedBag decorate(org.apache.commons.collections.SortedBag, org.apache.commons.collections.Transformer)' has been removed | org.apache.commons.collections.bag.TransformedSortedBag | public org.apache.commons.collections.SortedBag decorate(org.apache.commons.collections.SortedBag, org.apache.commons.collections.Transformer) | |
| Class org.apache.commons.collections.bag.TypedBag removed | org.apache.commons.collections.bag.TypedBag | ||
| Class org.apache.commons.collections.bag.TypedSortedBag removed | org.apache.commons.collections.bag.TypedSortedBag | ||
| Method 'public org.apache.commons.collections.Bag decorate(org.apache.commons.collections.Bag)' has been removed | org.apache.commons.collections.bag.UnmodifiableBag | public org.apache.commons.collections.Bag decorate(org.apache.commons.collections.Bag) | |
| Method 'public org.apache.commons.collections.SortedBag decorate(org.apache.commons.collections.SortedBag)' has been removed | org.apache.commons.collections.bag.UnmodifiableSortedBag | public org.apache.commons.collections.SortedBag decorate(org.apache.commons.collections.SortedBag) | |
| Method 'protected org.apache.commons.collections.BidiMap getBidiMap()' has been removed | org.apache.commons.collections.bidimap.AbstractBidiMapDecorator | protected org.apache.commons.collections.BidiMap getBidiMap() | |
| Removed field maps | org.apache.commons.collections.bidimap.AbstractDualBidiMap | maps | |
| Method 'protected java.util.Map createMap()' has been removed | org.apache.commons.collections.bidimap.AbstractDualBidiMap | protected java.util.Map createMap() | |
| Return type of method 'public java.lang.Object next()' has been changed to java.util.Map$Entry | org.apache.commons.collections.bidimap.AbstractDualBidiMap$EntrySetIterator | public java.lang.Object next() | |
| Method 'protected org.apache.commons.collections.OrderedBidiMap getOrderedBidiMap()' has been removed | org.apache.commons.collections.bidimap.AbstractOrderedBidiMapDecorator | protected org.apache.commons.collections.OrderedBidiMap getOrderedBidiMap() | |
| Method 'public org.apache.commons.collections.OrderedBidiMap inverseOrderedBidiMap()' has been removed | org.apache.commons.collections.bidimap.AbstractOrderedBidiMapDecorator | public org.apache.commons.collections.OrderedBidiMap inverseOrderedBidiMap() | |
| Method 'public org.apache.commons.collections.OrderedMapIterator orderedMapIterator()' has been removed | org.apache.commons.collections.bidimap.AbstractOrderedBidiMapDecorator | public org.apache.commons.collections.OrderedMapIterator orderedMapIterator() | |
| Method 'protected org.apache.commons.collections.SortedBidiMap getSortedBidiMap()' has been removed | org.apache.commons.collections.bidimap.AbstractSortedBidiMapDecorator | protected org.apache.commons.collections.SortedBidiMap getSortedBidiMap() | |
| Method 'public org.apache.commons.collections.SortedBidiMap inverseSortedBidiMap()' has been removed | org.apache.commons.collections.bidimap.AbstractSortedBidiMapDecorator | public org.apache.commons.collections.SortedBidiMap inverseSortedBidiMap() | |
| In method 'public DualTreeBidiMap(java.util.Comparator)' the number of arguments has changed | org.apache.commons.collections.bidimap.DualTreeBidiMap | public DualTreeBidiMap(java.util.Comparator) | |
| Return 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.DualTreeBidiMap | org.apache.commons.collections.bidimap.DualTreeBidiMap | protected org.apache.commons.collections.BidiMap createBidiMap(java.util.Map, java.util.Map, org.apache.commons.collections.BidiMap) | |
| Method 'public org.apache.commons.collections.OrderedMapIterator orderedMapIterator()' has been removed | org.apache.commons.collections.bidimap.DualTreeBidiMap | public org.apache.commons.collections.OrderedMapIterator orderedMapIterator() | |
| Return type of method 'public java.lang.Object firstKey()' has been changed to java.lang.Comparable | org.apache.commons.collections.bidimap.TreeBidiMap | public java.lang.Object firstKey() | |
| Return type of method 'public java.lang.Object get(java.lang.Object)' has been changed to java.lang.Comparable | org.apache.commons.collections.bidimap.TreeBidiMap | public java.lang.Object get(java.lang.Object) | |
| Return type of method 'public java.lang.Object getKey(java.lang.Object)' has been changed to java.lang.Comparable | org.apache.commons.collections.bidimap.TreeBidiMap | public java.lang.Object getKey(java.lang.Object) | |
| Return type of method 'public org.apache.commons.collections.BidiMap inverseBidiMap()' has been changed to org.apache.commons.collections.OrderedBidiMap | org.apache.commons.collections.bidimap.TreeBidiMap | public org.apache.commons.collections.BidiMap inverseBidiMap() | |
| Method 'public org.apache.commons.collections.OrderedBidiMap inverseOrderedBidiMap()' has been removed | org.apache.commons.collections.bidimap.TreeBidiMap | public org.apache.commons.collections.OrderedBidiMap inverseOrderedBidiMap() | |
| Return type of method 'public java.lang.Object lastKey()' has been changed to java.lang.Comparable | org.apache.commons.collections.bidimap.TreeBidiMap | public java.lang.Object lastKey() | |
| Return type of method 'public org.apache.commons.collections.MapIterator mapIterator()' has been changed to org.apache.commons.collections.OrderedMapIterator | org.apache.commons.collections.bidimap.TreeBidiMap | public org.apache.commons.collections.MapIterator mapIterator() | |
| Method 'public org.apache.commons.collections.OrderedMapIterator orderedMapIterator()' has been removed | org.apache.commons.collections.bidimap.TreeBidiMap | public org.apache.commons.collections.OrderedMapIterator orderedMapIterator() | |
| Return type of method 'public java.lang.Object remove(java.lang.Object)' has been changed to java.lang.Comparable | org.apache.commons.collections.bidimap.TreeBidiMap | public java.lang.Object remove(java.lang.Object) | |
| Return type of method 'public java.lang.Object removeValue(java.lang.Object)' has been changed to java.lang.Comparable | org.apache.commons.collections.bidimap.TreeBidiMap | public java.lang.Object removeValue(java.lang.Object) | |
| Method 'public org.apache.commons.collections.BidiMap decorate(org.apache.commons.collections.BidiMap)' has been removed | org.apache.commons.collections.bidimap.UnmodifiableBidiMap | public org.apache.commons.collections.BidiMap decorate(org.apache.commons.collections.BidiMap) | |
| Method 'public org.apache.commons.collections.OrderedBidiMap decorate(org.apache.commons.collections.OrderedBidiMap)' has been removed | org.apache.commons.collections.bidimap.UnmodifiableOrderedBidiMap | public org.apache.commons.collections.OrderedBidiMap decorate(org.apache.commons.collections.OrderedBidiMap) | |
| Return type of method 'public org.apache.commons.collections.BidiMap inverseBidiMap()' has been changed to org.apache.commons.collections.OrderedBidiMap | org.apache.commons.collections.bidimap.UnmodifiableOrderedBidiMap | public org.apache.commons.collections.BidiMap inverseBidiMap() | |
| Return type of method 'public org.apache.commons.collections.MapIterator mapIterator()' has been changed to org.apache.commons.collections.OrderedMapIterator | org.apache.commons.collections.bidimap.UnmodifiableOrderedBidiMap | public org.apache.commons.collections.MapIterator mapIterator() | |
| Method 'public org.apache.commons.collections.OrderedMapIterator orderedMapIterator()' has been removed | org.apache.commons.collections.bidimap.UnmodifiableOrderedBidiMap | public org.apache.commons.collections.OrderedMapIterator orderedMapIterator() | |
| Method 'public org.apache.commons.collections.SortedBidiMap decorate(org.apache.commons.collections.SortedBidiMap)' has been removed | org.apache.commons.collections.bidimap.UnmodifiableSortedBidiMap | public org.apache.commons.collections.SortedBidiMap decorate(org.apache.commons.collections.SortedBidiMap) | |
| Return type of method 'public org.apache.commons.collections.BidiMap inverseBidiMap()' has been changed to org.apache.commons.collections.SortedBidiMap | org.apache.commons.collections.bidimap.UnmodifiableSortedBidiMap | public org.apache.commons.collections.BidiMap inverseBidiMap() | |
| Method 'public org.apache.commons.collections.OrderedBidiMap inverseOrderedBidiMap()' has been removed | org.apache.commons.collections.bidimap.UnmodifiableSortedBidiMap | public org.apache.commons.collections.OrderedBidiMap inverseOrderedBidiMap() | |
| Method 'public org.apache.commons.collections.SortedBidiMap inverseSortedBidiMap()' has been removed | org.apache.commons.collections.bidimap.UnmodifiableSortedBidiMap | public org.apache.commons.collections.SortedBidiMap inverseSortedBidiMap() | |
| Return type of method 'public org.apache.commons.collections.MapIterator mapIterator()' has been changed to org.apache.commons.collections.OrderedMapIterator | org.apache.commons.collections.bidimap.UnmodifiableSortedBidiMap | public org.apache.commons.collections.MapIterator mapIterator() | |
| Method 'public org.apache.commons.collections.OrderedMapIterator orderedMapIterator()' has been removed | org.apache.commons.collections.bidimap.UnmodifiableSortedBidiMap | public org.apache.commons.collections.OrderedMapIterator orderedMapIterator() | |
| Method 'protected org.apache.commons.collections.Buffer getBuffer()' has been removed | org.apache.commons.collections.buffer.AbstractBufferDecorator | protected org.apache.commons.collections.Buffer getBuffer() | |
| Method 'public org.apache.commons.collections.Buffer decorate(org.apache.commons.collections.Buffer)' has been removed | org.apache.commons.collections.buffer.BlockingBuffer | public org.apache.commons.collections.Buffer decorate(org.apache.commons.collections.Buffer) | |
| Method 'public org.apache.commons.collections.Buffer decorate(org.apache.commons.collections.Buffer, long)' has been removed | org.apache.commons.collections.buffer.BlockingBuffer | public org.apache.commons.collections.Buffer decorate(org.apache.commons.collections.Buffer, long) | |
| Method 'public org.apache.commons.collections.buffer.BoundedBuffer decorate(org.apache.commons.collections.Buffer, int)' has been removed | org.apache.commons.collections.buffer.BoundedBuffer | public org.apache.commons.collections.buffer.BoundedBuffer decorate(org.apache.commons.collections.Buffer, int) | |
| Method 'public org.apache.commons.collections.buffer.BoundedBuffer decorate(org.apache.commons.collections.Buffer, int, long)' has been removed | org.apache.commons.collections.buffer.BoundedBuffer | public org.apache.commons.collections.buffer.BoundedBuffer decorate(org.apache.commons.collections.Buffer, int, long) | |
| Removed org.apache.commons.collections.collection.AbstractSerializableCollectionDecorator from the list of superclasses | org.apache.commons.collections.buffer.PredicatedBuffer | ||
| Method 'public org.apache.commons.collections.Buffer decorate(org.apache.commons.collections.Buffer, org.apache.commons.collections.Predicate)' has been removed | org.apache.commons.collections.buffer.PredicatedBuffer | public org.apache.commons.collections.Buffer decorate(org.apache.commons.collections.Buffer, org.apache.commons.collections.Predicate) | |
| Method 'protected org.apache.commons.collections.Buffer getBuffer()' has been removed | org.apache.commons.collections.buffer.PredicatedBuffer | protected org.apache.commons.collections.Buffer getBuffer() | |
| Method 'public org.apache.commons.collections.Buffer decorate(org.apache.commons.collections.Buffer)' has been removed | org.apache.commons.collections.buffer.SynchronizedBuffer | public org.apache.commons.collections.Buffer decorate(org.apache.commons.collections.Buffer) | |
| Method 'protected org.apache.commons.collections.Buffer getBuffer()' has been removed | org.apache.commons.collections.buffer.SynchronizedBuffer | protected org.apache.commons.collections.Buffer getBuffer() | |
| Removed org.apache.commons.collections.collection.AbstractSerializableCollectionDecorator from the list of superclasses | org.apache.commons.collections.buffer.TransformedBuffer | ||
| Method 'public org.apache.commons.collections.Buffer decorate(org.apache.commons.collections.Buffer, org.apache.commons.collections.Transformer)' has been removed | org.apache.commons.collections.buffer.TransformedBuffer | public org.apache.commons.collections.Buffer decorate(org.apache.commons.collections.Buffer, org.apache.commons.collections.Transformer) | |
| Class org.apache.commons.collections.buffer.TypedBuffer removed | org.apache.commons.collections.buffer.TypedBuffer | ||
| Method 'public org.apache.commons.collections.Buffer decorate(org.apache.commons.collections.Buffer)' has been removed | org.apache.commons.collections.buffer.UnmodifiableBuffer | public org.apache.commons.collections.Buffer decorate(org.apache.commons.collections.Buffer) | |
| Method 'protected java.util.Collection getCollection()' has been removed | org.apache.commons.collections.collection.AbstractCollectionDecorator | protected java.util.Collection getCollection() | |
| Class org.apache.commons.collections.collection.AbstractSerializableCollectionDecorator removed | org.apache.commons.collections.collection.AbstractSerializableCollectionDecorator | ||
| Changed type of field all from java.util.Collection[] to java.util.List | org.apache.commons.collections.collection.CompositeCollection | all | |
| Return type of method 'public java.util.Collection getCollections()' has been changed to java.util.List | org.apache.commons.collections.collection.CompositeCollection | public java.util.Collection getCollections() | |
| Parameter 2 of 'public boolean add(org.apache.commons.collections.collection.CompositeCollection, java.util.Collection[], java.lang.Object)' has changed its type to java.util.List | org.apache.commons.collections.collection.CompositeCollection$CollectionMutator | public boolean add(org.apache.commons.collections.collection.CompositeCollection, java.util.Collection[], java.lang.Object) | |
| Parameter 2 of 'public boolean addAll(org.apache.commons.collections.collection.CompositeCollection, java.util.Collection[], java.util.Collection)' has changed its type to java.util.List | org.apache.commons.collections.collection.CompositeCollection$CollectionMutator | public boolean addAll(org.apache.commons.collections.collection.CompositeCollection, java.util.Collection[], java.util.Collection) | |
| Parameter 2 of 'public boolean remove(org.apache.commons.collections.collection.CompositeCollection, java.util.Collection[], java.lang.Object)' has changed its type to java.util.List | org.apache.commons.collections.collection.CompositeCollection$CollectionMutator | public boolean remove(org.apache.commons.collections.collection.CompositeCollection, java.util.Collection[], java.lang.Object) | |
| Removed org.apache.commons.collections.collection.AbstractSerializableCollectionDecorator from the list of superclasses | org.apache.commons.collections.collection.PredicatedCollection | ||
| Method 'public java.util.Collection decorate(java.util.Collection, org.apache.commons.collections.Predicate)' has been removed | org.apache.commons.collections.collection.PredicatedCollection | public java.util.Collection decorate(java.util.Collection, org.apache.commons.collections.Predicate) | |
| Method 'public java.util.Collection decorate(java.util.Collection)' has been removed | org.apache.commons.collections.collection.SynchronizedCollection | public java.util.Collection decorate(java.util.Collection) | |
| Removed org.apache.commons.collections.collection.AbstractSerializableCollectionDecorator from the list of superclasses | org.apache.commons.collections.collection.TransformedCollection | ||
| Method 'public java.util.Collection decorate(java.util.Collection, org.apache.commons.collections.Transformer)' has been removed | org.apache.commons.collections.collection.TransformedCollection | public java.util.Collection decorate(java.util.Collection, org.apache.commons.collections.Transformer) | |
| Class org.apache.commons.collections.collection.TypedCollection removed | org.apache.commons.collections.collection.TypedCollection | ||
| Removed org.apache.commons.collections.collection.AbstractSerializableCollectionDecorator from the list of superclasses | org.apache.commons.collections.collection.UnmodifiableBoundedCollection | ||
| Method 'public org.apache.commons.collections.BoundedCollection decorate(org.apache.commons.collections.BoundedCollection)' has been removed | org.apache.commons.collections.collection.UnmodifiableBoundedCollection | public org.apache.commons.collections.BoundedCollection decorate(org.apache.commons.collections.BoundedCollection) | |
| Method 'public org.apache.commons.collections.BoundedCollection decorateUsing(java.util.Collection)' has been removed | org.apache.commons.collections.collection.UnmodifiableBoundedCollection | public org.apache.commons.collections.BoundedCollection decorateUsing(java.util.Collection) | |
| Removed org.apache.commons.collections.collection.AbstractSerializableCollectionDecorator from the list of superclasses | org.apache.commons.collections.collection.UnmodifiableCollection | ||
| Method 'public java.util.Collection decorate(java.util.Collection)' has been removed | org.apache.commons.collections.collection.UnmodifiableCollection | public java.util.Collection decorate(java.util.Collection) | |
| Method 'public org.apache.commons.collections.comparators.BooleanComparator getBooleanComparator(boolean)' has been removed | org.apache.commons.collections.comparators.BooleanComparator | public org.apache.commons.collections.comparators.BooleanComparator getBooleanComparator(boolean) | |
| Method 'public org.apache.commons.collections.comparators.ComparableComparator getInstance()' has been removed | org.apache.commons.collections.comparators.ComparableComparator | public org.apache.commons.collections.comparators.ComparableComparator getInstance() | |
| Field UNKNOWN_AFTER has been removed, but it was previously a constant | org.apache.commons.collections.comparators.FixedOrderComparator | UNKNOWN_AFTER | |
| Field UNKNOWN_BEFORE has been removed, but it was previously a constant | org.apache.commons.collections.comparators.FixedOrderComparator | UNKNOWN_BEFORE | |
| Field UNKNOWN_THROW_EXCEPTION has been removed, but it was previously a constant | org.apache.commons.collections.comparators.FixedOrderComparator | UNKNOWN_THROW_EXCEPTION | |
| Return type of method 'public int getUnknownObjectBehavior()' has been changed to org.apache.commons.collections.comparators.FixedOrderComparator$UnknownObjectBehavior | org.apache.commons.collections.comparators.FixedOrderComparator | public int getUnknownObjectBehavior() | |
| Parameter 1 of 'public void setUnknownObjectBehavior(int)' has changed its type to org.apache.commons.collections.comparators.FixedOrderComparator$UnknownObjectBehavior | org.apache.commons.collections.comparators.FixedOrderComparator | public void setUnknownObjectBehavior(int) | |
| Field decorated is now final | org.apache.commons.collections.comparators.TransformingComparator | decorated | |
| Field transformer is now final | org.apache.commons.collections.comparators.TransformingComparator | transformer | |
| Method 'public org.apache.commons.collections.Predicate getInstance(org.apache.commons.collections.Predicate[])' has been removed | org.apache.commons.collections.functors.AllPredicate | public org.apache.commons.collections.Predicate getInstance(org.apache.commons.collections.Predicate[]) | |
| Method 'public org.apache.commons.collections.Predicate getInstance(java.util.Collection)' has been removed | org.apache.commons.collections.functors.AllPredicate | public org.apache.commons.collections.Predicate getInstance(java.util.Collection) | |
| Method 'public org.apache.commons.collections.Predicate getInstance(org.apache.commons.collections.Predicate, org.apache.commons.collections.Predicate)' has been removed | org.apache.commons.collections.functors.AndPredicate | public org.apache.commons.collections.Predicate getInstance(org.apache.commons.collections.Predicate, org.apache.commons.collections.Predicate) | |
| Method 'public org.apache.commons.collections.Predicate getInstance(org.apache.commons.collections.Predicate[])' has been removed | org.apache.commons.collections.functors.AnyPredicate | public org.apache.commons.collections.Predicate getInstance(org.apache.commons.collections.Predicate[]) | |
| Method 'public org.apache.commons.collections.Predicate getInstance(java.util.Collection)' has been removed | org.apache.commons.collections.functors.AnyPredicate | public org.apache.commons.collections.Predicate getInstance(java.util.Collection) | |
| Method 'public org.apache.commons.collections.Closure getInstance(org.apache.commons.collections.Closure[])' has been removed | org.apache.commons.collections.functors.ChainedClosure | public org.apache.commons.collections.Closure getInstance(org.apache.commons.collections.Closure[]) | |
| Method 'public org.apache.commons.collections.Closure getInstance(java.util.Collection)' has been removed | org.apache.commons.collections.functors.ChainedClosure | public org.apache.commons.collections.Closure getInstance(java.util.Collection) | |
| Method 'public org.apache.commons.collections.Closure getInstance(org.apache.commons.collections.Closure, org.apache.commons.collections.Closure)' has been removed | org.apache.commons.collections.functors.ChainedClosure | public org.apache.commons.collections.Closure getInstance(org.apache.commons.collections.Closure, org.apache.commons.collections.Closure) | |
| Method 'public org.apache.commons.collections.Transformer getInstance(org.apache.commons.collections.Transformer[])' has been removed | org.apache.commons.collections.functors.ChainedTransformer | public org.apache.commons.collections.Transformer getInstance(org.apache.commons.collections.Transformer[]) | |
| Method 'public org.apache.commons.collections.Transformer getInstance(java.util.Collection)' has been removed | org.apache.commons.collections.functors.ChainedTransformer | public org.apache.commons.collections.Transformer getInstance(java.util.Collection) | |
| Method 'public org.apache.commons.collections.Transformer getInstance(org.apache.commons.collections.Transformer, org.apache.commons.collections.Transformer)' has been removed | org.apache.commons.collections.functors.ChainedTransformer | public org.apache.commons.collections.Transformer getInstance(org.apache.commons.collections.Transformer, org.apache.commons.collections.Transformer) | |
| Method 'public org.apache.commons.collections.Transformer getInstance()' has been removed | org.apache.commons.collections.functors.CloneTransformer | public org.apache.commons.collections.Transformer getInstance() | |
| Method 'public org.apache.commons.collections.Transformer getInstance(org.apache.commons.collections.Closure)' has been removed | org.apache.commons.collections.functors.ClosureTransformer | public org.apache.commons.collections.Transformer getInstance(org.apache.commons.collections.Closure) | |
| Method 'public org.apache.commons.collections.Factory getInstance(java.lang.Object)' has been removed | org.apache.commons.collections.functors.ConstantFactory | public org.apache.commons.collections.Factory getInstance(java.lang.Object) | |
| Method 'public org.apache.commons.collections.Transformer getInstance(java.lang.Object)' has been removed | org.apache.commons.collections.functors.ConstantTransformer | public org.apache.commons.collections.Transformer getInstance(java.lang.Object) | |
| Method 'public org.apache.commons.collections.Predicate getInstance(java.lang.Object)' has been removed | org.apache.commons.collections.functors.EqualPredicate | public org.apache.commons.collections.Predicate getInstance(java.lang.Object) | |
| Method 'public org.apache.commons.collections.Closure getInstance()' has been removed | org.apache.commons.collections.functors.ExceptionClosure | public org.apache.commons.collections.Closure getInstance() | |
| Method 'public org.apache.commons.collections.Factory getInstance()' has been removed | org.apache.commons.collections.functors.ExceptionFactory | public org.apache.commons.collections.Factory getInstance() | |
| Method 'public org.apache.commons.collections.Predicate getInstance()' has been removed | org.apache.commons.collections.functors.ExceptionPredicate | public org.apache.commons.collections.Predicate getInstance() | |
| Method 'public org.apache.commons.collections.Transformer getInstance()' has been removed | org.apache.commons.collections.functors.ExceptionTransformer | public org.apache.commons.collections.Transformer getInstance() | |
| Method 'public org.apache.commons.collections.Transformer getInstance(org.apache.commons.collections.Factory)' has been removed | org.apache.commons.collections.functors.FactoryTransformer | public org.apache.commons.collections.Transformer getInstance(org.apache.commons.collections.Factory) | |
| Method 'public org.apache.commons.collections.Predicate getInstance()' has been removed | org.apache.commons.collections.functors.FalsePredicate | public org.apache.commons.collections.Predicate getInstance() | |
| Method 'public org.apache.commons.collections.Closure getInstance(int, org.apache.commons.collections.Closure)' has been removed | org.apache.commons.collections.functors.ForClosure | public org.apache.commons.collections.Closure getInstance(int, org.apache.commons.collections.Closure) | |
| Method 'public org.apache.commons.collections.Predicate getInstance(java.lang.Object)' has been removed | org.apache.commons.collections.functors.IdentityPredicate | public org.apache.commons.collections.Predicate getInstance(java.lang.Object) | |
| Method 'public org.apache.commons.collections.Closure getInstance(org.apache.commons.collections.Predicate, org.apache.commons.collections.Closure)' has been removed | org.apache.commons.collections.functors.IfClosure | public org.apache.commons.collections.Closure getInstance(org.apache.commons.collections.Predicate, org.apache.commons.collections.Closure) | |
| Method 'public org.apache.commons.collections.Closure getInstance(org.apache.commons.collections.Predicate, org.apache.commons.collections.Closure, org.apache.commons.collections.Closure)' has been removed | org.apache.commons.collections.functors.IfClosure | public org.apache.commons.collections.Closure getInstance(org.apache.commons.collections.Predicate, org.apache.commons.collections.Closure, org.apache.commons.collections.Closure) | |
| Method 'public org.apache.commons.collections.Predicate getInstance(java.lang.Class)' has been removed | org.apache.commons.collections.functors.InstanceofPredicate | public org.apache.commons.collections.Predicate getInstance(java.lang.Class) | |
| Method 'public org.apache.commons.collections.Factory getInstance(java.lang.Class, java.lang.Class[], java.lang.Object[])' has been removed | org.apache.commons.collections.functors.InstantiateFactory | public org.apache.commons.collections.Factory getInstance(java.lang.Class, java.lang.Class[], java.lang.Object[]) | |
| Method 'public org.apache.commons.collections.Transformer getInstance(java.lang.Class[], java.lang.Object[])' has been removed | org.apache.commons.collections.functors.InstantiateTransformer | public org.apache.commons.collections.Transformer getInstance(java.lang.Class[], java.lang.Object[]) | |
| Method 'public org.apache.commons.collections.Transformer getInstance(java.lang.String)' has been removed | org.apache.commons.collections.functors.InvokerTransformer | public org.apache.commons.collections.Transformer getInstance(java.lang.String) | |
| Method 'public org.apache.commons.collections.Transformer getInstance(java.lang.String, java.lang.Class[], java.lang.Object[])' has been removed | org.apache.commons.collections.functors.InvokerTransformer | public org.apache.commons.collections.Transformer getInstance(java.lang.String, java.lang.Class[], java.lang.Object[]) | |
| Method 'public org.apache.commons.collections.Transformer getInstance(java.util.Map)' has been removed | org.apache.commons.collections.functors.MapTransformer | public org.apache.commons.collections.Transformer getInstance(java.util.Map) | |
| Method 'public org.apache.commons.collections.Closure getInstance()' has been removed | org.apache.commons.collections.functors.NOPClosure | public org.apache.commons.collections.Closure getInstance() | |
| Method 'public org.apache.commons.collections.Transformer getInstance()' has been removed | org.apache.commons.collections.functors.NOPTransformer | public org.apache.commons.collections.Transformer getInstance() | |
| Method 'public org.apache.commons.collections.Predicate getInstance(org.apache.commons.collections.Predicate[])' has been removed | org.apache.commons.collections.functors.NonePredicate | public org.apache.commons.collections.Predicate getInstance(org.apache.commons.collections.Predicate[]) | |
| Method 'public org.apache.commons.collections.Predicate getInstance(java.util.Collection)' has been removed | org.apache.commons.collections.functors.NonePredicate | public org.apache.commons.collections.Predicate getInstance(java.util.Collection) | |
| Method 'public org.apache.commons.collections.Predicate getInstance()' has been removed | org.apache.commons.collections.functors.NotNullPredicate | public org.apache.commons.collections.Predicate getInstance() | |
| Method 'public org.apache.commons.collections.Predicate getInstance(org.apache.commons.collections.Predicate)' has been removed | org.apache.commons.collections.functors.NotPredicate | public org.apache.commons.collections.Predicate getInstance(org.apache.commons.collections.Predicate) | |
| Method 'public org.apache.commons.collections.Predicate getInstance(org.apache.commons.collections.Predicate)' has been removed | org.apache.commons.collections.functors.NullIsExceptionPredicate | public org.apache.commons.collections.Predicate getInstance(org.apache.commons.collections.Predicate) | |
| Method 'public org.apache.commons.collections.Predicate getInstance(org.apache.commons.collections.Predicate)' has been removed | org.apache.commons.collections.functors.NullIsFalsePredicate | public org.apache.commons.collections.Predicate getInstance(org.apache.commons.collections.Predicate) | |
| Method 'public org.apache.commons.collections.Predicate getInstance(org.apache.commons.collections.Predicate)' has been removed | org.apache.commons.collections.functors.NullIsTruePredicate | public org.apache.commons.collections.Predicate getInstance(org.apache.commons.collections.Predicate) | |
| Method 'public org.apache.commons.collections.Predicate getInstance()' has been removed | org.apache.commons.collections.functors.NullPredicate | public org.apache.commons.collections.Predicate getInstance() | |
| Method 'public org.apache.commons.collections.Predicate getInstance(org.apache.commons.collections.Predicate[])' has been removed | org.apache.commons.collections.functors.OnePredicate | public org.apache.commons.collections.Predicate getInstance(org.apache.commons.collections.Predicate[]) | |
| Method 'public org.apache.commons.collections.Predicate getInstance(java.util.Collection)' has been removed | org.apache.commons.collections.functors.OnePredicate | public org.apache.commons.collections.Predicate getInstance(java.util.Collection) | |
| Method 'public org.apache.commons.collections.Predicate getInstance(org.apache.commons.collections.Predicate, org.apache.commons.collections.Predicate)' has been removed | org.apache.commons.collections.functors.OrPredicate | public org.apache.commons.collections.Predicate getInstance(org.apache.commons.collections.Predicate, org.apache.commons.collections.Predicate) | |
| Method 'public org.apache.commons.collections.Transformer getInstance(org.apache.commons.collections.Predicate)' has been removed | org.apache.commons.collections.functors.PredicateTransformer | public org.apache.commons.collections.Transformer getInstance(org.apache.commons.collections.Predicate) | |
| Return type of method 'public java.lang.Object transform(java.lang.Object)' has been changed to java.lang.Boolean | org.apache.commons.collections.functors.PredicateTransformer | public java.lang.Object transform(java.lang.Object) | |
| Method 'public org.apache.commons.collections.Factory getInstance(java.lang.Object)' has been removed | org.apache.commons.collections.functors.PrototypeFactory | public org.apache.commons.collections.Factory getInstance(java.lang.Object) | |
| Method 'public org.apache.commons.collections.Transformer getInstance()' has been removed | org.apache.commons.collections.functors.StringValueTransformer | public org.apache.commons.collections.Transformer getInstance() | |
| Return type of method 'public java.lang.Object transform(java.lang.Object)' has been changed to java.lang.String | org.apache.commons.collections.functors.StringValueTransformer | public java.lang.Object transform(java.lang.Object) | |
| Method 'public org.apache.commons.collections.Closure getInstance(org.apache.commons.collections.Predicate[], org.apache.commons.collections.Closure[], org.apache.commons.collections.Closure)' has been removed | org.apache.commons.collections.functors.SwitchClosure | public org.apache.commons.collections.Closure getInstance(org.apache.commons.collections.Predicate[], org.apache.commons.collections.Closure[], org.apache.commons.collections.Closure) | |
| Method 'public org.apache.commons.collections.Closure getInstance(java.util.Map)' has been removed | org.apache.commons.collections.functors.SwitchClosure | public org.apache.commons.collections.Closure getInstance(java.util.Map) | |
| Method 'public org.apache.commons.collections.Transformer getInstance(org.apache.commons.collections.Predicate[], org.apache.commons.collections.Transformer[], org.apache.commons.collections.Transformer)' has been removed | org.apache.commons.collections.functors.SwitchTransformer | public org.apache.commons.collections.Transformer getInstance(org.apache.commons.collections.Predicate[], org.apache.commons.collections.Transformer[], org.apache.commons.collections.Transformer) | |
| Method 'public org.apache.commons.collections.Transformer getInstance(java.util.Map)' has been removed | org.apache.commons.collections.functors.SwitchTransformer | public org.apache.commons.collections.Transformer getInstance(java.util.Map) | |
| Method 'public org.apache.commons.collections.Predicate getInstance(org.apache.commons.collections.Transformer, org.apache.commons.collections.Predicate)' has been removed | org.apache.commons.collections.functors.TransformedPredicate | public org.apache.commons.collections.Predicate getInstance(org.apache.commons.collections.Transformer, org.apache.commons.collections.Predicate) | |
| Method 'public org.apache.commons.collections.Closure getInstance(org.apache.commons.collections.Transformer)' has been removed | org.apache.commons.collections.functors.TransformerClosure | public org.apache.commons.collections.Closure getInstance(org.apache.commons.collections.Transformer) | |
| Method 'public org.apache.commons.collections.Predicate getInstance(org.apache.commons.collections.Transformer)' has been removed | org.apache.commons.collections.functors.TransformerPredicate | public org.apache.commons.collections.Predicate getInstance(org.apache.commons.collections.Transformer) | |
| Method 'public org.apache.commons.collections.Predicate getInstance()' has been removed | org.apache.commons.collections.functors.TruePredicate | public org.apache.commons.collections.Predicate getInstance() | |
| Method 'public org.apache.commons.collections.Predicate getInstance()' has been removed | org.apache.commons.collections.functors.UniquePredicate | public org.apache.commons.collections.Predicate getInstance() | |
| Method 'public org.apache.commons.collections.Closure getInstance(org.apache.commons.collections.Predicate, org.apache.commons.collections.Closure, boolean)' has been removed | org.apache.commons.collections.functors.WhileClosure | public org.apache.commons.collections.Closure getInstance(org.apache.commons.collections.Predicate, org.apache.commons.collections.Closure, boolean) | |
| Added abstract modifier to class | org.apache.commons.collections.iterators.AbstractIteratorDecorator | ||
| Removed field iterator | org.apache.commons.collections.iterators.AbstractIteratorDecorator | iterator | |
| Accessibility of method 'public AbstractIteratorDecorator(java.util.Iterator)' has been decreased from public to protected | org.apache.commons.collections.iterators.AbstractIteratorDecorator | public AbstractIteratorDecorator(java.util.Iterator) | |
| Field transformer is now final | org.apache.commons.collections.iterators.ObjectGraphIterator | transformer | |
| Class org.apache.commons.collections.iterators.ProxyIterator removed | org.apache.commons.collections.iterators.ProxyIterator | ||
| Class org.apache.commons.collections.iterators.ProxyListIterator removed | org.apache.commons.collections.iterators.ProxyListIterator | ||
| Method 'public java.util.Iterator decorate(java.util.Iterator)' has been removed | org.apache.commons.collections.iterators.UnmodifiableIterator | public java.util.Iterator decorate(java.util.Iterator) | |
| Method 'public java.util.ListIterator decorate(java.util.ListIterator)' has been removed | org.apache.commons.collections.iterators.UnmodifiableListIterator | public java.util.ListIterator decorate(java.util.ListIterator) | |
| Method 'public org.apache.commons.collections.MapIterator decorate(org.apache.commons.collections.MapIterator)' has been removed | org.apache.commons.collections.iterators.UnmodifiableMapIterator | public org.apache.commons.collections.MapIterator decorate(org.apache.commons.collections.MapIterator) | |
| Method 'public org.apache.commons.collections.OrderedMapIterator decorate(org.apache.commons.collections.OrderedMapIterator)' has been removed | org.apache.commons.collections.iterators.UnmodifiableOrderedMapIterator | public org.apache.commons.collections.OrderedMapIterator decorate(org.apache.commons.collections.OrderedMapIterator) | |
| Method 'protected java.util.List getList()' has been removed | org.apache.commons.collections.list.AbstractListDecorator | protected java.util.List getList() | |
| Method 'public java.util.List decorate(java.util.List)' has been removed | org.apache.commons.collections.list.FixedSizeList | public java.util.List decorate(java.util.List) | |
| Method 'public java.util.List decorate(java.util.List)' has been removed | org.apache.commons.collections.list.GrowthList | public java.util.List decorate(java.util.List) | |
| Method 'public java.util.List decorate(java.util.List, org.apache.commons.collections.Factory)' has been removed | org.apache.commons.collections.list.LazyList | public java.util.List decorate(java.util.List, org.apache.commons.collections.Factory) | |
| Removed org.apache.commons.collections.collection.AbstractSerializableCollectionDecorator from the list of superclasses | org.apache.commons.collections.list.PredicatedList | ||
| Method 'public java.util.List decorate(java.util.List, org.apache.commons.collections.Predicate)' has been removed | org.apache.commons.collections.list.PredicatedList | public java.util.List decorate(java.util.List, org.apache.commons.collections.Predicate) | |
| Method 'protected java.util.List getList()' has been removed | org.apache.commons.collections.list.PredicatedList | protected java.util.List getList() | |
| Method 'public org.apache.commons.collections.list.SetUniqueList decorate(java.util.List)' has been removed | org.apache.commons.collections.list.SetUniqueList | public org.apache.commons.collections.list.SetUniqueList decorate(java.util.List) | |
| Method 'public java.util.List decorate(java.util.List)' has been removed | org.apache.commons.collections.list.SynchronizedList | public java.util.List decorate(java.util.List) | |
| Removed org.apache.commons.collections.collection.AbstractSerializableCollectionDecorator from the list of superclasses | org.apache.commons.collections.list.TransformedList | ||
| Method 'public java.util.List decorate(java.util.List, org.apache.commons.collections.Transformer)' has been removed | org.apache.commons.collections.list.TransformedList | public java.util.List decorate(java.util.List, org.apache.commons.collections.Transformer) | |
| Class org.apache.commons.collections.list.TypedList removed | org.apache.commons.collections.list.TypedList | ||
| Method 'public java.util.List decorate(java.util.List)' has been removed | org.apache.commons.collections.list.UnmodifiableList | public java.util.List decorate(java.util.List) | |
| Return type of method 'protected java.lang.Object clone()' has been changed to org.apache.commons.collections.map.AbstractHashedMap | org.apache.commons.collections.map.AbstractHashedMap | protected java.lang.Object clone() | |
| Return type of method 'public java.lang.Object next()' has been changed to java.util.Map$Entry | org.apache.commons.collections.map.AbstractHashedMap$EntrySetIterator | public java.lang.Object next() | |
| Removed java.util.Iterator from the set of implemented interfaces | org.apache.commons.collections.map.AbstractHashedMap$HashIterator | ||
| Removed org.apache.commons.collections.map.AbstractHashedMap$EntrySetIterator from the list of superclasses | org.apache.commons.collections.map.AbstractHashedMap$KeySetIterator | ||
| Added abstract modifier to class | org.apache.commons.collections.map.AbstractLinkedMap | ||
| Return 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$LinkEntry | org.apache.commons.collections.map.AbstractLinkedMap | protected org.apache.commons.collections.map.AbstractHashedMap$HashEntry createEntry(org.apache.commons.collections.map.AbstractHashedMap$HashEntry, int, java.lang.Object, java.lang.Object) | |
| Return type of method 'public org.apache.commons.collections.MapIterator mapIterator()' has been changed to org.apache.commons.collections.OrderedMapIterator | org.apache.commons.collections.map.AbstractLinkedMap | public org.apache.commons.collections.MapIterator mapIterator() | |
| Method 'public org.apache.commons.collections.OrderedMapIterator orderedMapIterator()' has been removed | org.apache.commons.collections.map.AbstractLinkedMap | public org.apache.commons.collections.OrderedMapIterator orderedMapIterator() | |
| Return type of method 'public java.lang.Object next()' has been changed to java.util.Map$Entry | org.apache.commons.collections.map.AbstractLinkedMap$EntrySetIterator | public java.lang.Object next() | |
| Return type of method 'public java.lang.Object previous()' has been changed to java.util.Map$Entry | org.apache.commons.collections.map.AbstractLinkedMap$EntrySetIterator | public java.lang.Object previous() | |
| Removed org.apache.commons.collections.map.AbstractLinkedMap$EntrySetIterator from the list of superclasses | org.apache.commons.collections.map.AbstractLinkedMap$KeySetIterator | ||
| Removed java.util.Iterator from the set of implemented interfaces | org.apache.commons.collections.map.AbstractLinkedMap$LinkIterator | ||
| Removed org.apache.commons.collections.OrderedIterator from the set of implemented interfaces | org.apache.commons.collections.map.AbstractLinkedMap$LinkIterator | ||
| Removed org.apache.commons.collections.ResettableIterator from the set of implemented interfaces | org.apache.commons.collections.map.AbstractLinkedMap$LinkIterator | ||
| Accessibility of method 'public AbstractMapDecorator(java.util.Map)' has been decreased from public to protected | org.apache.commons.collections.map.AbstractMapDecorator | public AbstractMapDecorator(java.util.Map) | |
| Method 'protected java.util.Map getMap()' has been removed | org.apache.commons.collections.map.AbstractMapDecorator | protected java.util.Map getMap() | |
| Method 'protected org.apache.commons.collections.OrderedMap getOrderedMap()' has been removed | org.apache.commons.collections.map.AbstractOrderedMapDecorator | protected org.apache.commons.collections.OrderedMap getOrderedMap() | |
| Return type of method 'public org.apache.commons.collections.MapIterator mapIterator()' has been changed to org.apache.commons.collections.OrderedMapIterator | org.apache.commons.collections.map.AbstractOrderedMapDecorator | public org.apache.commons.collections.MapIterator mapIterator() | |
| Method 'public org.apache.commons.collections.OrderedMapIterator orderedMapIterator()' has been removed | org.apache.commons.collections.map.AbstractOrderedMapDecorator | public org.apache.commons.collections.OrderedMapIterator orderedMapIterator() | |
| Field HARD has been removed, but it was previously a constant | org.apache.commons.collections.map.AbstractReferenceMap | HARD | |
| Field SOFT has been removed, but it was previously a constant | org.apache.commons.collections.map.AbstractReferenceMap | SOFT | |
| Field WEAK has been removed, but it was previously a constant | org.apache.commons.collections.map.AbstractReferenceMap | WEAK | |
| Changed type of field keyType from int to org.apache.commons.collections.map.AbstractReferenceMap$ReferenceStrength | org.apache.commons.collections.map.AbstractReferenceMap | keyType | |
| Changed type of field valueType from int to org.apache.commons.collections.map.AbstractReferenceMap$ReferenceStrength | org.apache.commons.collections.map.AbstractReferenceMap | valueType | |
| Parameter 1 of 'protected AbstractReferenceMap(int, int, int, float, boolean)' has changed its type to org.apache.commons.collections.map.AbstractReferenceMap$ReferenceStrength | org.apache.commons.collections.map.AbstractReferenceMap | protected AbstractReferenceMap(int, int, int, float, boolean) | |
| Parameter 2 of 'protected AbstractReferenceMap(int, int, int, float, boolean)' has changed its type to org.apache.commons.collections.map.AbstractReferenceMap$ReferenceStrength | org.apache.commons.collections.map.AbstractReferenceMap | protected AbstractReferenceMap(int, int, int, float, boolean) | |
| Return 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$ReferenceEntry | org.apache.commons.collections.map.AbstractReferenceMap | protected org.apache.commons.collections.map.AbstractHashedMap$HashEntry createEntry(org.apache.commons.collections.map.AbstractHashedMap$HashEntry, int, java.lang.Object, java.lang.Object) | |
| Parameter 1 of 'protected java.lang.Object toReference(int, java.lang.Object, int)' has changed its type to org.apache.commons.collections.map.AbstractReferenceMap$ReferenceStrength | org.apache.commons.collections.map.AbstractReferenceMap$ReferenceEntry | protected java.lang.Object toReference(int, java.lang.Object, int) | |
| Method 'protected java.util.SortedMap getSortedMap()' has been removed | org.apache.commons.collections.map.AbstractSortedMapDecorator | protected java.util.SortedMap getSortedMap() | |
| Return type of method 'public java.lang.Object clone()' has been changed to org.apache.commons.collections.map.CaseInsensitiveMap | org.apache.commons.collections.map.CaseInsensitiveMap | public java.lang.Object clone() | |
| Accessibility of field value has been weakened from protected to private | org.apache.commons.collections.map.DefaultedMap | value | |
| Changed type of field value from java.lang.Object to org.apache.commons.collections.Transformer | org.apache.commons.collections.map.DefaultedMap | value | |
| Parameter 2 of 'protected DefaultedMap(java.util.Map, java.lang.Object)' has changed its type to org.apache.commons.collections.Transformer | org.apache.commons.collections.map.DefaultedMap | protected DefaultedMap(java.util.Map, java.lang.Object) | |
| Method 'public java.util.Map decorate(java.util.Map, java.lang.Object)' has been removed | org.apache.commons.collections.map.DefaultedMap | public java.util.Map decorate(java.util.Map, java.lang.Object) | |
| Method 'public java.util.Map decorate(java.util.Map, org.apache.commons.collections.Factory)' has been removed | org.apache.commons.collections.map.DefaultedMap | public java.util.Map decorate(java.util.Map, org.apache.commons.collections.Factory) | |
| Method 'public java.util.Map decorate(java.util.Map, org.apache.commons.collections.Transformer)' has been removed | org.apache.commons.collections.map.DefaultedMap | public java.util.Map decorate(java.util.Map, org.apache.commons.collections.Transformer) | |
| Method 'public java.util.Map decorate(java.util.Map)' has been removed | org.apache.commons.collections.map.FixedSizeMap | public java.util.Map decorate(java.util.Map) | |
| Method 'public java.util.SortedMap decorate(java.util.SortedMap)' has been removed | org.apache.commons.collections.map.FixedSizeSortedMap | public java.util.SortedMap decorate(java.util.SortedMap) | |
| Return type of method 'public java.lang.Object clone()' has been changed to org.apache.commons.collections.map.Flat3Map | org.apache.commons.collections.map.Flat3Map | public java.lang.Object clone() | |
| Return type of method 'public java.lang.Object clone()' has been changed to org.apache.commons.collections.map.HashedMap | org.apache.commons.collections.map.HashedMap | public java.lang.Object clone() | |
| Return type of method 'public java.lang.Object clone()' has been changed to org.apache.commons.collections.map.IdentityMap | org.apache.commons.collections.map.IdentityMap | public java.lang.Object clone() | |
| Return 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$IdentityEntry | org.apache.commons.collections.map.IdentityMap | protected org.apache.commons.collections.map.AbstractHashedMap$HashEntry createEntry(org.apache.commons.collections.map.AbstractHashedMap$HashEntry, int, java.lang.Object, java.lang.Object) | |
| Return type of method 'public java.lang.Object clone()' has been changed to org.apache.commons.collections.map.LRUMap | org.apache.commons.collections.map.LRUMap | public java.lang.Object clone() | |
| Method 'public java.util.Map decorate(java.util.Map, org.apache.commons.collections.Factory)' has been removed | org.apache.commons.collections.map.LazyMap | public java.util.Map decorate(java.util.Map, org.apache.commons.collections.Factory) | |
| Method 'public java.util.Map decorate(java.util.Map, org.apache.commons.collections.Transformer)' has been removed | org.apache.commons.collections.map.LazyMap | public java.util.Map decorate(java.util.Map, org.apache.commons.collections.Transformer) | |
| Method 'public java.util.SortedMap decorate(java.util.SortedMap, org.apache.commons.collections.Factory)' has been removed | org.apache.commons.collections.map.LazySortedMap | public java.util.SortedMap decorate(java.util.SortedMap, org.apache.commons.collections.Factory) | |
| Method 'public java.util.SortedMap decorate(java.util.SortedMap, org.apache.commons.collections.Transformer)' has been removed | org.apache.commons.collections.map.LazySortedMap | public java.util.SortedMap decorate(java.util.SortedMap, org.apache.commons.collections.Transformer) | |
| Return type of method 'public java.lang.Object clone()' has been changed to org.apache.commons.collections.map.LinkedMap | org.apache.commons.collections.map.LinkedMap | public java.lang.Object clone() | |
| Method 'public org.apache.commons.collections.OrderedMap decorate(java.util.Map)' has been removed | org.apache.commons.collections.map.ListOrderedMap | public org.apache.commons.collections.OrderedMap decorate(java.util.Map) | |
| Return type of method 'public org.apache.commons.collections.MapIterator mapIterator()' has been changed to org.apache.commons.collections.OrderedMapIterator | org.apache.commons.collections.map.ListOrderedMap | public org.apache.commons.collections.MapIterator mapIterator() | |
| Method 'public org.apache.commons.collections.OrderedMapIterator orderedMapIterator()' has been removed | org.apache.commons.collections.map.ListOrderedMap | public org.apache.commons.collections.OrderedMapIterator orderedMapIterator() | |
| Removed field map | org.apache.commons.collections.map.MultiKeyMap | map | |
| Parameter 1 of 'protected void checkKey(java.lang.Object)' has changed its type to org.apache.commons.collections.keyvalue.MultiKey | org.apache.commons.collections.map.MultiKeyMap | protected void checkKey(java.lang.Object) | |
| Return type of method 'public java.lang.Object clone()' has been changed to org.apache.commons.collections.map.MultiKeyMap | org.apache.commons.collections.map.MultiKeyMap | public java.lang.Object clone() | |
| Method 'public org.apache.commons.collections.map.MultiKeyMap decorate(org.apache.commons.collections.map.AbstractHashedMap)' has been removed | org.apache.commons.collections.map.MultiKeyMap | public org.apache.commons.collections.map.MultiKeyMap decorate(org.apache.commons.collections.map.AbstractHashedMap) | |
| Method 'public org.apache.commons.collections.map.MultiValueMap decorate(java.util.Map)' has been removed | org.apache.commons.collections.map.MultiValueMap | public org.apache.commons.collections.map.MultiValueMap decorate(java.util.Map) | |
| Method 'public org.apache.commons.collections.map.MultiValueMap decorate(java.util.Map, java.lang.Class)' has been removed | org.apache.commons.collections.map.MultiValueMap | public org.apache.commons.collections.map.MultiValueMap decorate(java.util.Map, java.lang.Class) | |
| Method 'public org.apache.commons.collections.map.MultiValueMap decorate(java.util.Map, org.apache.commons.collections.Factory)' has been removed | org.apache.commons.collections.map.MultiValueMap | public org.apache.commons.collections.map.MultiValueMap decorate(java.util.Map, org.apache.commons.collections.Factory) | |
| Method 'public java.util.Map decorate(java.util.Map, org.apache.commons.collections.Predicate, org.apache.commons.collections.Predicate)' has been removed | org.apache.commons.collections.map.PredicatedMap | public java.util.Map decorate(java.util.Map, org.apache.commons.collections.Predicate, org.apache.commons.collections.Predicate) | |
| Method 'public java.util.SortedMap decorate(java.util.SortedMap, org.apache.commons.collections.Predicate, org.apache.commons.collections.Predicate)' has been removed | org.apache.commons.collections.map.PredicatedSortedMap | public java.util.SortedMap decorate(java.util.SortedMap, org.apache.commons.collections.Predicate, org.apache.commons.collections.Predicate) | |
| Parameter 1 of 'public ReferenceIdentityMap(int, int)' has changed its type to org.apache.commons.collections.map.AbstractReferenceMap$ReferenceStrength | org.apache.commons.collections.map.ReferenceIdentityMap | public ReferenceIdentityMap(int, int) | |
| Parameter 2 of 'public ReferenceIdentityMap(int, int)' has changed its type to org.apache.commons.collections.map.AbstractReferenceMap$ReferenceStrength | org.apache.commons.collections.map.ReferenceIdentityMap | public ReferenceIdentityMap(int, int) | |
| Parameter 1 of 'public ReferenceIdentityMap(int, int, boolean)' has changed its type to org.apache.commons.collections.map.AbstractReferenceMap$ReferenceStrength | org.apache.commons.collections.map.ReferenceIdentityMap | public ReferenceIdentityMap(int, int, boolean) | |
| Parameter 2 of 'public ReferenceIdentityMap(int, int, boolean)' has changed its type to org.apache.commons.collections.map.AbstractReferenceMap$ReferenceStrength | org.apache.commons.collections.map.ReferenceIdentityMap | public ReferenceIdentityMap(int, int, boolean) | |
| Parameter 1 of 'public ReferenceIdentityMap(int, int, int, float)' has changed its type to org.apache.commons.collections.map.AbstractReferenceMap$ReferenceStrength | org.apache.commons.collections.map.ReferenceIdentityMap | public ReferenceIdentityMap(int, int, int, float) | |
| Parameter 2 of 'public ReferenceIdentityMap(int, int, int, float)' has changed its type to org.apache.commons.collections.map.AbstractReferenceMap$ReferenceStrength | org.apache.commons.collections.map.ReferenceIdentityMap | public ReferenceIdentityMap(int, int, int, float) | |
| Parameter 1 of 'public ReferenceIdentityMap(int, int, int, float, boolean)' has changed its type to org.apache.commons.collections.map.AbstractReferenceMap$ReferenceStrength | org.apache.commons.collections.map.ReferenceIdentityMap | public ReferenceIdentityMap(int, int, int, float, boolean) | |
| Parameter 2 of 'public ReferenceIdentityMap(int, int, int, float, boolean)' has changed its type to org.apache.commons.collections.map.AbstractReferenceMap$ReferenceStrength | org.apache.commons.collections.map.ReferenceIdentityMap | public ReferenceIdentityMap(int, int, int, float, boolean) | |
| Parameter 1 of 'public ReferenceMap(int, int)' has changed its type to org.apache.commons.collections.map.AbstractReferenceMap$ReferenceStrength | org.apache.commons.collections.map.ReferenceMap | public ReferenceMap(int, int) | |
| Parameter 2 of 'public ReferenceMap(int, int)' has changed its type to org.apache.commons.collections.map.AbstractReferenceMap$ReferenceStrength | org.apache.commons.collections.map.ReferenceMap | public ReferenceMap(int, int) | |
| Parameter 1 of 'public ReferenceMap(int, int, boolean)' has changed its type to org.apache.commons.collections.map.AbstractReferenceMap$ReferenceStrength | org.apache.commons.collections.map.ReferenceMap | public ReferenceMap(int, int, boolean) | |
| Parameter 2 of 'public ReferenceMap(int, int, boolean)' has changed its type to org.apache.commons.collections.map.AbstractReferenceMap$ReferenceStrength | org.apache.commons.collections.map.ReferenceMap | public ReferenceMap(int, int, boolean) | |
| Parameter 1 of 'public ReferenceMap(int, int, int, float)' has changed its type to org.apache.commons.collections.map.AbstractReferenceMap$ReferenceStrength | org.apache.commons.collections.map.ReferenceMap | public ReferenceMap(int, int, int, float) | |
| Parameter 2 of 'public ReferenceMap(int, int, int, float)' has changed its type to org.apache.commons.collections.map.AbstractReferenceMap$ReferenceStrength | org.apache.commons.collections.map.ReferenceMap | public ReferenceMap(int, int, int, float) | |
| Parameter 1 of 'public ReferenceMap(int, int, int, float, boolean)' has changed its type to org.apache.commons.collections.map.AbstractReferenceMap$ReferenceStrength | org.apache.commons.collections.map.ReferenceMap | public ReferenceMap(int, int, int, float, boolean) | |
| Parameter 2 of 'public ReferenceMap(int, int, int, float, boolean)' has changed its type to org.apache.commons.collections.map.AbstractReferenceMap$ReferenceStrength | org.apache.commons.collections.map.ReferenceMap | public ReferenceMap(int, int, int, float, boolean) | |
| Return type of method 'public java.lang.Object clone()' has been changed to org.apache.commons.collections.map.SingletonMap | org.apache.commons.collections.map.SingletonMap | public java.lang.Object clone() | |
| Return type of method 'public org.apache.commons.collections.MapIterator mapIterator()' has been changed to org.apache.commons.collections.OrderedMapIterator | org.apache.commons.collections.map.SingletonMap | public org.apache.commons.collections.MapIterator mapIterator() | |
| Method 'public org.apache.commons.collections.OrderedMapIterator orderedMapIterator()' has been removed | org.apache.commons.collections.map.SingletonMap | public org.apache.commons.collections.OrderedMapIterator orderedMapIterator() | |
| Method 'public java.util.Map decorate(java.util.Map, org.apache.commons.collections.Transformer, org.apache.commons.collections.Transformer)' has been removed | org.apache.commons.collections.map.TransformedMap | public java.util.Map decorate(java.util.Map, org.apache.commons.collections.Transformer, org.apache.commons.collections.Transformer) | |
| Method 'public java.util.Map decorateTransform(java.util.Map, org.apache.commons.collections.Transformer, org.apache.commons.collections.Transformer)' has been removed | org.apache.commons.collections.map.TransformedMap | public java.util.Map decorateTransform(java.util.Map, org.apache.commons.collections.Transformer, org.apache.commons.collections.Transformer) | |
| Method 'public java.util.SortedMap decorate(java.util.SortedMap, org.apache.commons.collections.Transformer, org.apache.commons.collections.Transformer)' has been removed | org.apache.commons.collections.map.TransformedSortedMap | public java.util.SortedMap decorate(java.util.SortedMap, org.apache.commons.collections.Transformer, org.apache.commons.collections.Transformer) | |
| Method 'public java.util.SortedMap decorateTransform(java.util.SortedMap, org.apache.commons.collections.Transformer, org.apache.commons.collections.Transformer)' has been removed | org.apache.commons.collections.map.TransformedSortedMap | public java.util.SortedMap decorateTransform(java.util.SortedMap, org.apache.commons.collections.Transformer, org.apache.commons.collections.Transformer) | |
| Class org.apache.commons.collections.map.TypedMap removed | org.apache.commons.collections.map.TypedMap | ||
| Class org.apache.commons.collections.map.TypedSortedMap removed | org.apache.commons.collections.map.TypedSortedMap | ||
| Method 'public java.util.Set decorate(java.util.Set)' has been removed | org.apache.commons.collections.map.UnmodifiableEntrySet | public java.util.Set decorate(java.util.Set) | |
| Method 'public java.util.Map decorate(java.util.Map)' has been removed | org.apache.commons.collections.map.UnmodifiableMap | public java.util.Map decorate(java.util.Map) | |
| Method 'public org.apache.commons.collections.OrderedMap decorate(org.apache.commons.collections.OrderedMap)' has been removed | org.apache.commons.collections.map.UnmodifiableOrderedMap | public org.apache.commons.collections.OrderedMap decorate(org.apache.commons.collections.OrderedMap) | |
| Return type of method 'public org.apache.commons.collections.MapIterator mapIterator()' has been changed to org.apache.commons.collections.OrderedMapIterator | org.apache.commons.collections.map.UnmodifiableOrderedMap | public org.apache.commons.collections.MapIterator mapIterator() | |
| Method 'public org.apache.commons.collections.OrderedMapIterator orderedMapIterator()' has been removed | org.apache.commons.collections.map.UnmodifiableOrderedMap | public org.apache.commons.collections.OrderedMapIterator orderedMapIterator() | |
| Method 'public java.util.SortedMap decorate(java.util.SortedMap)' has been removed | org.apache.commons.collections.map.UnmodifiableSortedMap | public java.util.SortedMap decorate(java.util.SortedMap) | |
| Method 'protected java.util.Set getSet()' has been removed | org.apache.commons.collections.set.AbstractSetDecorator | protected java.util.Set getSet() | |
| Method 'protected java.util.SortedSet getSortedSet()' has been removed | org.apache.commons.collections.set.AbstractSortedSetDecorator | protected java.util.SortedSet getSortedSet() | |
| Method 'public org.apache.commons.collections.set.ListOrderedSet decorate(java.util.Set, java.util.List)' has been removed | org.apache.commons.collections.set.ListOrderedSet | public org.apache.commons.collections.set.ListOrderedSet decorate(java.util.Set, java.util.List) | |
| Method 'public org.apache.commons.collections.set.ListOrderedSet decorate(java.util.Set)' has been removed | org.apache.commons.collections.set.ListOrderedSet | public org.apache.commons.collections.set.ListOrderedSet decorate(java.util.Set) | |
| Method 'public org.apache.commons.collections.set.ListOrderedSet decorate(java.util.List)' has been removed | org.apache.commons.collections.set.ListOrderedSet | public org.apache.commons.collections.set.ListOrderedSet decorate(java.util.List) | |
| Return type of method 'public java.util.Iterator iterator()' has been changed to org.apache.commons.collections.OrderedIterator | org.apache.commons.collections.set.ListOrderedSet | public java.util.Iterator iterator() | |
| Method 'public java.util.Set decorate(java.util.Map)' has been removed | org.apache.commons.collections.set.MapBackedSet | public java.util.Set decorate(java.util.Map) | |
| Method 'public java.util.Set decorate(java.util.Map, java.lang.Object)' has been removed | org.apache.commons.collections.set.MapBackedSet | public java.util.Set decorate(java.util.Map, java.lang.Object) | |
| Removed org.apache.commons.collections.collection.AbstractSerializableCollectionDecorator from the list of superclasses | org.apache.commons.collections.set.PredicatedSet | ||
| Method 'public java.util.Set decorate(java.util.Set, org.apache.commons.collections.Predicate)' has been removed | org.apache.commons.collections.set.PredicatedSet | public java.util.Set decorate(java.util.Set, org.apache.commons.collections.Predicate) | |
| Method 'protected java.util.Set getSet()' has been removed | org.apache.commons.collections.set.PredicatedSet | protected java.util.Set getSet() | |
| Removed org.apache.commons.collections.collection.AbstractSerializableCollectionDecorator from the list of superclasses | org.apache.commons.collections.set.PredicatedSortedSet | ||
| Method 'public java.util.SortedSet decorate(java.util.SortedSet, org.apache.commons.collections.Predicate)' has been removed | org.apache.commons.collections.set.PredicatedSortedSet | public java.util.SortedSet decorate(java.util.SortedSet, org.apache.commons.collections.Predicate) | |
| Method 'public java.util.Set decorate(java.util.Set)' has been removed | org.apache.commons.collections.set.SynchronizedSet | public java.util.Set decorate(java.util.Set) | |
| Method 'public java.util.SortedSet decorate(java.util.SortedSet)' has been removed | org.apache.commons.collections.set.SynchronizedSortedSet | public java.util.SortedSet decorate(java.util.SortedSet) | |
| Removed org.apache.commons.collections.collection.AbstractSerializableCollectionDecorator from the list of superclasses | org.apache.commons.collections.set.TransformedSet | ||
| Method 'public java.util.Set decorate(java.util.Set, org.apache.commons.collections.Transformer)' has been removed | org.apache.commons.collections.set.TransformedSet | public java.util.Set decorate(java.util.Set, org.apache.commons.collections.Transformer) | |
| Removed org.apache.commons.collections.collection.AbstractSerializableCollectionDecorator from the list of superclasses | org.apache.commons.collections.set.TransformedSortedSet | ||
| Method 'public java.util.SortedSet decorate(java.util.SortedSet, org.apache.commons.collections.Transformer)' has been removed | org.apache.commons.collections.set.TransformedSortedSet | public java.util.SortedSet decorate(java.util.SortedSet, org.apache.commons.collections.Transformer) | |
| Class org.apache.commons.collections.set.TypedSet removed | org.apache.commons.collections.set.TypedSet | ||
| Class org.apache.commons.collections.set.TypedSortedSet removed | org.apache.commons.collections.set.TypedSortedSet | ||
| Method 'public java.util.Set decorate(java.util.Set)' has been removed | org.apache.commons.collections.set.UnmodifiableSet | public java.util.Set decorate(java.util.Set) | |
| Method 'public java.util.SortedSet decorate(java.util.SortedSet)' has been removed | org.apache.commons.collections.set.UnmodifiableSortedSet | public java.util.SortedSet decorate(java.util.SortedSet) | |
| Method 'public org.apache.commons.collections.Bag emptyBag()' has been added | org.apache.commons.collections.BagUtils | public org.apache.commons.collections.Bag emptyBag() | |
| Method 'public org.apache.commons.collections.SortedBag emptySortedBag()' has been added | org.apache.commons.collections.BagUtils | public org.apache.commons.collections.SortedBag emptySortedBag() | |
| Method 'public org.apache.commons.collections.Bag transformingBag(org.apache.commons.collections.Bag, org.apache.commons.collections.Transformer)' has been added | org.apache.commons.collections.BagUtils | public org.apache.commons.collections.Bag transformingBag(org.apache.commons.collections.Bag, org.apache.commons.collections.Transformer) | |
| Method 'public org.apache.commons.collections.SortedBag transformingSortedBag(org.apache.commons.collections.SortedBag, org.apache.commons.collections.Transformer)' has been added | org.apache.commons.collections.BagUtils | public org.apache.commons.collections.SortedBag transformingSortedBag(org.apache.commons.collections.SortedBag, org.apache.commons.collections.Transformer) | |
| Added org.apache.commons.collections.Get to the set of implemented interfaces | org.apache.commons.collections.BidiMap | ||
| Added org.apache.commons.collections.IterableGet to the set of implemented interfaces | org.apache.commons.collections.BidiMap | ||
| Added org.apache.commons.collections.Put to the set of implemented interfaces | org.apache.commons.collections.BidiMap | ||
| Method 'public org.apache.commons.collections.MapIterator mapIterator()' has been removed, but an inherited definition exists. | org.apache.commons.collections.BidiMap | public org.apache.commons.collections.MapIterator mapIterator() | |
| Added org.apache.commons.collections.Get to the set of implemented interfaces | org.apache.commons.collections.BoundedMap | ||
| Added org.apache.commons.collections.IterableGet to the set of implemented interfaces | org.apache.commons.collections.BoundedMap | ||
| Added org.apache.commons.collections.IterableMap to the set of implemented interfaces | org.apache.commons.collections.BoundedMap | ||
| Added org.apache.commons.collections.Put to the set of implemented interfaces | org.apache.commons.collections.BoundedMap | ||
| Method 'public java.lang.Throwable getCause()' has been removed, but an inherited definition exists. | org.apache.commons.collections.BufferOverflowException | public java.lang.Throwable getCause() | |
| Method 'public java.lang.Throwable getCause()' has been removed, but an inherited definition exists. | org.apache.commons.collections.BufferUnderflowException | public java.lang.Throwable getCause() | |
| Method 'public org.apache.commons.collections.Buffer emptyBuffer()' has been added | org.apache.commons.collections.BufferUtils | public org.apache.commons.collections.Buffer emptyBuffer() | |
| Method 'public org.apache.commons.collections.Buffer transformingBuffer(org.apache.commons.collections.Buffer, org.apache.commons.collections.Transformer)' has been added | org.apache.commons.collections.BufferUtils | public org.apache.commons.collections.Buffer transformingBuffer(org.apache.commons.collections.Buffer, org.apache.commons.collections.Transformer) | |
| Method 'public boolean addAll(java.util.Collection, java.lang.Iterable)' has been added | org.apache.commons.collections.CollectionUtils | public boolean addAll(java.util.Collection, java.lang.Iterable) | |
| Method 'public boolean containsAll(java.util.Collection, java.util.Collection)' has been added | org.apache.commons.collections.CollectionUtils | public boolean containsAll(java.util.Collection, java.util.Collection) | |
| Method 'public java.util.Collection emptyCollection()' has been added | org.apache.commons.collections.CollectionUtils | public java.util.Collection emptyCollection() | |
| Method 'public java.util.Collection emptyIfNull(java.util.Collection)' has been added | org.apache.commons.collections.CollectionUtils | public java.util.Collection emptyIfNull(java.util.Collection) | |
| Method 'public java.lang.Object extractSingleton(java.util.Collection)' has been added | org.apache.commons.collections.CollectionUtils | public java.lang.Object extractSingleton(java.util.Collection) | |
| Method 'public org.apache.commons.collections.Closure forAllDo(java.util.Iterator, org.apache.commons.collections.Closure)' has been added | org.apache.commons.collections.CollectionUtils | public org.apache.commons.collections.Closure forAllDo(java.util.Iterator, org.apache.commons.collections.Closure) | |
| Method 'public java.lang.Object get(java.util.Iterator, int)' has been added | org.apache.commons.collections.CollectionUtils | public java.lang.Object get(java.util.Iterator, int) | |
| Method 'public java.lang.Object get(java.lang.Iterable, int)' has been added | org.apache.commons.collections.CollectionUtils | public java.lang.Object get(java.lang.Iterable, int) | |
| Method 'public java.util.Map$Entry get(java.util.Map, int)' has been added | org.apache.commons.collections.CollectionUtils | public java.util.Map$Entry get(java.util.Map, int) | |
| Method 'public java.util.Collection subtract(java.lang.Iterable, java.lang.Iterable, org.apache.commons.collections.Predicate)' has been added | org.apache.commons.collections.CollectionUtils | public java.util.Collection subtract(java.lang.Iterable, java.lang.Iterable, org.apache.commons.collections.Predicate) | |
| Method 'public java.util.Collection transformingCollection(java.util.Collection, org.apache.commons.collections.Transformer)' has been added | org.apache.commons.collections.CollectionUtils | public java.util.Collection transformingCollection(java.util.Collection, org.apache.commons.collections.Transformer) | |
| Method 'public java.util.List toList(java.util.StringTokenizer)' has been added | org.apache.commons.collections.EnumerationUtils | public java.util.List toList(java.util.StringTokenizer) | |
| Method 'public java.lang.Object put(java.lang.String, java.lang.Object)' has been added | org.apache.commons.collections.ExtendedProperties | public java.lang.Object put(java.lang.String, java.lang.Object) | |
| Method 'public java.lang.Object put(java.lang.Object, java.lang.Object)' has been added | org.apache.commons.collections.ExtendedProperties | public java.lang.Object put(java.lang.Object, java.lang.Object) | |
| Method 'public void putAll(java.util.Map)' has been added | org.apache.commons.collections.ExtendedProperties | public void putAll(java.util.Map) | |
| Method 'public java.lang.Object remove(java.lang.Object)' has been added | org.apache.commons.collections.ExtendedProperties | public java.lang.Object remove(java.lang.Object) | |
| Method 'public java.lang.Throwable getCause()' has been removed, but an inherited definition exists. | org.apache.commons.collections.FunctorException | public java.lang.Throwable getCause() | |
| Method 'public void printStackTrace()' has been removed, but an inherited definition exists. | org.apache.commons.collections.FunctorException | public void printStackTrace() | |
| Method 'public void printStackTrace(java.io.PrintStream)' has been removed, but an inherited definition exists. | org.apache.commons.collections.FunctorException | public void printStackTrace(java.io.PrintStream) | |
| Method 'public void printStackTrace(java.io.PrintWriter)' has been removed, but an inherited definition exists. | org.apache.commons.collections.FunctorException | public void printStackTrace(java.io.PrintWriter) | |
| Class org.apache.commons.collections.Get added | org.apache.commons.collections.Get | ||
| Class org.apache.commons.collections.IterableGet added | org.apache.commons.collections.IterableGet | ||
| Added org.apache.commons.collections.Get to the set of implemented interfaces | org.apache.commons.collections.IterableMap | ||
| Added org.apache.commons.collections.IterableGet to the set of implemented interfaces | org.apache.commons.collections.IterableMap | ||
| Added org.apache.commons.collections.Put to the set of implemented interfaces | org.apache.commons.collections.IterableMap | ||
| Method 'public org.apache.commons.collections.MapIterator mapIterator()' has been removed, but an inherited definition exists. | org.apache.commons.collections.IterableMap | public org.apache.commons.collections.MapIterator mapIterator() | |
| Class org.apache.commons.collections.IterableSortedMap added | org.apache.commons.collections.IterableSortedMap | ||
| Method 'public java.lang.Iterable asIterable(java.util.Iterator)' has been added | org.apache.commons.collections.IteratorUtils | public java.lang.Iterable asIterable(java.util.Iterator) | |
| Method 'public java.lang.Iterable asMultipleUseIterable(java.util.Iterator)' has been added | org.apache.commons.collections.IteratorUtils | public java.lang.Iterable asMultipleUseIterable(java.util.Iterator) | |
| Method 'public org.apache.commons.collections.iterators.NodeListIterator nodeListIterator(org.w3c.dom.NodeList)' has been added | org.apache.commons.collections.IteratorUtils | public org.apache.commons.collections.iterators.NodeListIterator nodeListIterator(org.w3c.dom.NodeList) | |
| Method 'public org.apache.commons.collections.iterators.NodeListIterator nodeListIterator(org.w3c.dom.Node)' has been added | org.apache.commons.collections.IteratorUtils | public org.apache.commons.collections.iterators.NodeListIterator nodeListIterator(org.w3c.dom.Node) | |
| Method 'public java.util.List emptyIfNull(java.util.List)' has been added | org.apache.commons.collections.ListUtils | public java.util.List emptyIfNull(java.util.List) | |
| Method 'public int indexOf(java.util.List, org.apache.commons.collections.Predicate)' has been added | org.apache.commons.collections.ListUtils | public int indexOf(java.util.List, org.apache.commons.collections.Predicate) | |
| Method 'public java.util.List partition(java.util.List, int)' has been added | org.apache.commons.collections.ListUtils | public java.util.List partition(java.util.List, int) | |
| Method 'public java.util.List range(int)' has been added | org.apache.commons.collections.ListUtils | public java.util.List range(int) | |
| Method 'public java.util.List range(int, int)' has been added | org.apache.commons.collections.ListUtils | public java.util.List range(int, int) | |
| Method 'public java.util.List select(java.util.Collection, org.apache.commons.collections.Predicate)' has been added | org.apache.commons.collections.ListUtils | public java.util.List select(java.util.Collection, org.apache.commons.collections.Predicate) | |
| Method 'public java.util.List selectRejected(java.util.Collection, org.apache.commons.collections.Predicate)' has been added | org.apache.commons.collections.ListUtils | public java.util.List selectRejected(java.util.Collection, org.apache.commons.collections.Predicate) | |
| Method 'public java.util.Map emptyIfNull(java.util.Map)' has been added | org.apache.commons.collections.MapUtils | public java.util.Map emptyIfNull(java.util.Map) | |
| Method 'public org.apache.commons.collections.IterableMap iterableMap(java.util.Map)' has been added | org.apache.commons.collections.MapUtils | public org.apache.commons.collections.IterableMap iterableMap(java.util.Map) | |
| Method 'public org.apache.commons.collections.IterableSortedMap iterableSortedMap(java.util.SortedMap)' has been added | org.apache.commons.collections.MapUtils | public org.apache.commons.collections.IterableSortedMap iterableSortedMap(java.util.SortedMap) | |
| Method 'public void populateMap(java.util.Map, java.util.Collection, org.apache.commons.collections.Transformer)' has been added | org.apache.commons.collections.MapUtils | public void populateMap(java.util.Map, java.util.Collection, org.apache.commons.collections.Transformer) | |
| Method 'public void populateMap(java.util.Map, java.util.Collection, org.apache.commons.collections.Transformer, org.apache.commons.collections.Transformer)' has been added | org.apache.commons.collections.MapUtils | public void populateMap(java.util.Map, java.util.Collection, org.apache.commons.collections.Transformer, org.apache.commons.collections.Transformer) | |
| Added org.apache.commons.collections.Get to the set of implemented interfaces | org.apache.commons.collections.MultiMap | ||
| Added org.apache.commons.collections.IterableGet to the set of implemented interfaces | org.apache.commons.collections.MultiMap | ||
| Added org.apache.commons.collections.IterableMap to the set of implemented interfaces | org.apache.commons.collections.MultiMap | ||
| Added org.apache.commons.collections.Put to the set of implemented interfaces | org.apache.commons.collections.MultiMap | ||
| Added org.apache.commons.collections.Get to the set of implemented interfaces | org.apache.commons.collections.OrderedBidiMap | ||
| Added org.apache.commons.collections.IterableGet to the set of implemented interfaces | org.apache.commons.collections.OrderedBidiMap | ||
| Added org.apache.commons.collections.Put to the set of implemented interfaces | org.apache.commons.collections.OrderedBidiMap | ||
| Added org.apache.commons.collections.Get to the set of implemented interfaces | org.apache.commons.collections.OrderedMap | ||
| Added org.apache.commons.collections.IterableGet to the set of implemented interfaces | org.apache.commons.collections.OrderedMap | ||
| Added org.apache.commons.collections.Put to the set of implemented interfaces | org.apache.commons.collections.OrderedMap | ||
| Class org.apache.commons.collections.Put added | org.apache.commons.collections.Put | ||
| Added org.apache.commons.collections.OrderedIterator to the set of implemented interfaces | org.apache.commons.collections.ResettableListIterator | ||
| Method 'public void reset()' has been removed, but an inherited definition exists. | org.apache.commons.collections.ResettableListIterator | public void reset() | |
| Method 'public java.util.Set emptyIfNull(java.util.Set)' has been added | org.apache.commons.collections.SetUtils | public java.util.Set emptyIfNull(java.util.Set) | |
| Method 'public java.util.Set emptySet()' has been added | org.apache.commons.collections.SetUtils | public java.util.Set emptySet() | |
| Method 'public java.util.SortedSet emptySortedSet()' has been added | org.apache.commons.collections.SetUtils | public java.util.SortedSet emptySortedSet() | |
| Added org.apache.commons.collections.Get to the set of implemented interfaces | org.apache.commons.collections.SortedBidiMap | ||
| Added org.apache.commons.collections.IterableGet to the set of implemented interfaces | org.apache.commons.collections.SortedBidiMap | ||
| Added org.apache.commons.collections.Put to the set of implemented interfaces | org.apache.commons.collections.SortedBidiMap | ||
| Class org.apache.commons.collections.SplitMapUtils added | org.apache.commons.collections.SplitMapUtils | ||
| Class org.apache.commons.collections.Trie added | org.apache.commons.collections.Trie | ||
| Class org.apache.commons.collections.Trie$Cursor added | org.apache.commons.collections.Trie$Cursor | ||
| Class org.apache.commons.collections.Trie$Cursor$Decision added | org.apache.commons.collections.Trie$Cursor$Decision | ||
| Class org.apache.commons.collections.TrieUtils added | org.apache.commons.collections.TrieUtils | ||
| Added java.io.Serializable to the set of implemented interfaces | org.apache.commons.collections.bag.AbstractBagDecorator | ||
| Method 'protected org.apache.commons.collections.Bag decorated()' has been added | org.apache.commons.collections.bag.AbstractBagDecorator | protected org.apache.commons.collections.Bag decorated() | |
| Method 'protected java.util.Collection decorated()' has been added | org.apache.commons.collections.bag.AbstractBagDecorator | protected java.util.Collection decorated() | |
| Added java.io.Serializable to the set of implemented interfaces | org.apache.commons.collections.bag.AbstractSortedBagDecorator | ||
| Method 'protected org.apache.commons.collections.SortedBag decorated()' has been added | org.apache.commons.collections.bag.AbstractSortedBagDecorator | protected org.apache.commons.collections.SortedBag decorated() | |
| Method 'protected org.apache.commons.collections.Bag decorated()' has been added | org.apache.commons.collections.bag.AbstractSortedBagDecorator | protected org.apache.commons.collections.Bag decorated() | |
| Method 'protected java.util.Collection decorated()' has been added | org.apache.commons.collections.bag.AbstractSortedBagDecorator | protected java.util.Collection decorated() | |
| Method 'protected org.apache.commons.collections.Bag decorated()' has been added | org.apache.commons.collections.bag.PredicatedBag | protected org.apache.commons.collections.Bag decorated() | |
| Method 'protected java.util.Collection decorated()' has been added | org.apache.commons.collections.bag.PredicatedBag | protected java.util.Collection decorated() | |
| Method 'public org.apache.commons.collections.bag.PredicatedBag predicatedBag(org.apache.commons.collections.Bag, org.apache.commons.collections.Predicate)' has been added | org.apache.commons.collections.bag.PredicatedBag | public org.apache.commons.collections.bag.PredicatedBag predicatedBag(org.apache.commons.collections.Bag, org.apache.commons.collections.Predicate) | |
| Method 'protected org.apache.commons.collections.SortedBag decorated()' has been added | org.apache.commons.collections.bag.PredicatedSortedBag | protected org.apache.commons.collections.SortedBag decorated() | |
| Method 'protected org.apache.commons.collections.Bag decorated()' has been added | org.apache.commons.collections.bag.PredicatedSortedBag | protected org.apache.commons.collections.Bag decorated() | |
| Method 'protected java.util.Collection decorated()' has been added | org.apache.commons.collections.bag.PredicatedSortedBag | protected java.util.Collection decorated() | |
| Method 'public org.apache.commons.collections.bag.PredicatedSortedBag predicatedSortedBag(org.apache.commons.collections.SortedBag, org.apache.commons.collections.Predicate)' has been added | org.apache.commons.collections.bag.PredicatedSortedBag | public org.apache.commons.collections.bag.PredicatedSortedBag predicatedSortedBag(org.apache.commons.collections.SortedBag, org.apache.commons.collections.Predicate) | |
| Method 'public org.apache.commons.collections.bag.SynchronizedBag synchronizedBag(org.apache.commons.collections.Bag)' has been added | org.apache.commons.collections.bag.SynchronizedBag | public org.apache.commons.collections.bag.SynchronizedBag synchronizedBag(org.apache.commons.collections.Bag) | |
| Method 'public org.apache.commons.collections.bag.SynchronizedSortedBag synchronizedSortedBag(org.apache.commons.collections.SortedBag)' has been added | org.apache.commons.collections.bag.SynchronizedSortedBag | public org.apache.commons.collections.bag.SynchronizedSortedBag synchronizedSortedBag(org.apache.commons.collections.SortedBag) | |
| Method 'public org.apache.commons.collections.Bag transformedBag(org.apache.commons.collections.Bag, org.apache.commons.collections.Transformer)' has been added | org.apache.commons.collections.bag.TransformedBag | public org.apache.commons.collections.Bag transformedBag(org.apache.commons.collections.Bag, org.apache.commons.collections.Transformer) | |
| Method 'public org.apache.commons.collections.Bag transformingBag(org.apache.commons.collections.Bag, org.apache.commons.collections.Transformer)' has been added | org.apache.commons.collections.bag.TransformedBag | public org.apache.commons.collections.Bag transformingBag(org.apache.commons.collections.Bag, org.apache.commons.collections.Transformer) | |
| Method 'public org.apache.commons.collections.bag.TransformedSortedBag transformedSortedBag(org.apache.commons.collections.SortedBag, org.apache.commons.collections.Transformer)' has been added | org.apache.commons.collections.bag.TransformedSortedBag | public org.apache.commons.collections.bag.TransformedSortedBag transformedSortedBag(org.apache.commons.collections.SortedBag, org.apache.commons.collections.Transformer) | |
| Method 'public org.apache.commons.collections.bag.TransformedSortedBag transformingSortedBag(org.apache.commons.collections.SortedBag, org.apache.commons.collections.Transformer)' has been added | org.apache.commons.collections.bag.TransformedSortedBag | public org.apache.commons.collections.bag.TransformedSortedBag transformingSortedBag(org.apache.commons.collections.SortedBag, org.apache.commons.collections.Transformer) | |
| Method 'public boolean add(java.lang.Object)' has been added | org.apache.commons.collections.bag.TreeBag | public boolean add(java.lang.Object) | |
| Method 'protected java.util.SortedMap getMap()' has been added | org.apache.commons.collections.bag.TreeBag | protected java.util.SortedMap getMap() | |
| Method 'protected java.util.Map getMap()' has been added | org.apache.commons.collections.bag.TreeBag | protected java.util.Map getMap() | |
| Method 'public org.apache.commons.collections.Bag unmodifiableBag(org.apache.commons.collections.Bag)' has been added | org.apache.commons.collections.bag.UnmodifiableBag | public org.apache.commons.collections.Bag unmodifiableBag(org.apache.commons.collections.Bag) | |
| Method 'public org.apache.commons.collections.SortedBag unmodifiableSortedBag(org.apache.commons.collections.SortedBag)' has been added | org.apache.commons.collections.bag.UnmodifiableSortedBag | public org.apache.commons.collections.SortedBag unmodifiableSortedBag(org.apache.commons.collections.SortedBag) | |
| Added org.apache.commons.collections.Get to the set of implemented interfaces | org.apache.commons.collections.bidimap.AbstractBidiMapDecorator | ||
| Added org.apache.commons.collections.IterableGet to the set of implemented interfaces | org.apache.commons.collections.bidimap.AbstractBidiMapDecorator | ||
| Added org.apache.commons.collections.Put to the set of implemented interfaces | org.apache.commons.collections.bidimap.AbstractBidiMapDecorator | ||
| Added org.apache.commons.collections.map.AbstractIterableMap to the list of superclasses | org.apache.commons.collections.bidimap.AbstractBidiMapDecorator | ||
| Method 'protected org.apache.commons.collections.BidiMap decorated()' has been added | org.apache.commons.collections.bidimap.AbstractBidiMapDecorator | protected org.apache.commons.collections.BidiMap decorated() | |
| Method 'protected java.util.Map decorated()' has been added | org.apache.commons.collections.bidimap.AbstractBidiMapDecorator | protected java.util.Map decorated() | |
| Added org.apache.commons.collections.Get to the set of implemented interfaces | org.apache.commons.collections.bidimap.AbstractDualBidiMap | ||
| Added org.apache.commons.collections.IterableGet to the set of implemented interfaces | org.apache.commons.collections.bidimap.AbstractDualBidiMap | ||
| Added org.apache.commons.collections.Put to the set of implemented interfaces | org.apache.commons.collections.bidimap.AbstractDualBidiMap | ||
| Added protected field normalMap | org.apache.commons.collections.bidimap.AbstractDualBidiMap | normalMap | |
| Added protected field reverseMap | org.apache.commons.collections.bidimap.AbstractDualBidiMap | reverseMap | |
| Added java.io.Serializable to the set of implemented interfaces | org.apache.commons.collections.bidimap.AbstractDualBidiMap$EntrySet | ||
| Added org.apache.commons.collections.iterators.AbstractUntypedIteratorDecorator to the list of superclasses | org.apache.commons.collections.bidimap.AbstractDualBidiMap$EntrySetIterator | ||
| Method 'public java.lang.Object next()' has been added | org.apache.commons.collections.bidimap.AbstractDualBidiMap$EntrySetIterator | public java.lang.Object next() | |
| Added java.io.Serializable to the set of implemented interfaces | org.apache.commons.collections.bidimap.AbstractDualBidiMap$KeySet | ||
| Added org.apache.commons.collections.iterators.AbstractUntypedIteratorDecorator to the list of superclasses | org.apache.commons.collections.bidimap.AbstractDualBidiMap$KeySetIterator | ||
| Added java.io.Serializable to the set of implemented interfaces | org.apache.commons.collections.bidimap.AbstractDualBidiMap$Values | ||
| Added org.apache.commons.collections.iterators.AbstractUntypedIteratorDecorator to the list of superclasses | org.apache.commons.collections.bidimap.AbstractDualBidiMap$ValuesIterator | ||
| Added java.io.Serializable to the set of implemented interfaces | org.apache.commons.collections.bidimap.AbstractDualBidiMap$View | ||
| Added org.apache.commons.collections.Get to the set of implemented interfaces | org.apache.commons.collections.bidimap.AbstractOrderedBidiMapDecorator | ||
| Added org.apache.commons.collections.IterableGet to the set of implemented interfaces | org.apache.commons.collections.bidimap.AbstractOrderedBidiMapDecorator | ||
| Added org.apache.commons.collections.Put to the set of implemented interfaces | org.apache.commons.collections.bidimap.AbstractOrderedBidiMapDecorator | ||
| Added org.apache.commons.collections.map.AbstractIterableMap to the list of superclasses | org.apache.commons.collections.bidimap.AbstractOrderedBidiMapDecorator | ||
| Method 'protected org.apache.commons.collections.OrderedBidiMap decorated()' has been added | org.apache.commons.collections.bidimap.AbstractOrderedBidiMapDecorator | protected org.apache.commons.collections.OrderedBidiMap decorated() | |
| Method 'protected org.apache.commons.collections.BidiMap decorated()' has been added | org.apache.commons.collections.bidimap.AbstractOrderedBidiMapDecorator | protected org.apache.commons.collections.BidiMap decorated() | |
| Method 'protected java.util.Map decorated()' has been added | org.apache.commons.collections.bidimap.AbstractOrderedBidiMapDecorator | protected java.util.Map decorated() | |
| Method 'public org.apache.commons.collections.OrderedBidiMap inverseBidiMap()' has been added | org.apache.commons.collections.bidimap.AbstractOrderedBidiMapDecorator | public org.apache.commons.collections.OrderedBidiMap inverseBidiMap() | |
| Method 'public org.apache.commons.collections.BidiMap inverseBidiMap()' has been added | org.apache.commons.collections.bidimap.AbstractOrderedBidiMapDecorator | public org.apache.commons.collections.BidiMap inverseBidiMap() | |
| Method 'public org.apache.commons.collections.OrderedMapIterator mapIterator()' has been added | org.apache.commons.collections.bidimap.AbstractOrderedBidiMapDecorator | public org.apache.commons.collections.OrderedMapIterator mapIterator() | |
| Method 'public org.apache.commons.collections.MapIterator mapIterator()' has been added | org.apache.commons.collections.bidimap.AbstractOrderedBidiMapDecorator | public org.apache.commons.collections.MapIterator mapIterator() | |
| Added org.apache.commons.collections.Get to the set of implemented interfaces | org.apache.commons.collections.bidimap.AbstractSortedBidiMapDecorator | ||
| Added org.apache.commons.collections.IterableGet to the set of implemented interfaces | org.apache.commons.collections.bidimap.AbstractSortedBidiMapDecorator | ||
| Added org.apache.commons.collections.Put to the set of implemented interfaces | org.apache.commons.collections.bidimap.AbstractSortedBidiMapDecorator | ||
| Added org.apache.commons.collections.map.AbstractIterableMap to the list of superclasses | org.apache.commons.collections.bidimap.AbstractSortedBidiMapDecorator | ||
| Method 'protected org.apache.commons.collections.SortedBidiMap decorated()' has been added | org.apache.commons.collections.bidimap.AbstractSortedBidiMapDecorator | protected org.apache.commons.collections.SortedBidiMap decorated() | |
| Method 'protected org.apache.commons.collections.OrderedBidiMap decorated()' has been added | org.apache.commons.collections.bidimap.AbstractSortedBidiMapDecorator | protected org.apache.commons.collections.OrderedBidiMap decorated() | |
| Method 'protected org.apache.commons.collections.BidiMap decorated()' has been added | org.apache.commons.collections.bidimap.AbstractSortedBidiMapDecorator | protected org.apache.commons.collections.BidiMap decorated() | |
| Method 'protected java.util.Map decorated()' has been added | org.apache.commons.collections.bidimap.AbstractSortedBidiMapDecorator | protected java.util.Map decorated() | |
| Method 'public org.apache.commons.collections.SortedBidiMap inverseBidiMap()' has been added | org.apache.commons.collections.bidimap.AbstractSortedBidiMapDecorator | public org.apache.commons.collections.SortedBidiMap inverseBidiMap() | |
| Method 'public org.apache.commons.collections.OrderedBidiMap inverseBidiMap()' has been added | org.apache.commons.collections.bidimap.AbstractSortedBidiMapDecorator | public org.apache.commons.collections.OrderedBidiMap inverseBidiMap() | |
| Method 'public org.apache.commons.collections.BidiMap inverseBidiMap()' has been added | org.apache.commons.collections.bidimap.AbstractSortedBidiMapDecorator | public org.apache.commons.collections.BidiMap inverseBidiMap() | |
| Method 'public java.util.Comparator valueComparator()' has been added | org.apache.commons.collections.bidimap.AbstractSortedBidiMapDecorator | public java.util.Comparator valueComparator() | |
| Added org.apache.commons.collections.Get to the set of implemented interfaces | org.apache.commons.collections.bidimap.DualHashBidiMap | ||
| Added org.apache.commons.collections.IterableGet to the set of implemented interfaces | org.apache.commons.collections.bidimap.DualHashBidiMap | ||
| Added org.apache.commons.collections.Put to the set of implemented interfaces | org.apache.commons.collections.bidimap.DualHashBidiMap | ||
| Class org.apache.commons.collections.bidimap.DualLinkedHashBidiMap added | org.apache.commons.collections.bidimap.DualLinkedHashBidiMap | ||
| Added org.apache.commons.collections.Get to the set of implemented interfaces | org.apache.commons.collections.bidimap.DualTreeBidiMap | ||
| Added org.apache.commons.collections.IterableGet to the set of implemented interfaces | org.apache.commons.collections.bidimap.DualTreeBidiMap | ||
| Added org.apache.commons.collections.Put to the set of implemented interfaces | org.apache.commons.collections.bidimap.DualTreeBidiMap | ||
| Added protected field valueComparator | org.apache.commons.collections.bidimap.DualTreeBidiMap | valueComparator | |
| Method 'protected org.apache.commons.collections.BidiMap createBidiMap(java.util.Map, java.util.Map, org.apache.commons.collections.BidiMap)' has been added | org.apache.commons.collections.bidimap.DualTreeBidiMap | protected org.apache.commons.collections.BidiMap createBidiMap(java.util.Map, java.util.Map, org.apache.commons.collections.BidiMap) | |
| Method 'public org.apache.commons.collections.SortedBidiMap inverseBidiMap()' has been added | org.apache.commons.collections.bidimap.DualTreeBidiMap | public org.apache.commons.collections.SortedBidiMap inverseBidiMap() | |
| Method 'public org.apache.commons.collections.BidiMap inverseBidiMap()' has been added | org.apache.commons.collections.bidimap.DualTreeBidiMap | public org.apache.commons.collections.BidiMap inverseBidiMap() | |
| Method 'public org.apache.commons.collections.OrderedBidiMap inverseBidiMap()' has been added | org.apache.commons.collections.bidimap.DualTreeBidiMap | public org.apache.commons.collections.OrderedBidiMap inverseBidiMap() | |
| Method 'public org.apache.commons.collections.OrderedMapIterator mapIterator()' has been added | org.apache.commons.collections.bidimap.DualTreeBidiMap | public org.apache.commons.collections.OrderedMapIterator mapIterator() | |
| Method 'public org.apache.commons.collections.MapIterator mapIterator()' has been added | org.apache.commons.collections.bidimap.DualTreeBidiMap | public org.apache.commons.collections.MapIterator mapIterator() | |
| Method 'public java.util.Comparator valueComparator()' has been added | org.apache.commons.collections.bidimap.DualTreeBidiMap | public java.util.Comparator valueComparator() | |
| Added org.apache.commons.collections.Get to the set of implemented interfaces | org.apache.commons.collections.bidimap.DualTreeBidiMap$ViewMap | ||
| Added org.apache.commons.collections.IterableGet to the set of implemented interfaces | org.apache.commons.collections.bidimap.DualTreeBidiMap$ViewMap | ||
| Added org.apache.commons.collections.IterableMap to the set of implemented interfaces | org.apache.commons.collections.bidimap.DualTreeBidiMap$ViewMap | ||
| Added org.apache.commons.collections.IterableSortedMap to the set of implemented interfaces | org.apache.commons.collections.bidimap.DualTreeBidiMap$ViewMap | ||
| Added org.apache.commons.collections.OrderedMap to the set of implemented interfaces | org.apache.commons.collections.bidimap.DualTreeBidiMap$ViewMap | ||
| Added org.apache.commons.collections.Put to the set of implemented interfaces | org.apache.commons.collections.bidimap.DualTreeBidiMap$ViewMap | ||
| Added org.apache.commons.collections.map.AbstractIterableMap to the list of superclasses | org.apache.commons.collections.bidimap.DualTreeBidiMap$ViewMap | ||
| Method 'protected org.apache.commons.collections.bidimap.DualTreeBidiMap decorated()' has been added | org.apache.commons.collections.bidimap.DualTreeBidiMap$ViewMap | protected org.apache.commons.collections.bidimap.DualTreeBidiMap decorated() | |
| Method 'protected java.util.SortedMap decorated()' has been added | org.apache.commons.collections.bidimap.DualTreeBidiMap$ViewMap | protected java.util.SortedMap decorated() | |
| Method 'protected java.util.Map decorated()' has been added | org.apache.commons.collections.bidimap.DualTreeBidiMap$ViewMap | protected java.util.Map decorated() | |
| Method 'public java.lang.Object nextKey(java.lang.Object)' has been added | org.apache.commons.collections.bidimap.DualTreeBidiMap$ViewMap | public java.lang.Object nextKey(java.lang.Object) | |
| Method 'public java.lang.Object previousKey(java.lang.Object)' has been added | org.apache.commons.collections.bidimap.DualTreeBidiMap$ViewMap | public java.lang.Object previousKey(java.lang.Object) | |
| Added org.apache.commons.collections.Get to the set of implemented interfaces | org.apache.commons.collections.bidimap.TreeBidiMap | ||
| Added org.apache.commons.collections.IterableGet to the set of implemented interfaces | org.apache.commons.collections.bidimap.TreeBidiMap | ||
| Added org.apache.commons.collections.Put to the set of implemented interfaces | org.apache.commons.collections.bidimap.TreeBidiMap | ||
| Method 'public java.lang.Object firstKey()' has been added | org.apache.commons.collections.bidimap.TreeBidiMap | public java.lang.Object firstKey() | |
| Method 'public java.lang.Object get(java.lang.Object)' has been added | org.apache.commons.collections.bidimap.TreeBidiMap | public java.lang.Object get(java.lang.Object) | |
| Method 'public java.lang.Object getKey(java.lang.Object)' has been added | org.apache.commons.collections.bidimap.TreeBidiMap | public java.lang.Object getKey(java.lang.Object) | |
| Method 'public org.apache.commons.collections.BidiMap inverseBidiMap()' has been added | org.apache.commons.collections.bidimap.TreeBidiMap | public org.apache.commons.collections.BidiMap inverseBidiMap() | |
| Method 'public java.lang.Object lastKey()' has been added | org.apache.commons.collections.bidimap.TreeBidiMap | public java.lang.Object lastKey() | |
| Method 'public org.apache.commons.collections.MapIterator mapIterator()' has been added | org.apache.commons.collections.bidimap.TreeBidiMap | public org.apache.commons.collections.MapIterator mapIterator() | |
| Method 'public java.lang.Comparable nextKey(java.lang.Comparable)' has been added | org.apache.commons.collections.bidimap.TreeBidiMap | public java.lang.Comparable nextKey(java.lang.Comparable) | |
| Method 'public java.lang.Comparable previousKey(java.lang.Comparable)' has been added | org.apache.commons.collections.bidimap.TreeBidiMap | public java.lang.Comparable previousKey(java.lang.Comparable) | |
| Method 'public java.lang.Comparable put(java.lang.Comparable, java.lang.Comparable)' has been added | org.apache.commons.collections.bidimap.TreeBidiMap | public java.lang.Comparable put(java.lang.Comparable, java.lang.Comparable) | |
| Method 'public java.lang.Object remove(java.lang.Object)' has been added | org.apache.commons.collections.bidimap.TreeBidiMap | public java.lang.Object remove(java.lang.Object) | |
| Method 'public java.lang.Object removeValue(java.lang.Object)' has been added | org.apache.commons.collections.bidimap.TreeBidiMap | public java.lang.Object removeValue(java.lang.Object) | |
| Added org.apache.commons.collections.Get to the set of implemented interfaces | org.apache.commons.collections.bidimap.UnmodifiableBidiMap | ||
| Added org.apache.commons.collections.IterableGet to the set of implemented interfaces | org.apache.commons.collections.bidimap.UnmodifiableBidiMap | ||
| Added org.apache.commons.collections.Put to the set of implemented interfaces | org.apache.commons.collections.bidimap.UnmodifiableBidiMap | ||
| Added org.apache.commons.collections.map.AbstractIterableMap to the list of superclasses | org.apache.commons.collections.bidimap.UnmodifiableBidiMap | ||
| Method 'public org.apache.commons.collections.BidiMap unmodifiableBidiMap(org.apache.commons.collections.BidiMap)' has been added | org.apache.commons.collections.bidimap.UnmodifiableBidiMap | public org.apache.commons.collections.BidiMap unmodifiableBidiMap(org.apache.commons.collections.BidiMap) | |
| Added org.apache.commons.collections.Get to the set of implemented interfaces | org.apache.commons.collections.bidimap.UnmodifiableOrderedBidiMap | ||
| Added org.apache.commons.collections.IterableGet to the set of implemented interfaces | org.apache.commons.collections.bidimap.UnmodifiableOrderedBidiMap | ||
| Added org.apache.commons.collections.Put to the set of implemented interfaces | org.apache.commons.collections.bidimap.UnmodifiableOrderedBidiMap | ||
| Added org.apache.commons.collections.map.AbstractIterableMap to the list of superclasses | org.apache.commons.collections.bidimap.UnmodifiableOrderedBidiMap | ||
| Method 'public org.apache.commons.collections.BidiMap inverseBidiMap()' has been added | org.apache.commons.collections.bidimap.UnmodifiableOrderedBidiMap | public org.apache.commons.collections.BidiMap inverseBidiMap() | |
| Method 'public org.apache.commons.collections.MapIterator mapIterator()' has been added | org.apache.commons.collections.bidimap.UnmodifiableOrderedBidiMap | public org.apache.commons.collections.MapIterator mapIterator() | |
| Method 'public org.apache.commons.collections.OrderedBidiMap unmodifiableOrderedBidiMap(org.apache.commons.collections.OrderedBidiMap)' has been added | org.apache.commons.collections.bidimap.UnmodifiableOrderedBidiMap | public org.apache.commons.collections.OrderedBidiMap unmodifiableOrderedBidiMap(org.apache.commons.collections.OrderedBidiMap) | |
| Added org.apache.commons.collections.Get to the set of implemented interfaces | org.apache.commons.collections.bidimap.UnmodifiableSortedBidiMap | ||
| Added org.apache.commons.collections.IterableGet to the set of implemented interfaces | org.apache.commons.collections.bidimap.UnmodifiableSortedBidiMap | ||
| Added org.apache.commons.collections.Put to the set of implemented interfaces | org.apache.commons.collections.bidimap.UnmodifiableSortedBidiMap | ||
| Added org.apache.commons.collections.map.AbstractIterableMap to the list of superclasses | org.apache.commons.collections.bidimap.UnmodifiableSortedBidiMap | ||
| Method 'public org.apache.commons.collections.OrderedBidiMap inverseBidiMap()' has been added | org.apache.commons.collections.bidimap.UnmodifiableSortedBidiMap | public org.apache.commons.collections.OrderedBidiMap inverseBidiMap() | |
| Method 'public org.apache.commons.collections.BidiMap inverseBidiMap()' has been added | org.apache.commons.collections.bidimap.UnmodifiableSortedBidiMap | public org.apache.commons.collections.BidiMap inverseBidiMap() | |
| Method 'public org.apache.commons.collections.MapIterator mapIterator()' has been added | org.apache.commons.collections.bidimap.UnmodifiableSortedBidiMap | public org.apache.commons.collections.MapIterator mapIterator() | |
| Method 'public org.apache.commons.collections.SortedBidiMap unmodifiableSortedBidiMap(org.apache.commons.collections.SortedBidiMap)' has been added | org.apache.commons.collections.bidimap.UnmodifiableSortedBidiMap | public org.apache.commons.collections.SortedBidiMap unmodifiableSortedBidiMap(org.apache.commons.collections.SortedBidiMap) | |
| Added java.io.Serializable to the set of implemented interfaces | org.apache.commons.collections.buffer.AbstractBufferDecorator | ||
| Method 'protected org.apache.commons.collections.Buffer decorated()' has been added | org.apache.commons.collections.buffer.AbstractBufferDecorator | protected org.apache.commons.collections.Buffer decorated() | |
| Method 'protected java.util.Collection decorated()' has been added | org.apache.commons.collections.buffer.AbstractBufferDecorator | protected java.util.Collection decorated() | |
| Method 'public org.apache.commons.collections.buffer.BlockingBuffer blockingBuffer(org.apache.commons.collections.Buffer)' has been added | org.apache.commons.collections.buffer.BlockingBuffer | public org.apache.commons.collections.buffer.BlockingBuffer blockingBuffer(org.apache.commons.collections.Buffer) | |
| Method 'public org.apache.commons.collections.buffer.BlockingBuffer blockingBuffer(org.apache.commons.collections.Buffer, long)' has been added | org.apache.commons.collections.buffer.BlockingBuffer | public org.apache.commons.collections.buffer.BlockingBuffer blockingBuffer(org.apache.commons.collections.Buffer, long) | |
| Method 'public org.apache.commons.collections.buffer.BoundedBuffer boundedBuffer(org.apache.commons.collections.Buffer, int)' has been added | org.apache.commons.collections.buffer.BoundedBuffer | public org.apache.commons.collections.buffer.BoundedBuffer boundedBuffer(org.apache.commons.collections.Buffer, int) | |
| Method 'public org.apache.commons.collections.buffer.BoundedBuffer boundedBuffer(org.apache.commons.collections.Buffer, int, long)' has been added | org.apache.commons.collections.buffer.BoundedBuffer | public org.apache.commons.collections.buffer.BoundedBuffer boundedBuffer(org.apache.commons.collections.Buffer, int, long) | |
| Method 'public java.lang.Object get(int)' has been added | org.apache.commons.collections.buffer.BoundedFifoBuffer | public java.lang.Object get(int) | |
| Method 'protected org.apache.commons.collections.Buffer decorated()' has been added | org.apache.commons.collections.buffer.PredicatedBuffer | protected org.apache.commons.collections.Buffer decorated() | |
| Method 'protected java.util.Collection decorated()' has been added | org.apache.commons.collections.buffer.PredicatedBuffer | protected java.util.Collection decorated() | |
| Method 'public org.apache.commons.collections.buffer.PredicatedBuffer predicatedBuffer(org.apache.commons.collections.Buffer, org.apache.commons.collections.Predicate)' has been added | org.apache.commons.collections.buffer.PredicatedBuffer | public org.apache.commons.collections.buffer.PredicatedBuffer predicatedBuffer(org.apache.commons.collections.Buffer, org.apache.commons.collections.Predicate) | |
| Method 'protected org.apache.commons.collections.Buffer decorated()' has been added | org.apache.commons.collections.buffer.SynchronizedBuffer | protected org.apache.commons.collections.Buffer decorated() | |
| Method 'protected java.util.Collection decorated()' has been added | org.apache.commons.collections.buffer.SynchronizedBuffer | protected java.util.Collection decorated() | |
| Method 'public org.apache.commons.collections.buffer.SynchronizedBuffer synchronizedBuffer(org.apache.commons.collections.Buffer)' has been added | org.apache.commons.collections.buffer.SynchronizedBuffer | public org.apache.commons.collections.buffer.SynchronizedBuffer synchronizedBuffer(org.apache.commons.collections.Buffer) | |
| Method 'public org.apache.commons.collections.buffer.TransformedBuffer transformedBuffer(org.apache.commons.collections.Buffer, org.apache.commons.collections.Transformer)' has been added | org.apache.commons.collections.buffer.TransformedBuffer | public org.apache.commons.collections.buffer.TransformedBuffer transformedBuffer(org.apache.commons.collections.Buffer, org.apache.commons.collections.Transformer) | |
| Method 'public org.apache.commons.collections.buffer.TransformedBuffer transformingBuffer(org.apache.commons.collections.Buffer, org.apache.commons.collections.Transformer)' has been added | org.apache.commons.collections.buffer.TransformedBuffer | public org.apache.commons.collections.buffer.TransformedBuffer transformingBuffer(org.apache.commons.collections.Buffer, org.apache.commons.collections.Transformer) | |
| Method 'public org.apache.commons.collections.Buffer unmodifiableBuffer(org.apache.commons.collections.Buffer)' has been added | org.apache.commons.collections.buffer.UnmodifiableBuffer | public org.apache.commons.collections.Buffer unmodifiableBuffer(org.apache.commons.collections.Buffer) | |
| Added java.io.Serializable to the set of implemented interfaces | org.apache.commons.collections.collection.AbstractCollectionDecorator | ||
| Method 'protected java.util.Collection decorated()' has been added | org.apache.commons.collections.collection.AbstractCollectionDecorator | protected java.util.Collection decorated() | |
| Class org.apache.commons.collections.collection.AbstractUntypedCollectionDecorator added | org.apache.commons.collections.collection.AbstractUntypedCollectionDecorator | ||
| Added java.io.Serializable to the set of implemented interfaces | org.apache.commons.collections.collection.CompositeCollection | ||
| Method 'public CompositeCollection(java.util.Collection, java.util.Collection)' has been added | org.apache.commons.collections.collection.CompositeCollection | public CompositeCollection(java.util.Collection, java.util.Collection) | |
| Method 'protected org.apache.commons.collections.collection.CompositeCollection$CollectionMutator getMutator()' has been added | org.apache.commons.collections.collection.CompositeCollection | protected org.apache.commons.collections.collection.CompositeCollection$CollectionMutator getMutator() | |
| Added java.io.Serializable to the set of implemented interfaces | org.apache.commons.collections.collection.CompositeCollection$CollectionMutator | ||
| Class org.apache.commons.collections.collection.IndexedCollection added | org.apache.commons.collections.collection.IndexedCollection | ||
| Method 'public org.apache.commons.collections.collection.PredicatedCollection predicatedCollection(java.util.Collection, org.apache.commons.collections.Predicate)' has been added | org.apache.commons.collections.collection.PredicatedCollection | public org.apache.commons.collections.collection.PredicatedCollection predicatedCollection(java.util.Collection, org.apache.commons.collections.Predicate) | |
| Method 'protected java.util.Collection decorated()' has been added | org.apache.commons.collections.collection.SynchronizedCollection | protected java.util.Collection decorated() | |
| Method 'public org.apache.commons.collections.collection.SynchronizedCollection synchronizedCollection(java.util.Collection)' has been added | org.apache.commons.collections.collection.SynchronizedCollection | public org.apache.commons.collections.collection.SynchronizedCollection synchronizedCollection(java.util.Collection) | |
| Method 'public org.apache.commons.collections.collection.TransformedCollection transformedCollection(java.util.Collection, org.apache.commons.collections.Transformer)' has been added | org.apache.commons.collections.collection.TransformedCollection | public org.apache.commons.collections.collection.TransformedCollection transformedCollection(java.util.Collection, org.apache.commons.collections.Transformer) | |
| Method 'public org.apache.commons.collections.collection.TransformedCollection transformingCollection(java.util.Collection, org.apache.commons.collections.Transformer)' has been added | org.apache.commons.collections.collection.TransformedCollection | public org.apache.commons.collections.collection.TransformedCollection transformingCollection(java.util.Collection, org.apache.commons.collections.Transformer) | |
| Method 'protected org.apache.commons.collections.BoundedCollection decorated()' has been added | org.apache.commons.collections.collection.UnmodifiableBoundedCollection | protected org.apache.commons.collections.BoundedCollection decorated() | |
| Method 'protected java.util.Collection decorated()' has been added | org.apache.commons.collections.collection.UnmodifiableBoundedCollection | protected java.util.Collection decorated() | |
| Method 'public org.apache.commons.collections.BoundedCollection unmodifiableBoundedCollection(org.apache.commons.collections.BoundedCollection)' has been added | org.apache.commons.collections.collection.UnmodifiableBoundedCollection | public org.apache.commons.collections.BoundedCollection unmodifiableBoundedCollection(org.apache.commons.collections.BoundedCollection) | |
| Method 'public org.apache.commons.collections.BoundedCollection unmodifiableBoundedCollection(java.util.Collection)' has been added | org.apache.commons.collections.collection.UnmodifiableBoundedCollection | public org.apache.commons.collections.BoundedCollection unmodifiableBoundedCollection(java.util.Collection) | |
| Method 'public java.util.Collection unmodifiableCollection(java.util.Collection)' has been added | org.apache.commons.collections.collection.UnmodifiableCollection | public java.util.Collection unmodifiableCollection(java.util.Collection) | |
| Method 'public org.apache.commons.collections.comparators.BooleanComparator booleanComparator(boolean)' has been added | org.apache.commons.collections.comparators.BooleanComparator | public org.apache.commons.collections.comparators.BooleanComparator booleanComparator(boolean) | |
| Added public field INSTANCE | org.apache.commons.collections.comparators.ComparableComparator | INSTANCE | |
| Method 'public org.apache.commons.collections.comparators.ComparableComparator comparableComparator()' has been added | org.apache.commons.collections.comparators.ComparableComparator | public org.apache.commons.collections.comparators.ComparableComparator comparableComparator() | |
| Method 'public int compare(java.lang.Comparable, java.lang.Comparable)' has been added | org.apache.commons.collections.comparators.ComparableComparator | public int compare(java.lang.Comparable, java.lang.Comparable) | |
| Added java.io.Serializable to the set of implemented interfaces | org.apache.commons.collections.comparators.FixedOrderComparator | ||
| Method 'public boolean equals(java.lang.Object)' has been added | org.apache.commons.collections.comparators.FixedOrderComparator | public boolean equals(java.lang.Object) | |
| Method 'public int hashCode()' has been added | org.apache.commons.collections.comparators.FixedOrderComparator | public int hashCode() | |
| Class org.apache.commons.collections.comparators.FixedOrderComparator$UnknownObjectBehavior added | org.apache.commons.collections.comparators.FixedOrderComparator$UnknownObjectBehavior | ||
| Added java.io.Serializable to the set of implemented interfaces | org.apache.commons.collections.comparators.TransformingComparator | ||
| Method 'public boolean equals(java.lang.Object)' has been added | org.apache.commons.collections.comparators.TransformingComparator | public boolean equals(java.lang.Object) | |
| Method 'public int hashCode()' has been added | org.apache.commons.collections.comparators.TransformingComparator | public int hashCode() | |
| Class org.apache.commons.collections.comparators.sequence.CommandVisitor added | org.apache.commons.collections.comparators.sequence.CommandVisitor | ||
| Class org.apache.commons.collections.comparators.sequence.DeleteCommand added | org.apache.commons.collections.comparators.sequence.DeleteCommand | ||
| Class org.apache.commons.collections.comparators.sequence.EditCommand added | org.apache.commons.collections.comparators.sequence.EditCommand | ||
| Class org.apache.commons.collections.comparators.sequence.EditScript added | org.apache.commons.collections.comparators.sequence.EditScript | ||
| Class org.apache.commons.collections.comparators.sequence.InsertCommand added | org.apache.commons.collections.comparators.sequence.InsertCommand | ||
| Class org.apache.commons.collections.comparators.sequence.KeepCommand added | org.apache.commons.collections.comparators.sequence.KeepCommand | ||
| Class org.apache.commons.collections.comparators.sequence.ReplacementsFinder added | org.apache.commons.collections.comparators.sequence.ReplacementsFinder | ||
| Class org.apache.commons.collections.comparators.sequence.ReplacementsHandler added | org.apache.commons.collections.comparators.sequence.ReplacementsHandler | ||
| Class org.apache.commons.collections.comparators.sequence.SequencesComparator added | org.apache.commons.collections.comparators.sequence.SequencesComparator | ||
| Class org.apache.commons.collections.comparators.sequence.Snake added | org.apache.commons.collections.comparators.sequence.Snake | ||
| Class org.apache.commons.collections.functors.AbstractQuantifierPredicate added | org.apache.commons.collections.functors.AbstractQuantifierPredicate | ||
| Added org.apache.commons.collections.functors.AbstractQuantifierPredicate to the list of superclasses | org.apache.commons.collections.functors.AllPredicate | ||
| Method 'public org.apache.commons.collections.Predicate allPredicate(org.apache.commons.collections.Predicate[])' has been added | org.apache.commons.collections.functors.AllPredicate | public org.apache.commons.collections.Predicate allPredicate(org.apache.commons.collections.Predicate[]) | |
| Method 'public org.apache.commons.collections.Predicate allPredicate(java.util.Collection)' has been added | org.apache.commons.collections.functors.AllPredicate | public org.apache.commons.collections.Predicate allPredicate(java.util.Collection) | |
| Method 'public org.apache.commons.collections.Predicate[] getPredicates()' has been removed, but an inherited definition exists. | org.apache.commons.collections.functors.AllPredicate | public org.apache.commons.collections.Predicate[] getPredicates() | |
| Method 'public org.apache.commons.collections.Predicate andPredicate(org.apache.commons.collections.Predicate, org.apache.commons.collections.Predicate)' has been added | org.apache.commons.collections.functors.AndPredicate | public org.apache.commons.collections.Predicate andPredicate(org.apache.commons.collections.Predicate, org.apache.commons.collections.Predicate) | |
| Added org.apache.commons.collections.functors.AbstractQuantifierPredicate to the list of superclasses | org.apache.commons.collections.functors.AnyPredicate | ||
| Method 'public org.apache.commons.collections.Predicate anyPredicate(org.apache.commons.collections.Predicate[])' has been added | org.apache.commons.collections.functors.AnyPredicate | public org.apache.commons.collections.Predicate anyPredicate(org.apache.commons.collections.Predicate[]) | |
| Method 'public org.apache.commons.collections.Predicate anyPredicate(java.util.Collection)' has been added | org.apache.commons.collections.functors.AnyPredicate | public org.apache.commons.collections.Predicate anyPredicate(java.util.Collection) | |
| Method 'public org.apache.commons.collections.Predicate[] getPredicates()' has been removed, but an inherited definition exists. | org.apache.commons.collections.functors.AnyPredicate | public org.apache.commons.collections.Predicate[] getPredicates() | |
| Class org.apache.commons.collections.functors.CatchAndRethrowClosure added | org.apache.commons.collections.functors.CatchAndRethrowClosure | ||
| Method 'public org.apache.commons.collections.Closure chainedClosure(org.apache.commons.collections.Closure[])' has been added | org.apache.commons.collections.functors.ChainedClosure | public org.apache.commons.collections.Closure chainedClosure(org.apache.commons.collections.Closure[]) | |
| Method 'public org.apache.commons.collections.Closure chainedClosure(java.util.Collection)' has been added | org.apache.commons.collections.functors.ChainedClosure | public org.apache.commons.collections.Closure chainedClosure(java.util.Collection) | |
| Method 'public org.apache.commons.collections.Transformer chainedTransformer(org.apache.commons.collections.Transformer[])' has been added | org.apache.commons.collections.functors.ChainedTransformer | public org.apache.commons.collections.Transformer chainedTransformer(org.apache.commons.collections.Transformer[]) | |
| Method 'public org.apache.commons.collections.Transformer chainedTransformer(java.util.Collection)' has been added | org.apache.commons.collections.functors.ChainedTransformer | public org.apache.commons.collections.Transformer chainedTransformer(java.util.Collection) | |
| Method 'public org.apache.commons.collections.Transformer cloneTransformer()' has been added | org.apache.commons.collections.functors.CloneTransformer | public org.apache.commons.collections.Transformer cloneTransformer() | |
| Method 'public org.apache.commons.collections.Transformer closureTransformer(org.apache.commons.collections.Closure)' has been added | org.apache.commons.collections.functors.ClosureTransformer | public org.apache.commons.collections.Transformer closureTransformer(org.apache.commons.collections.Closure) | |
| Class org.apache.commons.collections.functors.ComparatorPredicate added | org.apache.commons.collections.functors.ComparatorPredicate | ||
| Class org.apache.commons.collections.functors.ComparatorPredicate$Criterion added | org.apache.commons.collections.functors.ComparatorPredicate$Criterion | ||
| Method 'public org.apache.commons.collections.Factory constantFactory(java.lang.Object)' has been added | org.apache.commons.collections.functors.ConstantFactory | public org.apache.commons.collections.Factory constantFactory(java.lang.Object) | |
| Method 'public org.apache.commons.collections.Transformer constantTransformer(java.lang.Object)' has been added | org.apache.commons.collections.functors.ConstantTransformer | public org.apache.commons.collections.Transformer constantTransformer(java.lang.Object) | |
| Method 'public boolean equals(java.lang.Object)' has been added | org.apache.commons.collections.functors.ConstantTransformer | public boolean equals(java.lang.Object) | |
| Method 'public int hashCode()' has been added | org.apache.commons.collections.functors.ConstantTransformer | public int hashCode() | |
| Method 'public org.apache.commons.collections.Transformer nullTransformer()' has been added | org.apache.commons.collections.functors.ConstantTransformer | public org.apache.commons.collections.Transformer nullTransformer() | |
| Class org.apache.commons.collections.functors.DefaultEquator added | org.apache.commons.collections.functors.DefaultEquator | ||
| Method 'public EqualPredicate(java.lang.Object, org.apache.commons.collections.functors.Equator)' has been added | org.apache.commons.collections.functors.EqualPredicate | public EqualPredicate(java.lang.Object, org.apache.commons.collections.functors.Equator) | |
| Method 'public org.apache.commons.collections.Predicate equalPredicate(java.lang.Object)' has been added | org.apache.commons.collections.functors.EqualPredicate | public org.apache.commons.collections.Predicate equalPredicate(java.lang.Object) | |
| Method 'public org.apache.commons.collections.Predicate equalPredicate(java.lang.Object, org.apache.commons.collections.functors.Equator)' has been added | org.apache.commons.collections.functors.EqualPredicate | public org.apache.commons.collections.Predicate equalPredicate(java.lang.Object, org.apache.commons.collections.functors.Equator) | |
| Class org.apache.commons.collections.functors.Equator added | org.apache.commons.collections.functors.Equator | ||
| Method 'public org.apache.commons.collections.Closure exceptionClosure()' has been added | org.apache.commons.collections.functors.ExceptionClosure | public org.apache.commons.collections.Closure exceptionClosure() | |
| Method 'public org.apache.commons.collections.Factory exceptionFactory()' has been added | org.apache.commons.collections.functors.ExceptionFactory | public org.apache.commons.collections.Factory exceptionFactory() | |
| Method 'public org.apache.commons.collections.Predicate exceptionPredicate()' has been added | org.apache.commons.collections.functors.ExceptionPredicate | public org.apache.commons.collections.Predicate exceptionPredicate() | |
| Method 'public org.apache.commons.collections.Transformer exceptionTransformer()' has been added | org.apache.commons.collections.functors.ExceptionTransformer | public org.apache.commons.collections.Transformer exceptionTransformer() | |
| Method 'public org.apache.commons.collections.Transformer factoryTransformer(org.apache.commons.collections.Factory)' has been added | org.apache.commons.collections.functors.FactoryTransformer | public org.apache.commons.collections.Transformer factoryTransformer(org.apache.commons.collections.Factory) | |
| Method 'public org.apache.commons.collections.Predicate falsePredicate()' has been added | org.apache.commons.collections.functors.FalsePredicate | public org.apache.commons.collections.Predicate falsePredicate() | |
| Method 'public org.apache.commons.collections.Closure forClosure(int, org.apache.commons.collections.Closure)' has been added | org.apache.commons.collections.functors.ForClosure | public org.apache.commons.collections.Closure forClosure(int, org.apache.commons.collections.Closure) | |
| Method 'public org.apache.commons.collections.Predicate identityPredicate(java.lang.Object)' has been added | org.apache.commons.collections.functors.IdentityPredicate | public org.apache.commons.collections.Predicate identityPredicate(java.lang.Object) | |
| Method 'public org.apache.commons.collections.Closure ifClosure(org.apache.commons.collections.Predicate, org.apache.commons.collections.Closure)' has been added | org.apache.commons.collections.functors.IfClosure | public org.apache.commons.collections.Closure ifClosure(org.apache.commons.collections.Predicate, org.apache.commons.collections.Closure) | |
| Method 'public org.apache.commons.collections.Closure ifClosure(org.apache.commons.collections.Predicate, org.apache.commons.collections.Closure, org.apache.commons.collections.Closure)' has been added | org.apache.commons.collections.functors.IfClosure | public org.apache.commons.collections.Closure ifClosure(org.apache.commons.collections.Predicate, org.apache.commons.collections.Closure, org.apache.commons.collections.Closure) | |
| Method 'public org.apache.commons.collections.Predicate instanceOfPredicate(java.lang.Class)' has been added | org.apache.commons.collections.functors.InstanceofPredicate | public org.apache.commons.collections.Predicate instanceOfPredicate(java.lang.Class) | |
| Method 'public org.apache.commons.collections.Factory instantiateFactory(java.lang.Class, java.lang.Class[], java.lang.Object[])' has been added | org.apache.commons.collections.functors.InstantiateFactory | public org.apache.commons.collections.Factory instantiateFactory(java.lang.Class, java.lang.Class[], java.lang.Object[]) | |
| Method 'public org.apache.commons.collections.Transformer instantiateTransformer()' has been added | org.apache.commons.collections.functors.InstantiateTransformer | public org.apache.commons.collections.Transformer instantiateTransformer() | |
| Method 'public org.apache.commons.collections.Transformer instantiateTransformer(java.lang.Class[], java.lang.Object[])' has been added | org.apache.commons.collections.functors.InstantiateTransformer | public org.apache.commons.collections.Transformer instantiateTransformer(java.lang.Class[], java.lang.Object[]) | |
| Method 'public java.lang.Object transform(java.lang.Class)' has been added | org.apache.commons.collections.functors.InstantiateTransformer | public java.lang.Object transform(java.lang.Class) | |
| Method 'public org.apache.commons.collections.Transformer invokerTransformer(java.lang.String)' has been added | org.apache.commons.collections.functors.InvokerTransformer | public org.apache.commons.collections.Transformer invokerTransformer(java.lang.String) | |
| Method 'public org.apache.commons.collections.Transformer invokerTransformer(java.lang.String, java.lang.Class[], java.lang.Object[])' has been added | org.apache.commons.collections.functors.InvokerTransformer | public org.apache.commons.collections.Transformer invokerTransformer(java.lang.String, java.lang.Class[], java.lang.Object[]) | |
| Method 'public org.apache.commons.collections.Transformer mapTransformer(java.util.Map)' has been added | org.apache.commons.collections.functors.MapTransformer | public org.apache.commons.collections.Transformer mapTransformer(java.util.Map) | |
| Added final modifier to class, but class was effectively final anyway | org.apache.commons.collections.functors.NOPClosure | ||
| Method 'public org.apache.commons.collections.Closure nopClosure()' has been added | org.apache.commons.collections.functors.NOPClosure | public org.apache.commons.collections.Closure nopClosure() | |
| Method 'public org.apache.commons.collections.Transformer nopTransformer()' has been added | org.apache.commons.collections.functors.NOPTransformer | public org.apache.commons.collections.Transformer nopTransformer() | |
| Added org.apache.commons.collections.functors.AbstractQuantifierPredicate to the list of superclasses | org.apache.commons.collections.functors.NonePredicate | ||
| Method 'public org.apache.commons.collections.Predicate[] getPredicates()' has been removed, but an inherited definition exists. | org.apache.commons.collections.functors.NonePredicate | public org.apache.commons.collections.Predicate[] getPredicates() | |
| Method 'public org.apache.commons.collections.Predicate nonePredicate(org.apache.commons.collections.Predicate[])' has been added | org.apache.commons.collections.functors.NonePredicate | public org.apache.commons.collections.Predicate nonePredicate(org.apache.commons.collections.Predicate[]) | |
| Method 'public org.apache.commons.collections.Predicate nonePredicate(java.util.Collection)' has been added | org.apache.commons.collections.functors.NonePredicate | public org.apache.commons.collections.Predicate nonePredicate(java.util.Collection) | |
| Method 'public org.apache.commons.collections.Predicate notNullPredicate()' has been added | org.apache.commons.collections.functors.NotNullPredicate | public org.apache.commons.collections.Predicate notNullPredicate() | |
| Method 'public org.apache.commons.collections.Predicate notPredicate(org.apache.commons.collections.Predicate)' has been added | org.apache.commons.collections.functors.NotPredicate | public org.apache.commons.collections.Predicate notPredicate(org.apache.commons.collections.Predicate) | |
| Method 'public org.apache.commons.collections.Predicate nullIsExceptionPredicate(org.apache.commons.collections.Predicate)' has been added | org.apache.commons.collections.functors.NullIsExceptionPredicate | public org.apache.commons.collections.Predicate nullIsExceptionPredicate(org.apache.commons.collections.Predicate) | |
| Method 'public org.apache.commons.collections.Predicate nullIsFalsePredicate(org.apache.commons.collections.Predicate)' has been added | org.apache.commons.collections.functors.NullIsFalsePredicate | public org.apache.commons.collections.Predicate nullIsFalsePredicate(org.apache.commons.collections.Predicate) | |
| Method 'public org.apache.commons.collections.Predicate nullIsTruePredicate(org.apache.commons.collections.Predicate)' has been added | org.apache.commons.collections.functors.NullIsTruePredicate | public org.apache.commons.collections.Predicate nullIsTruePredicate(org.apache.commons.collections.Predicate) | |
| Method 'public org.apache.commons.collections.Predicate nullPredicate()' has been added | org.apache.commons.collections.functors.NullPredicate | public org.apache.commons.collections.Predicate nullPredicate() | |
| Added org.apache.commons.collections.functors.AbstractQuantifierPredicate to the list of superclasses | org.apache.commons.collections.functors.OnePredicate | ||
| Method 'public org.apache.commons.collections.Predicate[] getPredicates()' has been removed, but an inherited definition exists. | org.apache.commons.collections.functors.OnePredicate | public org.apache.commons.collections.Predicate[] getPredicates() | |
| Method 'public org.apache.commons.collections.Predicate onePredicate(org.apache.commons.collections.Predicate[])' has been added | org.apache.commons.collections.functors.OnePredicate | public org.apache.commons.collections.Predicate onePredicate(org.apache.commons.collections.Predicate[]) | |
| Method 'public org.apache.commons.collections.Predicate onePredicate(java.util.Collection)' has been added | org.apache.commons.collections.functors.OnePredicate | public org.apache.commons.collections.Predicate onePredicate(java.util.Collection) | |
| Method 'public org.apache.commons.collections.Predicate orPredicate(org.apache.commons.collections.Predicate, org.apache.commons.collections.Predicate)' has been added | org.apache.commons.collections.functors.OrPredicate | public org.apache.commons.collections.Predicate orPredicate(org.apache.commons.collections.Predicate, org.apache.commons.collections.Predicate) | |
| Method 'public org.apache.commons.collections.Transformer predicateTransformer(org.apache.commons.collections.Predicate)' has been added | org.apache.commons.collections.functors.PredicateTransformer | public org.apache.commons.collections.Transformer predicateTransformer(org.apache.commons.collections.Predicate) | |
| Method 'public java.lang.Object transform(java.lang.Object)' has been added | org.apache.commons.collections.functors.PredicateTransformer | public java.lang.Object transform(java.lang.Object) | |
| Method 'public org.apache.commons.collections.Factory prototypeFactory(java.lang.Object)' has been added | org.apache.commons.collections.functors.PrototypeFactory | public org.apache.commons.collections.Factory prototypeFactory(java.lang.Object) | |
| Method 'public org.apache.commons.collections.Transformer stringValueTransformer()' has been added | org.apache.commons.collections.functors.StringValueTransformer | public org.apache.commons.collections.Transformer stringValueTransformer() | |
| Method 'public java.lang.Object transform(java.lang.Object)' has been added | org.apache.commons.collections.functors.StringValueTransformer | public java.lang.Object transform(java.lang.Object) | |
| Method 'public org.apache.commons.collections.Closure switchClosure(org.apache.commons.collections.Predicate[], org.apache.commons.collections.Closure[], org.apache.commons.collections.Closure)' has been added | org.apache.commons.collections.functors.SwitchClosure | public org.apache.commons.collections.Closure switchClosure(org.apache.commons.collections.Predicate[], org.apache.commons.collections.Closure[], org.apache.commons.collections.Closure) | |
| Method 'public org.apache.commons.collections.Closure switchClosure(java.util.Map)' has been added | org.apache.commons.collections.functors.SwitchClosure | public org.apache.commons.collections.Closure switchClosure(java.util.Map) | |
| Method 'public org.apache.commons.collections.Transformer switchTransformer(org.apache.commons.collections.Predicate[], org.apache.commons.collections.Transformer[], org.apache.commons.collections.Transformer)' has been added | org.apache.commons.collections.functors.SwitchTransformer | public org.apache.commons.collections.Transformer switchTransformer(org.apache.commons.collections.Predicate[], org.apache.commons.collections.Transformer[], org.apache.commons.collections.Transformer) | |
| Method 'public org.apache.commons.collections.Transformer switchTransformer(java.util.Map)' has been added | org.apache.commons.collections.functors.SwitchTransformer | public org.apache.commons.collections.Transformer switchTransformer(java.util.Map) | |
| Method 'public org.apache.commons.collections.Predicate transformedPredicate(org.apache.commons.collections.Transformer, org.apache.commons.collections.Predicate)' has been added | org.apache.commons.collections.functors.TransformedPredicate | public org.apache.commons.collections.Predicate transformedPredicate(org.apache.commons.collections.Transformer, org.apache.commons.collections.Predicate) | |
| Method 'public org.apache.commons.collections.Closure transformerClosure(org.apache.commons.collections.Transformer)' has been added | org.apache.commons.collections.functors.TransformerClosure | public org.apache.commons.collections.Closure transformerClosure(org.apache.commons.collections.Transformer) | |
| Method 'public org.apache.commons.collections.Predicate transformerPredicate(org.apache.commons.collections.Transformer)' has been added | org.apache.commons.collections.functors.TransformerPredicate | public org.apache.commons.collections.Predicate transformerPredicate(org.apache.commons.collections.Transformer) | |
| Method 'public org.apache.commons.collections.Predicate truePredicate()' has been added | org.apache.commons.collections.functors.TruePredicate | public org.apache.commons.collections.Predicate truePredicate() | |
| Method 'public org.apache.commons.collections.Predicate uniquePredicate()' has been added | org.apache.commons.collections.functors.UniquePredicate | public org.apache.commons.collections.Predicate uniquePredicate() | |
| Method 'public org.apache.commons.collections.Closure whileClosure(org.apache.commons.collections.Predicate, org.apache.commons.collections.Closure, boolean)' has been added | org.apache.commons.collections.functors.WhileClosure | public org.apache.commons.collections.Closure whileClosure(org.apache.commons.collections.Predicate, org.apache.commons.collections.Closure, boolean) | |
| Class org.apache.commons.collections.iterators.AbstractEmptyMapIterator added | org.apache.commons.collections.iterators.AbstractEmptyMapIterator | ||
| Added org.apache.commons.collections.iterators.AbstractUntypedIteratorDecorator to the list of superclasses | org.apache.commons.collections.iterators.AbstractIteratorDecorator | ||
| Method 'protected java.util.Iterator getIterator()' is now implemented in superclass org.apache.commons.collections.iterators.AbstractUntypedIteratorDecorator | org.apache.commons.collections.iterators.AbstractIteratorDecorator | protected java.util.Iterator getIterator() | |
| Method 'public boolean hasNext()' has been removed, but an inherited definition exists. | org.apache.commons.collections.iterators.AbstractIteratorDecorator | public boolean hasNext() | |
| Method 'public void remove()' has been removed, but an inherited definition exists. | org.apache.commons.collections.iterators.AbstractIteratorDecorator | public void remove() | |
| Class org.apache.commons.collections.iterators.AbstractUntypedIteratorDecorator added | org.apache.commons.collections.iterators.AbstractUntypedIteratorDecorator | ||
| Added org.apache.commons.collections.OrderedIterator to the set of implemented interfaces | org.apache.commons.collections.iterators.ArrayListIterator | ||
| Method 'public int getIteratorIndex()' has been added | org.apache.commons.collections.iterators.CollatingIterator | public int getIteratorIndex() | |
| Method 'public void add(java.lang.Object)' has been added | org.apache.commons.collections.iterators.EmptyIterator | public void add(java.lang.Object) | |
| Method 'public java.util.Iterator emptyIterator()' has been added | org.apache.commons.collections.iterators.EmptyIterator | public java.util.Iterator emptyIterator() | |
| Method 'public boolean hasNext()' has been added | org.apache.commons.collections.iterators.EmptyIterator | public boolean hasNext() | |
| Method 'public boolean hasPrevious()' has been added | org.apache.commons.collections.iterators.EmptyIterator | public boolean hasPrevious() | |
| Method 'public java.lang.Object next()' has been added | org.apache.commons.collections.iterators.EmptyIterator | public java.lang.Object next() | |
| Method 'public int nextIndex()' has been added | org.apache.commons.collections.iterators.EmptyIterator | public int nextIndex() | |
| Method 'public java.lang.Object previous()' has been added | org.apache.commons.collections.iterators.EmptyIterator | public java.lang.Object previous() | |
| Method 'public int previousIndex()' has been added | org.apache.commons.collections.iterators.EmptyIterator | public int previousIndex() | |
| Method 'public void remove()' has been added | org.apache.commons.collections.iterators.EmptyIterator | public void remove() | |
| Method 'public void reset()' has been added | org.apache.commons.collections.iterators.EmptyIterator | public void reset() | |
| Method 'public org.apache.commons.collections.ResettableIterator resettableEmptyIterator()' has been added | org.apache.commons.collections.iterators.EmptyIterator | public org.apache.commons.collections.ResettableIterator resettableEmptyIterator() | |
| Method 'public void set(java.lang.Object)' has been added | org.apache.commons.collections.iterators.EmptyIterator | public void set(java.lang.Object) | |
| Added org.apache.commons.collections.OrderedIterator to the set of implemented interfaces | org.apache.commons.collections.iterators.EmptyListIterator | ||
| Method 'public void add(java.lang.Object)' has been added | org.apache.commons.collections.iterators.EmptyListIterator | public void add(java.lang.Object) | |
| Method 'public java.util.ListIterator emptyListIterator()' has been added | org.apache.commons.collections.iterators.EmptyListIterator | public java.util.ListIterator emptyListIterator() | |
| Method 'public boolean hasNext()' has been added | org.apache.commons.collections.iterators.EmptyListIterator | public boolean hasNext() | |
| Method 'public boolean hasPrevious()' has been added | org.apache.commons.collections.iterators.EmptyListIterator | public boolean hasPrevious() | |
| Method 'public java.lang.Object next()' has been added | org.apache.commons.collections.iterators.EmptyListIterator | public java.lang.Object next() | |
| Method 'public int nextIndex()' has been added | org.apache.commons.collections.iterators.EmptyListIterator | public int nextIndex() | |
| Method 'public java.lang.Object previous()' has been added | org.apache.commons.collections.iterators.EmptyListIterator | public java.lang.Object previous() | |
| Method 'public int previousIndex()' has been added | org.apache.commons.collections.iterators.EmptyListIterator | public int previousIndex() | |
| Method 'public void remove()' has been added | org.apache.commons.collections.iterators.EmptyListIterator | public void remove() | |
| Method 'public void reset()' has been added | org.apache.commons.collections.iterators.EmptyListIterator | public void reset() | |
| Method 'public org.apache.commons.collections.ResettableListIterator resettableEmptyListIterator()' has been added | org.apache.commons.collections.iterators.EmptyListIterator | public org.apache.commons.collections.ResettableListIterator resettableEmptyListIterator() | |
| Method 'public void set(java.lang.Object)' has been added | org.apache.commons.collections.iterators.EmptyListIterator | public void set(java.lang.Object) | |
| Added org.apache.commons.collections.iterators.AbstractEmptyMapIterator to the list of superclasses | org.apache.commons.collections.iterators.EmptyMapIterator | ||
| Method 'public org.apache.commons.collections.MapIterator emptyMapIterator()' has been added | org.apache.commons.collections.iterators.EmptyMapIterator | public org.apache.commons.collections.MapIterator emptyMapIterator() | |
| Method 'public void add(java.lang.Object)' has been added | org.apache.commons.collections.iterators.EmptyOrderedIterator | public void add(java.lang.Object) | |
| Method 'public org.apache.commons.collections.OrderedIterator emptyOrderedIterator()' has been added | org.apache.commons.collections.iterators.EmptyOrderedIterator | public org.apache.commons.collections.OrderedIterator emptyOrderedIterator() | |
| Method 'public boolean hasNext()' has been added | org.apache.commons.collections.iterators.EmptyOrderedIterator | public boolean hasNext() | |
| Method 'public boolean hasPrevious()' has been added | org.apache.commons.collections.iterators.EmptyOrderedIterator | public boolean hasPrevious() | |
| Method 'public java.lang.Object next()' has been added | org.apache.commons.collections.iterators.EmptyOrderedIterator | public java.lang.Object next() | |
| Method 'public int nextIndex()' has been added | org.apache.commons.collections.iterators.EmptyOrderedIterator | public int nextIndex() | |
| Method 'public java.lang.Object previous()' has been added | org.apache.commons.collections.iterators.EmptyOrderedIterator | public java.lang.Object previous() | |
| Method 'public int previousIndex()' has been added | org.apache.commons.collections.iterators.EmptyOrderedIterator | public int previousIndex() | |
| Method 'public void remove()' has been added | org.apache.commons.collections.iterators.EmptyOrderedIterator | public void remove() | |
| Method 'public void reset()' has been added | org.apache.commons.collections.iterators.EmptyOrderedIterator | public void reset() | |
| Method 'public void set(java.lang.Object)' has been added | org.apache.commons.collections.iterators.EmptyOrderedIterator | public void set(java.lang.Object) | |
| Added org.apache.commons.collections.iterators.AbstractEmptyMapIterator to the list of superclasses | org.apache.commons.collections.iterators.EmptyOrderedMapIterator | ||
| Method 'public org.apache.commons.collections.OrderedMapIterator emptyOrderedMapIterator()' has been added | org.apache.commons.collections.iterators.EmptyOrderedMapIterator | public org.apache.commons.collections.OrderedMapIterator emptyOrderedMapIterator() | |
| Class org.apache.commons.collections.iterators.IteratorIterable added | org.apache.commons.collections.iterators.IteratorIterable | ||
| Class org.apache.commons.collections.iterators.LazyIteratorChain added | org.apache.commons.collections.iterators.LazyIteratorChain | ||
| Added org.apache.commons.collections.OrderedIterator to the set of implemented interfaces | org.apache.commons.collections.iterators.ListIteratorWrapper | ||
| Added org.apache.commons.collections.OrderedIterator to the set of implemented interfaces | org.apache.commons.collections.iterators.LoopingListIterator | ||
| Class org.apache.commons.collections.iterators.NodeListIterator added | org.apache.commons.collections.iterators.NodeListIterator | ||
| Added org.apache.commons.collections.OrderedIterator to the set of implemented interfaces | org.apache.commons.collections.iterators.ObjectArrayListIterator | ||
| Added org.apache.commons.collections.OrderedIterator to the set of implemented interfaces | org.apache.commons.collections.iterators.ReverseListIterator | ||
| Added org.apache.commons.collections.OrderedIterator to the set of implemented interfaces | org.apache.commons.collections.iterators.SingletonListIterator | ||
| Method 'public java.util.Iterator unmodifiableIterator(java.util.Iterator)' has been added | org.apache.commons.collections.iterators.UnmodifiableIterator | public java.util.Iterator unmodifiableIterator(java.util.Iterator) | |
| Method 'public java.util.ListIterator umodifiableListIterator(java.util.ListIterator)' has been added | org.apache.commons.collections.iterators.UnmodifiableListIterator | public java.util.ListIterator umodifiableListIterator(java.util.ListIterator) | |
| Method 'public org.apache.commons.collections.MapIterator unmodifiableMapIterator(org.apache.commons.collections.MapIterator)' has been added | org.apache.commons.collections.iterators.UnmodifiableMapIterator | public org.apache.commons.collections.MapIterator unmodifiableMapIterator(org.apache.commons.collections.MapIterator) | |
| Method 'public org.apache.commons.collections.OrderedMapIterator unmodifiableOrderedMapIterator(org.apache.commons.collections.OrderedMapIterator)' has been added | org.apache.commons.collections.iterators.UnmodifiableOrderedMapIterator | public org.apache.commons.collections.OrderedMapIterator unmodifiableOrderedMapIterator(org.apache.commons.collections.OrderedMapIterator) | |
| Added java.io.Serializable to the set of implemented interfaces | org.apache.commons.collections.list.AbstractListDecorator | ||
| Method 'protected java.util.List decorated()' has been added | org.apache.commons.collections.list.AbstractListDecorator | protected java.util.List decorated() | |
| Method 'protected java.util.Collection decorated()' has been added | org.apache.commons.collections.list.AbstractListDecorator | protected java.util.Collection decorated() | |
| Method 'public boolean hasNext()' has been added | org.apache.commons.collections.list.CursorableLinkedList$Cursor | public boolean hasNext() | |
| Method 'public boolean hasPrevious()' has been added | org.apache.commons.collections.list.CursorableLinkedList$Cursor | public boolean hasPrevious() | |
| Method 'public java.lang.Object next()' has been added | org.apache.commons.collections.list.CursorableLinkedList$Cursor | public java.lang.Object next() | |
| Method 'public java.lang.Object previous()' has been added | org.apache.commons.collections.list.CursorableLinkedList$Cursor | public java.lang.Object previous() | |
| Method 'public int previousIndex()' has been added | org.apache.commons.collections.list.CursorableLinkedList$Cursor | public int previousIndex() | |
| Method 'public void set(java.lang.Object)' has been added | org.apache.commons.collections.list.CursorableLinkedList$Cursor | public void set(java.lang.Object) | |
| Method 'public org.apache.commons.collections.list.FixedSizeList fixedSizeList(java.util.List)' has been added | org.apache.commons.collections.list.FixedSizeList | public org.apache.commons.collections.list.FixedSizeList fixedSizeList(java.util.List) | |
| Method 'public org.apache.commons.collections.list.GrowthList growthList(java.util.List)' has been added | org.apache.commons.collections.list.GrowthList | public org.apache.commons.collections.list.GrowthList growthList(java.util.List) | |
| Method 'public org.apache.commons.collections.list.LazyList lazyList(java.util.List, org.apache.commons.collections.Factory)' has been added | org.apache.commons.collections.list.LazyList | public org.apache.commons.collections.list.LazyList lazyList(java.util.List, org.apache.commons.collections.Factory) | |
| Method 'protected java.util.List decorated()' has been added | org.apache.commons.collections.list.PredicatedList | protected java.util.List decorated() | |
| Method 'protected java.util.Collection decorated()' has been added | org.apache.commons.collections.list.PredicatedList | protected java.util.Collection decorated() | |
| Method 'public org.apache.commons.collections.list.PredicatedList predicatedList(java.util.List, org.apache.commons.collections.Predicate)' has been added | org.apache.commons.collections.list.PredicatedList | public org.apache.commons.collections.list.PredicatedList predicatedList(java.util.List, org.apache.commons.collections.Predicate) | |
| Method 'protected java.util.Set createSetBasedOnList(java.util.Set, java.util.List)' has been added | org.apache.commons.collections.list.SetUniqueList | protected java.util.Set createSetBasedOnList(java.util.Set, java.util.List) | |
| Method 'public org.apache.commons.collections.list.SetUniqueList setUniqueList(java.util.List)' has been added | org.apache.commons.collections.list.SetUniqueList | public org.apache.commons.collections.list.SetUniqueList setUniqueList(java.util.List) | |
| Method 'public org.apache.commons.collections.list.SynchronizedList synchronizedList(java.util.List)' has been added | org.apache.commons.collections.list.SynchronizedList | public org.apache.commons.collections.list.SynchronizedList synchronizedList(java.util.List) | |
| Method 'public org.apache.commons.collections.list.TransformedList transformedList(java.util.List, org.apache.commons.collections.Transformer)' has been added | org.apache.commons.collections.list.TransformedList | public org.apache.commons.collections.list.TransformedList transformedList(java.util.List, org.apache.commons.collections.Transformer) | |
| Method 'public org.apache.commons.collections.list.TransformedList transformingList(java.util.List, org.apache.commons.collections.Transformer)' has been added | org.apache.commons.collections.list.TransformedList | public org.apache.commons.collections.list.TransformedList transformingList(java.util.List, org.apache.commons.collections.Transformer) | |
| Accessibility of method 'private UnmodifiableList(java.util.List)' has been increased from private to public | org.apache.commons.collections.list.UnmodifiableList | private UnmodifiableList(java.util.List) | |
| Method 'public java.util.List unmodifiableList(java.util.List)' has been added | org.apache.commons.collections.list.UnmodifiableList | public java.util.List unmodifiableList(java.util.List) | |
| Added org.apache.commons.collections.Get to the set of implemented interfaces | org.apache.commons.collections.map.AbstractHashedMap | ||
| Added org.apache.commons.collections.IterableGet to the set of implemented interfaces | org.apache.commons.collections.map.AbstractHashedMap | ||
| Added org.apache.commons.collections.Put to the set of implemented interfaces | org.apache.commons.collections.map.AbstractHashedMap | ||
| Method 'protected java.lang.Object clone()' has been added | org.apache.commons.collections.map.AbstractHashedMap | protected java.lang.Object clone() | |
| Method 'public java.lang.Object next()' has been added | org.apache.commons.collections.map.AbstractHashedMap$EntrySetIterator | public java.lang.Object next() | |
| Class org.apache.commons.collections.map.AbstractIterableMap added | org.apache.commons.collections.map.AbstractIterableMap | ||
| Added org.apache.commons.collections.Get to the set of implemented interfaces | org.apache.commons.collections.map.AbstractLinkedMap | ||
| Added org.apache.commons.collections.IterableGet to the set of implemented interfaces | org.apache.commons.collections.map.AbstractLinkedMap | ||
| Added org.apache.commons.collections.Put to the set of implemented interfaces | org.apache.commons.collections.map.AbstractLinkedMap | ||
| 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 added | org.apache.commons.collections.map.AbstractLinkedMap | protected org.apache.commons.collections.map.AbstractHashedMap$HashEntry createEntry(org.apache.commons.collections.map.AbstractHashedMap$HashEntry, int, java.lang.Object, java.lang.Object) | |
| Method 'protected org.apache.commons.collections.map.AbstractLinkedMap$LinkEntry getEntry(java.lang.Object)' has been added | org.apache.commons.collections.map.AbstractLinkedMap | protected org.apache.commons.collections.map.AbstractLinkedMap$LinkEntry getEntry(java.lang.Object) | |
| Method 'protected org.apache.commons.collections.map.AbstractHashedMap$HashEntry getEntry(java.lang.Object)' has been added | org.apache.commons.collections.map.AbstractLinkedMap | protected org.apache.commons.collections.map.AbstractHashedMap$HashEntry getEntry(java.lang.Object) | |
| Method 'public org.apache.commons.collections.MapIterator mapIterator()' has been added | org.apache.commons.collections.map.AbstractLinkedMap | public org.apache.commons.collections.MapIterator mapIterator() | |
| Method 'public java.lang.Object next()' has been added | org.apache.commons.collections.map.AbstractLinkedMap$EntrySetIterator | public java.lang.Object next() | |
| Method 'public java.lang.Object previous()' has been added | org.apache.commons.collections.map.AbstractLinkedMap$EntrySetIterator | public java.lang.Object previous() | |
| Added org.apache.commons.collections.Get to the set of implemented interfaces | org.apache.commons.collections.map.AbstractMapDecorator | ||
| Added org.apache.commons.collections.IterableGet to the set of implemented interfaces | org.apache.commons.collections.map.AbstractMapDecorator | ||
| Added org.apache.commons.collections.IterableMap to the set of implemented interfaces | org.apache.commons.collections.map.AbstractMapDecorator | ||
| Added org.apache.commons.collections.Put to the set of implemented interfaces | org.apache.commons.collections.map.AbstractMapDecorator | ||
| Added org.apache.commons.collections.map.AbstractIterableMap to the list of superclasses | org.apache.commons.collections.map.AbstractMapDecorator | ||
| Method 'protected java.util.Map decorated()' has been added | org.apache.commons.collections.map.AbstractMapDecorator | protected java.util.Map decorated() | |
| Added org.apache.commons.collections.Get to the set of implemented interfaces | org.apache.commons.collections.map.AbstractOrderedMapDecorator | ||
| Added org.apache.commons.collections.IterableGet to the set of implemented interfaces | org.apache.commons.collections.map.AbstractOrderedMapDecorator | ||
| Added org.apache.commons.collections.Put to the set of implemented interfaces | org.apache.commons.collections.map.AbstractOrderedMapDecorator | ||
| Added org.apache.commons.collections.map.AbstractIterableMap to the list of superclasses | org.apache.commons.collections.map.AbstractOrderedMapDecorator | ||
| Method 'protected org.apache.commons.collections.OrderedMap decorated()' has been added | org.apache.commons.collections.map.AbstractOrderedMapDecorator | protected org.apache.commons.collections.OrderedMap decorated() | |
| Method 'protected java.util.Map decorated()' has been added | org.apache.commons.collections.map.AbstractOrderedMapDecorator | protected java.util.Map decorated() | |
| Method 'public org.apache.commons.collections.MapIterator mapIterator()' has been added | org.apache.commons.collections.map.AbstractOrderedMapDecorator | public org.apache.commons.collections.MapIterator mapIterator() | |
| Added org.apache.commons.collections.Get to the set of implemented interfaces | org.apache.commons.collections.map.AbstractReferenceMap | ||
| Added org.apache.commons.collections.IterableGet to the set of implemented interfaces | org.apache.commons.collections.map.AbstractReferenceMap | ||
| Added org.apache.commons.collections.Put to the set of implemented interfaces | org.apache.commons.collections.map.AbstractReferenceMap | ||
| 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 added | org.apache.commons.collections.map.AbstractReferenceMap | protected org.apache.commons.collections.map.AbstractHashedMap$HashEntry createEntry(org.apache.commons.collections.map.AbstractHashedMap$HashEntry, int, java.lang.Object, java.lang.Object) | |
| Class org.apache.commons.collections.map.AbstractReferenceMap$ReferenceStrength added | org.apache.commons.collections.map.AbstractReferenceMap$ReferenceStrength | ||
| Added org.apache.commons.collections.Get to the set of implemented interfaces | org.apache.commons.collections.map.AbstractSortedMapDecorator | ||
| Added org.apache.commons.collections.IterableGet to the set of implemented interfaces | org.apache.commons.collections.map.AbstractSortedMapDecorator | ||
| Added org.apache.commons.collections.IterableMap to the set of implemented interfaces | org.apache.commons.collections.map.AbstractSortedMapDecorator | ||
| Added org.apache.commons.collections.IterableSortedMap to the set of implemented interfaces | org.apache.commons.collections.map.AbstractSortedMapDecorator | ||
| Added org.apache.commons.collections.OrderedMap to the set of implemented interfaces | org.apache.commons.collections.map.AbstractSortedMapDecorator | ||
| Added org.apache.commons.collections.Put to the set of implemented interfaces | org.apache.commons.collections.map.AbstractSortedMapDecorator | ||
| Added org.apache.commons.collections.map.AbstractIterableMap to the list of superclasses | org.apache.commons.collections.map.AbstractSortedMapDecorator | ||
| Method 'protected java.util.SortedMap decorated()' has been added | org.apache.commons.collections.map.AbstractSortedMapDecorator | protected java.util.SortedMap decorated() | |
| Method 'protected java.util.Map decorated()' has been added | org.apache.commons.collections.map.AbstractSortedMapDecorator | protected java.util.Map decorated() | |
| Method 'public org.apache.commons.collections.OrderedMapIterator mapIterator()' has been added | org.apache.commons.collections.map.AbstractSortedMapDecorator | public org.apache.commons.collections.OrderedMapIterator mapIterator() | |
| Method 'public org.apache.commons.collections.MapIterator mapIterator()' has been added | org.apache.commons.collections.map.AbstractSortedMapDecorator | public org.apache.commons.collections.MapIterator mapIterator() | |
| Method 'public java.lang.Object nextKey(java.lang.Object)' has been added | org.apache.commons.collections.map.AbstractSortedMapDecorator | public java.lang.Object nextKey(java.lang.Object) | |
| Method 'public java.lang.Object previousKey(java.lang.Object)' has been added | org.apache.commons.collections.map.AbstractSortedMapDecorator | public java.lang.Object previousKey(java.lang.Object) | |
| Class org.apache.commons.collections.map.AbstractSortedMapDecorator$SortedMapIterator added | org.apache.commons.collections.map.AbstractSortedMapDecorator$SortedMapIterator | ||
| Added org.apache.commons.collections.Get to the set of implemented interfaces | org.apache.commons.collections.map.CaseInsensitiveMap | ||
| Added org.apache.commons.collections.IterableGet to the set of implemented interfaces | org.apache.commons.collections.map.CaseInsensitiveMap | ||
| Added org.apache.commons.collections.Put to the set of implemented interfaces | org.apache.commons.collections.map.CaseInsensitiveMap | ||
| Method 'public org.apache.commons.collections.map.AbstractHashedMap clone()' has been added | org.apache.commons.collections.map.CaseInsensitiveMap | public org.apache.commons.collections.map.AbstractHashedMap clone() | |
| Method 'public java.lang.Object clone()' has been added | org.apache.commons.collections.map.CaseInsensitiveMap | public java.lang.Object clone() | |
| Added java.io.Serializable to the set of implemented interfaces | org.apache.commons.collections.map.CompositeMap | ||
| Added org.apache.commons.collections.Get to the set of implemented interfaces | org.apache.commons.collections.map.CompositeMap | ||
| Added org.apache.commons.collections.IterableGet to the set of implemented interfaces | org.apache.commons.collections.map.CompositeMap | ||
| Added org.apache.commons.collections.IterableMap to the set of implemented interfaces | org.apache.commons.collections.map.CompositeMap | ||
| Added org.apache.commons.collections.Put to the set of implemented interfaces | org.apache.commons.collections.map.CompositeMap | ||
| Added org.apache.commons.collections.map.AbstractIterableMap to the list of superclasses | org.apache.commons.collections.map.CompositeMap | ||
| Added java.io.Serializable to the set of implemented interfaces | org.apache.commons.collections.map.CompositeMap$MapMutator | ||
| Added org.apache.commons.collections.Get to the set of implemented interfaces | org.apache.commons.collections.map.DefaultedMap | ||
| Added org.apache.commons.collections.IterableGet to the set of implemented interfaces | org.apache.commons.collections.map.DefaultedMap | ||
| Added org.apache.commons.collections.IterableMap to the set of implemented interfaces | org.apache.commons.collections.map.DefaultedMap | ||
| Added org.apache.commons.collections.Put to the set of implemented interfaces | org.apache.commons.collections.map.DefaultedMap | ||
| Added org.apache.commons.collections.map.AbstractIterableMap to the list of superclasses | org.apache.commons.collections.map.DefaultedMap | ||
| Method 'public DefaultedMap(org.apache.commons.collections.Transformer)' has been added | org.apache.commons.collections.map.DefaultedMap | public DefaultedMap(org.apache.commons.collections.Transformer) | |
| Method 'public org.apache.commons.collections.map.DefaultedMap defaultedMap(java.util.Map, java.lang.Object)' has been added | org.apache.commons.collections.map.DefaultedMap | public org.apache.commons.collections.map.DefaultedMap defaultedMap(java.util.Map, java.lang.Object) | |
| Method 'public org.apache.commons.collections.map.DefaultedMap defaultedMap(java.util.Map, org.apache.commons.collections.Factory)' has been added | org.apache.commons.collections.map.DefaultedMap | public org.apache.commons.collections.map.DefaultedMap defaultedMap(java.util.Map, org.apache.commons.collections.Factory) | |
| Method 'public java.util.Map defaultedMap(java.util.Map, org.apache.commons.collections.Transformer)' has been added | org.apache.commons.collections.map.DefaultedMap | public java.util.Map defaultedMap(java.util.Map, org.apache.commons.collections.Transformer) | |
| Class org.apache.commons.collections.map.EntrySetToMapIteratorAdapter added | org.apache.commons.collections.map.EntrySetToMapIteratorAdapter | ||
| Added org.apache.commons.collections.Get to the set of implemented interfaces | org.apache.commons.collections.map.FixedSizeMap | ||
| Added org.apache.commons.collections.IterableGet to the set of implemented interfaces | org.apache.commons.collections.map.FixedSizeMap | ||
| Added org.apache.commons.collections.IterableMap to the set of implemented interfaces | org.apache.commons.collections.map.FixedSizeMap | ||
| Added org.apache.commons.collections.Put to the set of implemented interfaces | org.apache.commons.collections.map.FixedSizeMap | ||
| Added org.apache.commons.collections.map.AbstractIterableMap to the list of superclasses | org.apache.commons.collections.map.FixedSizeMap | ||
| Method 'public org.apache.commons.collections.map.FixedSizeMap fixedSizeMap(java.util.Map)' has been added | org.apache.commons.collections.map.FixedSizeMap | public org.apache.commons.collections.map.FixedSizeMap fixedSizeMap(java.util.Map) | |
| Added org.apache.commons.collections.Get to the set of implemented interfaces | org.apache.commons.collections.map.FixedSizeSortedMap | ||
| Added org.apache.commons.collections.IterableGet to the set of implemented interfaces | org.apache.commons.collections.map.FixedSizeSortedMap | ||
| Added org.apache.commons.collections.IterableMap to the set of implemented interfaces | org.apache.commons.collections.map.FixedSizeSortedMap | ||
| Added org.apache.commons.collections.IterableSortedMap to the set of implemented interfaces | org.apache.commons.collections.map.FixedSizeSortedMap | ||
| Added org.apache.commons.collections.OrderedMap to the set of implemented interfaces | org.apache.commons.collections.map.FixedSizeSortedMap | ||
| Added org.apache.commons.collections.Put to the set of implemented interfaces | org.apache.commons.collections.map.FixedSizeSortedMap | ||
| Added org.apache.commons.collections.map.AbstractIterableMap to the list of superclasses | org.apache.commons.collections.map.FixedSizeSortedMap | ||
| Method 'public org.apache.commons.collections.map.FixedSizeSortedMap fixedSizeSortedMap(java.util.SortedMap)' has been added | org.apache.commons.collections.map.FixedSizeSortedMap | public org.apache.commons.collections.map.FixedSizeSortedMap fixedSizeSortedMap(java.util.SortedMap) | |
| Added org.apache.commons.collections.Get to the set of implemented interfaces | org.apache.commons.collections.map.Flat3Map | ||
| Added org.apache.commons.collections.IterableGet to the set of implemented interfaces | org.apache.commons.collections.map.Flat3Map | ||
| Added org.apache.commons.collections.Put to the set of implemented interfaces | org.apache.commons.collections.map.Flat3Map | ||
| Method 'public java.lang.Object clone()' has been added | org.apache.commons.collections.map.Flat3Map | public java.lang.Object clone() | |
| Added org.apache.commons.collections.Get to the set of implemented interfaces | org.apache.commons.collections.map.HashedMap | ||
| Added org.apache.commons.collections.IterableGet to the set of implemented interfaces | org.apache.commons.collections.map.HashedMap | ||
| Added org.apache.commons.collections.Put to the set of implemented interfaces | org.apache.commons.collections.map.HashedMap | ||
| Method 'public org.apache.commons.collections.map.AbstractHashedMap clone()' has been added | org.apache.commons.collections.map.HashedMap | public org.apache.commons.collections.map.AbstractHashedMap clone() | |
| Method 'public java.lang.Object clone()' has been added | org.apache.commons.collections.map.HashedMap | public java.lang.Object clone() | |
| Added org.apache.commons.collections.Get to the set of implemented interfaces | org.apache.commons.collections.map.IdentityMap | ||
| Added org.apache.commons.collections.IterableGet to the set of implemented interfaces | org.apache.commons.collections.map.IdentityMap | ||
| Added org.apache.commons.collections.Put to the set of implemented interfaces | org.apache.commons.collections.map.IdentityMap | ||
| Method 'public org.apache.commons.collections.map.AbstractHashedMap clone()' has been added | org.apache.commons.collections.map.IdentityMap | public org.apache.commons.collections.map.AbstractHashedMap clone() | |
| Method 'public java.lang.Object clone()' has been added | org.apache.commons.collections.map.IdentityMap | public java.lang.Object clone() | |
| 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 added | org.apache.commons.collections.map.IdentityMap | protected org.apache.commons.collections.map.AbstractHashedMap$HashEntry createEntry(org.apache.commons.collections.map.AbstractHashedMap$HashEntry, int, java.lang.Object, java.lang.Object) | |
| Added org.apache.commons.collections.Get to the set of implemented interfaces | org.apache.commons.collections.map.LRUMap | ||
| Added org.apache.commons.collections.IterableGet to the set of implemented interfaces | org.apache.commons.collections.map.LRUMap | ||
| Added org.apache.commons.collections.Put to the set of implemented interfaces | org.apache.commons.collections.map.LRUMap | ||
| Method 'public org.apache.commons.collections.map.AbstractHashedMap clone()' has been added | org.apache.commons.collections.map.LRUMap | public org.apache.commons.collections.map.AbstractHashedMap clone() | |
| Method 'public java.lang.Object clone()' has been added | org.apache.commons.collections.map.LRUMap | public java.lang.Object clone() | |
| Added org.apache.commons.collections.Get to the set of implemented interfaces | org.apache.commons.collections.map.LazyMap | ||
| Added org.apache.commons.collections.IterableGet to the set of implemented interfaces | org.apache.commons.collections.map.LazyMap | ||
| Added org.apache.commons.collections.IterableMap to the set of implemented interfaces | org.apache.commons.collections.map.LazyMap | ||
| Added org.apache.commons.collections.Put to the set of implemented interfaces | org.apache.commons.collections.map.LazyMap | ||
| Added org.apache.commons.collections.map.AbstractIterableMap to the list of superclasses | org.apache.commons.collections.map.LazyMap | ||
| Method 'public org.apache.commons.collections.map.LazyMap lazyMap(java.util.Map, org.apache.commons.collections.Factory)' has been added | org.apache.commons.collections.map.LazyMap | public org.apache.commons.collections.map.LazyMap lazyMap(java.util.Map, org.apache.commons.collections.Factory) | |
| Method 'public org.apache.commons.collections.map.LazyMap lazyMap(java.util.Map, org.apache.commons.collections.Transformer)' has been added | org.apache.commons.collections.map.LazyMap | public org.apache.commons.collections.map.LazyMap lazyMap(java.util.Map, org.apache.commons.collections.Transformer) | |
| Added org.apache.commons.collections.Get to the set of implemented interfaces | org.apache.commons.collections.map.LazySortedMap | ||
| Added org.apache.commons.collections.IterableGet to the set of implemented interfaces | org.apache.commons.collections.map.LazySortedMap | ||
| Added org.apache.commons.collections.IterableMap to the set of implemented interfaces | org.apache.commons.collections.map.LazySortedMap | ||
| Added org.apache.commons.collections.Put to the set of implemented interfaces | org.apache.commons.collections.map.LazySortedMap | ||
| Added org.apache.commons.collections.map.AbstractIterableMap to the list of superclasses | org.apache.commons.collections.map.LazySortedMap | ||
| Method 'public org.apache.commons.collections.map.LazySortedMap lazySortedMap(java.util.SortedMap, org.apache.commons.collections.Factory)' has been added | org.apache.commons.collections.map.LazySortedMap | public org.apache.commons.collections.map.LazySortedMap lazySortedMap(java.util.SortedMap, org.apache.commons.collections.Factory) | |
| Method 'public org.apache.commons.collections.map.LazySortedMap lazySortedMap(java.util.SortedMap, org.apache.commons.collections.Transformer)' has been added | org.apache.commons.collections.map.LazySortedMap | public org.apache.commons.collections.map.LazySortedMap lazySortedMap(java.util.SortedMap, org.apache.commons.collections.Transformer) | |
| Added org.apache.commons.collections.Get to the set of implemented interfaces | org.apache.commons.collections.map.LinkedMap | ||
| Added org.apache.commons.collections.IterableGet to the set of implemented interfaces | org.apache.commons.collections.map.LinkedMap | ||
| Added org.apache.commons.collections.Put to the set of implemented interfaces | org.apache.commons.collections.map.LinkedMap | ||
| Method 'public org.apache.commons.collections.map.AbstractHashedMap clone()' has been added | org.apache.commons.collections.map.LinkedMap | public org.apache.commons.collections.map.AbstractHashedMap clone() | |
| Method 'public java.lang.Object clone()' has been added | org.apache.commons.collections.map.LinkedMap | public java.lang.Object clone() | |
| Added org.apache.commons.collections.Get to the set of implemented interfaces | org.apache.commons.collections.map.ListOrderedMap | ||
| Added org.apache.commons.collections.IterableGet to the set of implemented interfaces | org.apache.commons.collections.map.ListOrderedMap | ||
| Added org.apache.commons.collections.Put to the set of implemented interfaces | org.apache.commons.collections.map.ListOrderedMap | ||
| Added org.apache.commons.collections.map.AbstractIterableMap to the list of superclasses | org.apache.commons.collections.map.ListOrderedMap | ||
| Method 'public org.apache.commons.collections.map.ListOrderedMap listOrderedMap(java.util.Map)' has been added | org.apache.commons.collections.map.ListOrderedMap | public org.apache.commons.collections.map.ListOrderedMap listOrderedMap(java.util.Map) | |
| Method 'public org.apache.commons.collections.MapIterator mapIterator()' has been added | org.apache.commons.collections.map.ListOrderedMap | public org.apache.commons.collections.MapIterator mapIterator() | |
| Method 'public void putAll(int, java.util.Map)' has been added | org.apache.commons.collections.map.ListOrderedMap | public void putAll(int, java.util.Map) | |
| Added java.lang.Cloneable to the set of implemented interfaces | org.apache.commons.collections.map.MultiKeyMap | ||
| Added org.apache.commons.collections.Get to the set of implemented interfaces | org.apache.commons.collections.map.MultiKeyMap | ||
| Added org.apache.commons.collections.IterableGet to the set of implemented interfaces | org.apache.commons.collections.map.MultiKeyMap | ||
| Added org.apache.commons.collections.Put to the set of implemented interfaces | org.apache.commons.collections.map.MultiKeyMap | ||
| Added org.apache.commons.collections.map.AbstractIterableMap to the list of superclasses | org.apache.commons.collections.map.MultiKeyMap | ||
| Added org.apache.commons.collections.map.AbstractMapDecorator to the list of superclasses | org.apache.commons.collections.map.MultiKeyMap | ||
| Method 'public void clear()' has been removed, but an inherited definition exists. | org.apache.commons.collections.map.MultiKeyMap | public void clear() | |
| Method 'public java.lang.Object clone()' has been added | org.apache.commons.collections.map.MultiKeyMap | public java.lang.Object clone() | |
| Method 'public boolean containsKey(java.lang.Object)' has been removed, but an inherited definition exists. | org.apache.commons.collections.map.MultiKeyMap | public boolean containsKey(java.lang.Object) | |
| Method 'public boolean containsValue(java.lang.Object)' has been removed, but an inherited definition exists. | org.apache.commons.collections.map.MultiKeyMap | public boolean containsValue(java.lang.Object) | |
| Method 'protected org.apache.commons.collections.map.AbstractHashedMap decorated()' has been added | org.apache.commons.collections.map.MultiKeyMap | protected org.apache.commons.collections.map.AbstractHashedMap decorated() | |
| Method 'protected java.util.Map decorated()' has been added | org.apache.commons.collections.map.MultiKeyMap | protected java.util.Map decorated() | |
| Method 'public java.util.Set entrySet()' has been removed, but an inherited definition exists. | org.apache.commons.collections.map.MultiKeyMap | public java.util.Set entrySet() | |
| Method 'public boolean equals(java.lang.Object)' has been removed, but an inherited definition exists. | org.apache.commons.collections.map.MultiKeyMap | public boolean equals(java.lang.Object) | |
| Method 'public java.lang.Object get(java.lang.Object)' has been removed, but an inherited definition exists. | org.apache.commons.collections.map.MultiKeyMap | public java.lang.Object get(java.lang.Object) | |
| Method 'public int hashCode()' has been removed, but an inherited definition exists. | org.apache.commons.collections.map.MultiKeyMap | public int hashCode() | |
| Method 'public boolean isEmpty()' has been removed, but an inherited definition exists. | org.apache.commons.collections.map.MultiKeyMap | public boolean isEmpty() | |
| Method 'public java.util.Set keySet()' has been removed, but an inherited definition exists. | org.apache.commons.collections.map.MultiKeyMap | public java.util.Set keySet() | |
| Method 'public org.apache.commons.collections.map.MultiKeyMap multiKeyMap(org.apache.commons.collections.map.AbstractHashedMap)' has been added | org.apache.commons.collections.map.MultiKeyMap | public org.apache.commons.collections.map.MultiKeyMap multiKeyMap(org.apache.commons.collections.map.AbstractHashedMap) | |
| Method 'public java.lang.Object put(org.apache.commons.collections.keyvalue.MultiKey, java.lang.Object)' has been added | org.apache.commons.collections.map.MultiKeyMap | public java.lang.Object put(org.apache.commons.collections.keyvalue.MultiKey, java.lang.Object) | |
| Method 'public java.lang.Object remove(java.lang.Object)' has been removed, but an inherited definition exists. | org.apache.commons.collections.map.MultiKeyMap | public java.lang.Object remove(java.lang.Object) | |
| Method 'public int size()' has been removed, but an inherited definition exists. | org.apache.commons.collections.map.MultiKeyMap | public int size() | |
| Method 'public java.lang.String toString()' has been removed, but an inherited definition exists. | org.apache.commons.collections.map.MultiKeyMap | public java.lang.String toString() | |
| Method 'public java.util.Collection values()' has been removed, but an inherited definition exists. | org.apache.commons.collections.map.MultiKeyMap | public java.util.Collection values() | |
| Added java.io.Serializable to the set of implemented interfaces | org.apache.commons.collections.map.MultiValueMap | ||
| Added org.apache.commons.collections.Get to the set of implemented interfaces | org.apache.commons.collections.map.MultiValueMap | ||
| Added org.apache.commons.collections.IterableGet to the set of implemented interfaces | org.apache.commons.collections.map.MultiValueMap | ||
| Added org.apache.commons.collections.IterableMap to the set of implemented interfaces | org.apache.commons.collections.map.MultiValueMap | ||
| Added org.apache.commons.collections.Put to the set of implemented interfaces | org.apache.commons.collections.map.MultiValueMap | ||
| Added org.apache.commons.collections.map.AbstractIterableMap to the list of superclasses | org.apache.commons.collections.map.MultiValueMap | ||
| Method 'public org.apache.commons.collections.map.MultiValueMap multiValueMap(java.util.Map)' has been added | org.apache.commons.collections.map.MultiValueMap | public org.apache.commons.collections.map.MultiValueMap multiValueMap(java.util.Map) | |
| Method 'public org.apache.commons.collections.map.MultiValueMap multiValueMap(java.util.Map, java.lang.Class)' has been added | org.apache.commons.collections.map.MultiValueMap | public org.apache.commons.collections.map.MultiValueMap multiValueMap(java.util.Map, java.lang.Class) | |
| Method 'public org.apache.commons.collections.map.MultiValueMap multiValueMap(java.util.Map, org.apache.commons.collections.Factory)' has been added | org.apache.commons.collections.map.MultiValueMap | public org.apache.commons.collections.map.MultiValueMap multiValueMap(java.util.Map, org.apache.commons.collections.Factory) | |
| Class org.apache.commons.collections.map.PassiveExpiringMap added | org.apache.commons.collections.map.PassiveExpiringMap | ||
| Class org.apache.commons.collections.map.PassiveExpiringMap$ConstantTimeToLiveExpirationPolicy added | org.apache.commons.collections.map.PassiveExpiringMap$ConstantTimeToLiveExpirationPolicy | ||
| Class org.apache.commons.collections.map.PassiveExpiringMap$ExpirationPolicy added | org.apache.commons.collections.map.PassiveExpiringMap$ExpirationPolicy | ||
| Added org.apache.commons.collections.Get to the set of implemented interfaces | org.apache.commons.collections.map.PredicatedMap | ||
| Added org.apache.commons.collections.IterableGet to the set of implemented interfaces | org.apache.commons.collections.map.PredicatedMap | ||
| Added org.apache.commons.collections.IterableMap to the set of implemented interfaces | org.apache.commons.collections.map.PredicatedMap | ||
| Added org.apache.commons.collections.Put to the set of implemented interfaces | org.apache.commons.collections.map.PredicatedMap | ||
| Added org.apache.commons.collections.map.AbstractIterableMap to the list of superclasses | org.apache.commons.collections.map.PredicatedMap | ||
| Method 'public java.util.Set entrySet()' has been added | org.apache.commons.collections.map.PredicatedMap | public java.util.Set entrySet() | |
| Method 'public org.apache.commons.collections.map.PredicatedMap predicatedMap(java.util.Map, org.apache.commons.collections.Predicate, org.apache.commons.collections.Predicate)' has been added | org.apache.commons.collections.map.PredicatedMap | public org.apache.commons.collections.map.PredicatedMap predicatedMap(java.util.Map, org.apache.commons.collections.Predicate, org.apache.commons.collections.Predicate) | |
| Added org.apache.commons.collections.Get to the set of implemented interfaces | org.apache.commons.collections.map.PredicatedSortedMap | ||
| Added org.apache.commons.collections.IterableGet to the set of implemented interfaces | org.apache.commons.collections.map.PredicatedSortedMap | ||
| Added org.apache.commons.collections.IterableMap to the set of implemented interfaces | org.apache.commons.collections.map.PredicatedSortedMap | ||
| Added org.apache.commons.collections.Put to the set of implemented interfaces | org.apache.commons.collections.map.PredicatedSortedMap | ||
| Added org.apache.commons.collections.map.AbstractIterableMap to the list of superclasses | org.apache.commons.collections.map.PredicatedSortedMap | ||
| Method 'public org.apache.commons.collections.map.PredicatedSortedMap predicatedSortedMap(java.util.SortedMap, org.apache.commons.collections.Predicate, org.apache.commons.collections.Predicate)' has been added | org.apache.commons.collections.map.PredicatedSortedMap | public org.apache.commons.collections.map.PredicatedSortedMap predicatedSortedMap(java.util.SortedMap, org.apache.commons.collections.Predicate, org.apache.commons.collections.Predicate) | |
| Added org.apache.commons.collections.Get to the set of implemented interfaces | org.apache.commons.collections.map.ReferenceIdentityMap | ||
| Added org.apache.commons.collections.IterableGet to the set of implemented interfaces | org.apache.commons.collections.map.ReferenceIdentityMap | ||
| Added org.apache.commons.collections.Put to the set of implemented interfaces | org.apache.commons.collections.map.ReferenceIdentityMap | ||
| Added org.apache.commons.collections.Get to the set of implemented interfaces | org.apache.commons.collections.map.ReferenceMap | ||
| Added org.apache.commons.collections.IterableGet to the set of implemented interfaces | org.apache.commons.collections.map.ReferenceMap | ||
| Added org.apache.commons.collections.Put to the set of implemented interfaces | org.apache.commons.collections.map.ReferenceMap | ||
| Added org.apache.commons.collections.Get to the set of implemented interfaces | org.apache.commons.collections.map.SingletonMap | ||
| Added org.apache.commons.collections.IterableGet to the set of implemented interfaces | org.apache.commons.collections.map.SingletonMap | ||
| Added org.apache.commons.collections.Put to the set of implemented interfaces | org.apache.commons.collections.map.SingletonMap | ||
| Method 'public java.lang.Object clone()' has been added | org.apache.commons.collections.map.SingletonMap | public java.lang.Object clone() | |
| Method 'public org.apache.commons.collections.MapIterator mapIterator()' has been added | org.apache.commons.collections.map.SingletonMap | public org.apache.commons.collections.MapIterator mapIterator() | |
| Added org.apache.commons.collections.Get to the set of implemented interfaces | org.apache.commons.collections.map.StaticBucketMap | ||
| Added org.apache.commons.collections.IterableGet to the set of implemented interfaces | org.apache.commons.collections.map.StaticBucketMap | ||
| Added org.apache.commons.collections.IterableMap to the set of implemented interfaces | org.apache.commons.collections.map.StaticBucketMap | ||
| Added org.apache.commons.collections.Put to the set of implemented interfaces | org.apache.commons.collections.map.StaticBucketMap | ||
| Added org.apache.commons.collections.map.AbstractIterableMap to the list of superclasses | org.apache.commons.collections.map.StaticBucketMap | ||
| Added org.apache.commons.collections.Get to the set of implemented interfaces | org.apache.commons.collections.map.TransformedMap | ||
| Added org.apache.commons.collections.IterableGet to the set of implemented interfaces | org.apache.commons.collections.map.TransformedMap | ||
| Added org.apache.commons.collections.IterableMap to the set of implemented interfaces | org.apache.commons.collections.map.TransformedMap | ||
| Added org.apache.commons.collections.Put to the set of implemented interfaces | org.apache.commons.collections.map.TransformedMap | ||
| Added org.apache.commons.collections.map.AbstractIterableMap to the list of superclasses | org.apache.commons.collections.map.TransformedMap | ||
| Method 'public java.util.Set entrySet()' has been added | org.apache.commons.collections.map.TransformedMap | public java.util.Set entrySet() | |
| Method 'public org.apache.commons.collections.map.TransformedMap transformedMap(java.util.Map, org.apache.commons.collections.Transformer, org.apache.commons.collections.Transformer)' has been added | org.apache.commons.collections.map.TransformedMap | public org.apache.commons.collections.map.TransformedMap transformedMap(java.util.Map, org.apache.commons.collections.Transformer, org.apache.commons.collections.Transformer) | |
| Method 'public org.apache.commons.collections.map.TransformedMap transformingMap(java.util.Map, org.apache.commons.collections.Transformer, org.apache.commons.collections.Transformer)' has been added | org.apache.commons.collections.map.TransformedMap | public org.apache.commons.collections.map.TransformedMap transformingMap(java.util.Map, org.apache.commons.collections.Transformer, org.apache.commons.collections.Transformer) | |
| Added org.apache.commons.collections.Get to the set of implemented interfaces | org.apache.commons.collections.map.TransformedSortedMap | ||
| Added org.apache.commons.collections.IterableGet to the set of implemented interfaces | org.apache.commons.collections.map.TransformedSortedMap | ||
| Added org.apache.commons.collections.IterableMap to the set of implemented interfaces | org.apache.commons.collections.map.TransformedSortedMap | ||
| Added org.apache.commons.collections.Put to the set of implemented interfaces | org.apache.commons.collections.map.TransformedSortedMap | ||
| Added org.apache.commons.collections.map.AbstractIterableMap to the list of superclasses | org.apache.commons.collections.map.TransformedSortedMap | ||
| Method 'public org.apache.commons.collections.map.TransformedSortedMap transformedSortedMap(java.util.SortedMap, org.apache.commons.collections.Transformer, org.apache.commons.collections.Transformer)' has been added | org.apache.commons.collections.map.TransformedSortedMap | public org.apache.commons.collections.map.TransformedSortedMap transformedSortedMap(java.util.SortedMap, org.apache.commons.collections.Transformer, org.apache.commons.collections.Transformer) | |
| Method 'public org.apache.commons.collections.map.TransformedSortedMap transformingSortedMap(java.util.SortedMap, org.apache.commons.collections.Transformer, org.apache.commons.collections.Transformer)' has been added | org.apache.commons.collections.map.TransformedSortedMap | public org.apache.commons.collections.map.TransformedSortedMap transformingSortedMap(java.util.SortedMap, org.apache.commons.collections.Transformer, org.apache.commons.collections.Transformer) | |
| Added java.io.Serializable to the set of implemented interfaces | org.apache.commons.collections.map.UnmodifiableEntrySet | ||
| Method 'public boolean add(java.util.Map$Entry)' has been added | org.apache.commons.collections.map.UnmodifiableEntrySet | public boolean add(java.util.Map$Entry) | |
| Method 'public java.util.Set unmodifiableEntrySet(java.util.Set)' has been added | org.apache.commons.collections.map.UnmodifiableEntrySet | public java.util.Set unmodifiableEntrySet(java.util.Set) | |
| Added org.apache.commons.collections.Get to the set of implemented interfaces | org.apache.commons.collections.map.UnmodifiableMap | ||
| Added org.apache.commons.collections.IterableGet to the set of implemented interfaces | org.apache.commons.collections.map.UnmodifiableMap | ||
| Added org.apache.commons.collections.Put to the set of implemented interfaces | org.apache.commons.collections.map.UnmodifiableMap | ||
| Added org.apache.commons.collections.map.AbstractIterableMap to the list of superclasses | org.apache.commons.collections.map.UnmodifiableMap | ||
| Method 'public java.util.Map unmodifiableMap(java.util.Map)' has been added | org.apache.commons.collections.map.UnmodifiableMap | public java.util.Map unmodifiableMap(java.util.Map) | |
| Added org.apache.commons.collections.Get to the set of implemented interfaces | org.apache.commons.collections.map.UnmodifiableOrderedMap | ||
| Added org.apache.commons.collections.IterableGet to the set of implemented interfaces | org.apache.commons.collections.map.UnmodifiableOrderedMap | ||
| Added org.apache.commons.collections.Put to the set of implemented interfaces | org.apache.commons.collections.map.UnmodifiableOrderedMap | ||
| Added org.apache.commons.collections.map.AbstractIterableMap to the list of superclasses | org.apache.commons.collections.map.UnmodifiableOrderedMap | ||
| Method 'public org.apache.commons.collections.MapIterator mapIterator()' has been added | org.apache.commons.collections.map.UnmodifiableOrderedMap | public org.apache.commons.collections.MapIterator mapIterator() | |
| Method 'public org.apache.commons.collections.OrderedMap unmodifiableOrderedMap(org.apache.commons.collections.OrderedMap)' has been added | org.apache.commons.collections.map.UnmodifiableOrderedMap | public org.apache.commons.collections.OrderedMap unmodifiableOrderedMap(org.apache.commons.collections.OrderedMap) | |
| Added org.apache.commons.collections.Get to the set of implemented interfaces | org.apache.commons.collections.map.UnmodifiableSortedMap | ||
| Added org.apache.commons.collections.IterableGet to the set of implemented interfaces | org.apache.commons.collections.map.UnmodifiableSortedMap | ||
| Added org.apache.commons.collections.IterableMap to the set of implemented interfaces | org.apache.commons.collections.map.UnmodifiableSortedMap | ||
| Added org.apache.commons.collections.IterableSortedMap to the set of implemented interfaces | org.apache.commons.collections.map.UnmodifiableSortedMap | ||
| Added org.apache.commons.collections.OrderedMap to the set of implemented interfaces | org.apache.commons.collections.map.UnmodifiableSortedMap | ||
| Added org.apache.commons.collections.Put to the set of implemented interfaces | org.apache.commons.collections.map.UnmodifiableSortedMap | ||
| Added org.apache.commons.collections.map.AbstractIterableMap to the list of superclasses | org.apache.commons.collections.map.UnmodifiableSortedMap | ||
| Method 'public java.util.SortedMap unmodifiableSortedMap(java.util.SortedMap)' has been added | org.apache.commons.collections.map.UnmodifiableSortedMap | public java.util.SortedMap unmodifiableSortedMap(java.util.SortedMap) | |
| Added java.io.Serializable to the set of implemented interfaces | org.apache.commons.collections.set.AbstractSetDecorator | ||
| Method 'protected java.util.Set decorated()' has been added | org.apache.commons.collections.set.AbstractSetDecorator | protected java.util.Set decorated() | |
| Method 'protected java.util.Collection decorated()' has been added | org.apache.commons.collections.set.AbstractSetDecorator | protected java.util.Collection decorated() | |
| Added java.io.Serializable to the set of implemented interfaces | org.apache.commons.collections.set.AbstractSortedSetDecorator | ||
| Method 'protected java.util.SortedSet decorated()' has been added | org.apache.commons.collections.set.AbstractSortedSetDecorator | protected java.util.SortedSet decorated() | |
| Method 'protected java.util.Set decorated()' has been added | org.apache.commons.collections.set.AbstractSortedSetDecorator | protected java.util.Set decorated() | |
| Method 'protected java.util.Collection decorated()' has been added | org.apache.commons.collections.set.AbstractSortedSetDecorator | protected java.util.Collection decorated() | |
| Added java.io.Serializable to the set of implemented interfaces | org.apache.commons.collections.set.CompositeSet | ||
| Method 'public java.util.List getCollections()' has been added | org.apache.commons.collections.set.CompositeSet | public java.util.List getCollections() | |
| Method 'protected org.apache.commons.collections.set.CompositeSet$SetMutator getMutator()' has been added | org.apache.commons.collections.set.CompositeSet | protected org.apache.commons.collections.set.CompositeSet$SetMutator getMutator() | |
| Method 'protected org.apache.commons.collections.collection.CompositeCollection$CollectionMutator getMutator()' has been added | org.apache.commons.collections.set.CompositeSet | protected org.apache.commons.collections.collection.CompositeCollection$CollectionMutator getMutator() | |
| Added java.io.Serializable to the set of implemented interfaces | org.apache.commons.collections.set.CompositeSet$SetMutator | ||
| Method 'public java.util.Iterator iterator()' has been added | org.apache.commons.collections.set.ListOrderedSet | public java.util.Iterator iterator() | |
| Method 'public org.apache.commons.collections.set.ListOrderedSet listOrderedSet(java.util.Set, java.util.List)' has been added | org.apache.commons.collections.set.ListOrderedSet | public org.apache.commons.collections.set.ListOrderedSet listOrderedSet(java.util.Set, java.util.List) | |
| Method 'public org.apache.commons.collections.set.ListOrderedSet listOrderedSet(java.util.Set)' has been added | org.apache.commons.collections.set.ListOrderedSet | public org.apache.commons.collections.set.ListOrderedSet listOrderedSet(java.util.Set) | |
| Method 'public org.apache.commons.collections.set.ListOrderedSet listOrderedSet(java.util.List)' has been added | org.apache.commons.collections.set.ListOrderedSet | public org.apache.commons.collections.set.ListOrderedSet listOrderedSet(java.util.List) | |
| Method 'public org.apache.commons.collections.set.MapBackedSet mapBackedSet(java.util.Map)' has been added | org.apache.commons.collections.set.MapBackedSet | public org.apache.commons.collections.set.MapBackedSet mapBackedSet(java.util.Map) | |
| Method 'public org.apache.commons.collections.set.MapBackedSet mapBackedSet(java.util.Map, java.lang.Object)' has been added | org.apache.commons.collections.set.MapBackedSet | public org.apache.commons.collections.set.MapBackedSet mapBackedSet(java.util.Map, java.lang.Object) | |
| Method 'protected java.util.Set decorated()' has been added | org.apache.commons.collections.set.PredicatedSet | protected java.util.Set decorated() | |
| Method 'protected java.util.Collection decorated()' has been added | org.apache.commons.collections.set.PredicatedSet | protected java.util.Collection decorated() | |
| Method 'public org.apache.commons.collections.set.PredicatedSet predicatedSet(java.util.Set, org.apache.commons.collections.Predicate)' has been added | org.apache.commons.collections.set.PredicatedSet | public org.apache.commons.collections.set.PredicatedSet predicatedSet(java.util.Set, org.apache.commons.collections.Predicate) | |
| Method 'protected java.util.SortedSet decorated()' has been added | org.apache.commons.collections.set.PredicatedSortedSet | protected java.util.SortedSet decorated() | |
| Method 'protected java.util.Set decorated()' has been added | org.apache.commons.collections.set.PredicatedSortedSet | protected java.util.Set decorated() | |
| Method 'protected java.util.Collection decorated()' has been added | org.apache.commons.collections.set.PredicatedSortedSet | protected java.util.Collection decorated() | |
| Method 'public org.apache.commons.collections.set.PredicatedSortedSet predicatedSortedSet(java.util.SortedSet, org.apache.commons.collections.Predicate)' has been added | org.apache.commons.collections.set.PredicatedSortedSet | public org.apache.commons.collections.set.PredicatedSortedSet predicatedSortedSet(java.util.SortedSet, org.apache.commons.collections.Predicate) | |
| Method 'public org.apache.commons.collections.set.SynchronizedSet synchronizedSet(java.util.Set)' has been added | org.apache.commons.collections.set.SynchronizedSet | public org.apache.commons.collections.set.SynchronizedSet synchronizedSet(java.util.Set) | |
| Method 'public org.apache.commons.collections.set.SynchronizedSortedSet synchronizedSortedSet(java.util.SortedSet)' has been added | org.apache.commons.collections.set.SynchronizedSortedSet | public org.apache.commons.collections.set.SynchronizedSortedSet synchronizedSortedSet(java.util.SortedSet) | |
| Method 'public java.util.Set transformedSet(java.util.Set, org.apache.commons.collections.Transformer)' has been added | org.apache.commons.collections.set.TransformedSet | public java.util.Set transformedSet(java.util.Set, org.apache.commons.collections.Transformer) | |
| Method 'public org.apache.commons.collections.set.TransformedSet transformingSet(java.util.Set, org.apache.commons.collections.Transformer)' has been added | org.apache.commons.collections.set.TransformedSet | public org.apache.commons.collections.set.TransformedSet transformingSet(java.util.Set, org.apache.commons.collections.Transformer) | |
| Method 'public org.apache.commons.collections.set.TransformedSortedSet transformedSortedSet(java.util.SortedSet, org.apache.commons.collections.Transformer)' has been added | org.apache.commons.collections.set.TransformedSortedSet | public org.apache.commons.collections.set.TransformedSortedSet transformedSortedSet(java.util.SortedSet, org.apache.commons.collections.Transformer) | |
| Method 'public org.apache.commons.collections.set.TransformedSortedSet transformingSortedSet(java.util.SortedSet, org.apache.commons.collections.Transformer)' has been added | org.apache.commons.collections.set.TransformedSortedSet | public org.apache.commons.collections.set.TransformedSortedSet transformingSortedSet(java.util.SortedSet, org.apache.commons.collections.Transformer) | |
| Method 'public java.util.Set unmodifiableSet(java.util.Set)' has been added | org.apache.commons.collections.set.UnmodifiableSet | public java.util.Set unmodifiableSet(java.util.Set) | |
| Method 'public java.util.SortedSet unmodifiableSortedSet(java.util.SortedSet)' has been added | org.apache.commons.collections.set.UnmodifiableSortedSet | public java.util.SortedSet unmodifiableSortedSet(java.util.SortedSet) | |
| Class org.apache.commons.collections.splitmap.AbstractIterableGetMapDecorator added | org.apache.commons.collections.splitmap.AbstractIterableGetMapDecorator | ||
| Class org.apache.commons.collections.splitmap.TransformedMap added | org.apache.commons.collections.splitmap.TransformedMap | ||
| Class org.apache.commons.collections.trie.AbstractKeyAnalyzer added | org.apache.commons.collections.trie.AbstractKeyAnalyzer | ||
| Class org.apache.commons.collections.trie.ByteArrayKeyAnalyzer added | org.apache.commons.collections.trie.ByteArrayKeyAnalyzer | ||
| Class org.apache.commons.collections.trie.ByteKeyAnalyzer added | org.apache.commons.collections.trie.ByteKeyAnalyzer | ||
| Class org.apache.commons.collections.trie.CharArrayKeyAnalyzer added | org.apache.commons.collections.trie.CharArrayKeyAnalyzer | ||
| Class org.apache.commons.collections.trie.CharacterKeyAnalyzer added | org.apache.commons.collections.trie.CharacterKeyAnalyzer | ||
| Class org.apache.commons.collections.trie.IntegerKeyAnalyzer added | org.apache.commons.collections.trie.IntegerKeyAnalyzer | ||
| Class org.apache.commons.collections.trie.KeyAnalyzer added | org.apache.commons.collections.trie.KeyAnalyzer | ||
| Class org.apache.commons.collections.trie.LongKeyAnalyzer added | org.apache.commons.collections.trie.LongKeyAnalyzer | ||
| Class org.apache.commons.collections.trie.PatriciaTrie added | org.apache.commons.collections.trie.PatriciaTrie | ||
| Class org.apache.commons.collections.trie.ShortKeyAnalyzer added | org.apache.commons.collections.trie.ShortKeyAnalyzer | ||
| Class org.apache.commons.collections.trie.StringKeyAnalyzer added | org.apache.commons.collections.trie.StringKeyAnalyzer | ||
| Class org.apache.commons.collections.trie.SynchronizedTrie added | org.apache.commons.collections.trie.SynchronizedTrie | ||
| Class org.apache.commons.collections.trie.UnmodifiableTrie added | org.apache.commons.collections.trie.UnmodifiableTrie |