Apache Commons logo Commons Collections
Comparing source compatibility of commons-collections4-4.5.0-M2.jar against commons-collections4-4.4.jar
Old: commons-collections4-4.4.jar
New: commons-collections4-4.5.0-M2.jar
Created: 2024-06-18T20:28:29.549+0000
Access modifier filter: PROTECTED
Only modifications: true
Only binary incompatible modifications: false
Ignore missing classes: false
Includes: all
Excludes: n.a.
Semantic Versioning: 0.1.0
Classes:
Status Fully Qualified Name
NEW org.apache.commons.collections4.bloomfilter.ArrayCountingBloomFilter
NEW org.apache.commons.collections4.bloomfilter.BitMapExtractor
NEW org.apache.commons.collections4.bloomfilter.BitMaps
NEW org.apache.commons.collections4.bloomfilter.BloomFilter
NEW org.apache.commons.collections4.bloomfilter.BloomFilterExtractor
NEW org.apache.commons.collections4.bloomfilter.CellExtractor
NEW org.apache.commons.collections4.bloomfilter.CellExtractor$CellPredicate
NEW org.apache.commons.collections4.bloomfilter.CountingBloomFilter
NEW org.apache.commons.collections4.bloomfilter.EnhancedDoubleHasher
NEW org.apache.commons.collections4.bloomfilter.Hasher
NEW org.apache.commons.collections4.bloomfilter.IndexExtractor
NEW org.apache.commons.collections4.bloomfilter.IndexFilter
NEW org.apache.commons.collections4.bloomfilter.LayeredBloomFilter
NEW org.apache.commons.collections4.bloomfilter.LayerManager
NEW org.apache.commons.collections4.bloomfilter.LayerManager$Builder
NEW org.apache.commons.collections4.bloomfilter.LayerManager$Cleanup
NEW org.apache.commons.collections4.bloomfilter.LayerManager$ExtendCheck
NEW org.apache.commons.collections4.bloomfilter.LongBiPredicate
NEW org.apache.commons.collections4.bloomfilter.SetOperations
NEW org.apache.commons.collections4.bloomfilter.Shape
NEW org.apache.commons.collections4.bloomfilter.SimpleBloomFilter
NEW org.apache.commons.collections4.bloomfilter.SparseBloomFilter
NEW org.apache.commons.collections4.bloomfilter.WrappedBloomFilter
MODIFIED org.apache.commons.collections4.Closure
MODIFIED org.apache.commons.collections4.CollectionUtils
MODIFIED org.apache.commons.collections4.EnumerationUtils
MODIFIED org.apache.commons.collections4.Factory
UNCHANGED org.apache.commons.collections4.IterableUtils
MODIFIED org.apache.commons.collections4.iterators.ListIteratorWrapper
MODIFIED org.apache.commons.collections4.iterators.UnmodifiableListIterator
UNCHANGED org.apache.commons.collections4.list.AbstractLinkedList
NEW org.apache.commons.collections4.list.AbstractLinkedListForJava21
NEW org.apache.commons.collections4.list.AbstractLinkedListForJava21$LinkedListIterator
NEW org.apache.commons.collections4.list.AbstractLinkedListForJava21$LinkedSubList
NEW org.apache.commons.collections4.list.AbstractLinkedListForJava21$LinkedSubListIterator
NEW org.apache.commons.collections4.list.AbstractLinkedListForJava21$Node
UNCHANGED org.apache.commons.collections4.list.CursorableLinkedList
UNCHANGED org.apache.commons.collections4.list.NodeCachingLinkedList
MODIFIED org.apache.commons.collections4.ListUtils
MODIFIED org.apache.commons.collections4.MapUtils
MODIFIED org.apache.commons.collections4.Predicate
MODIFIED org.apache.commons.collections4.properties.AbstractPropertiesFactory
NEW org.apache.commons.collections4.properties.AbstractPropertiesFactory$PropertyFormat
NEW org.apache.commons.collections4.properties.OrderedProperties
NEW org.apache.commons.collections4.properties.OrderedPropertiesFactory
MODIFIED org.apache.commons.collections4.properties.PropertiesFactory
MODIFIED org.apache.commons.collections4.properties.SortedProperties
MODIFIED org.apache.commons.collections4.set.UnmodifiableNavigableSet
MODIFIED (*) org.apache.commons.collections4.Transformer
MODIFIED org.apache.commons.collections4.trie.AbstractPatriciaTrie
UNCHANGED (*) org.apache.commons.collections4.trie.PatriciaTrie
Binary incompatible changes are marked with (!) while source incompatible changes are marked with (*).
NEW final public class  org.apache.commons.collections4.bloomfilter.ArrayCountingBloomFilter top
Compatibility Changes:
Change
INTERFACE_ADDED
Interfaces:
Status Interface Compatibility Changes
NEW org.apache.commons.collections4.bloomfilter.CellExtractor n.a.
NEW org.apache.commons.collections4.bloomfilter.IndexExtractor n.a.
NEW org.apache.commons.collections4.bloomfilter.CountingBloomFilter n.a.
NEW org.apache.commons.collections4.bloomfilter.BitMapExtractor n.a.
NEW org.apache.commons.collections4.bloomfilter.BloomFilter n.a.
Constructors:
Status Modifier Generic Templates Constructor Exceptions Compatibility Changes: Line Number
NEW public n.a. ArrayCountingBloomFilter(org.apache.commons.collections4.bloomfilter.Shape) n.a.
Old file New file
n.a. 101
Methods:
Status Modifier Generic Templates Type Method Exceptions Compatibility Changes: Line Number
NEW public n.a. boolean add(org.apache.commons.collections4.bloomfilter.CellExtractor)
Compatibility Changes:
Change
METHOD_ADDED_TO_PUBLIC_CLASS
Old file New file
n.a. 109
NEW public n.a. int[] asIndexArray()
Compatibility Changes:
Change
METHOD_ADDED_TO_PUBLIC_CLASS
Old file New file
n.a. 135
NEW public n.a. int cardinality()
Compatibility Changes:
Change
METHOD_ADDED_TO_PUBLIC_CLASS
Old file New file
n.a. 140
NEW public n.a. int characteristics()
Compatibility Changes:
Change
METHOD_ADDED_TO_PUBLIC_CLASS
Old file New file
n.a. 145
NEW public n.a. void clear()
Compatibility Changes:
Change
METHOD_ADDED_TO_PUBLIC_CLASS
Old file New file
n.a. 150
NEW public n.a. boolean contains(org.apache.commons.collections4.bloomfilter.BitMapExtractor)
Compatibility Changes:
Change
METHOD_ADDED_TO_PUBLIC_CLASS
Old file New file
n.a. 155
NEW public n.a. boolean contains(org.apache.commons.collections4.bloomfilter.IndexExtractor)
Compatibility Changes:
Change
METHOD_ADDED_TO_PUBLIC_CLASS
Old file New file
n.a. 160
NEW public n.a. org.apache.commons.collections4.bloomfilter.ArrayCountingBloomFilter copy()
Compatibility Changes:
Change
METHOD_ADDED_TO_PUBLIC_CLASS
Old file New file
n.a. 165
NEW public n.a. int getMaxCell()
Compatibility Changes:
Change
METHOD_ADDED_TO_PUBLIC_CLASS
Old file New file
n.a. 220
NEW public n.a. int getMaxInsert(org.apache.commons.collections4.bloomfilter.CellExtractor)
Compatibility Changes:
Change
METHOD_ADDED_TO_PUBLIC_CLASS
Old file New file
n.a. 225
NEW public n.a. org.apache.commons.collections4.bloomfilter.Shape getShape()
Compatibility Changes:
Change
METHOD_ADDED_TO_PUBLIC_CLASS
Old file New file
n.a. 238
NEW public n.a. boolean isValid()
Compatibility Changes:
Change
METHOD_ADDED_TO_PUBLIC_CLASS
Old file New file
n.a. 257
NEW public n.a. boolean processBitMaps(java.util.function.LongPredicate)
Compatibility Changes:
Change
METHOD_ADDED_TO_PUBLIC_CLASS
Old file New file
n.a. 170
NEW public n.a. boolean processCells(org.apache.commons.collections4.bloomfilter.CellExtractor$CellPredicate)
Compatibility Changes:
Change
METHOD_ADDED_TO_PUBLIC_CLASS
Old file New file
n.a. 198
NEW public n.a. boolean processIndices(java.util.function.IntPredicate)
Compatibility Changes:
Change
METHOD_ADDED_TO_PUBLIC_CLASS
Old file New file
n.a. 209
NEW public n.a. boolean subtract(org.apache.commons.collections4.bloomfilter.CellExtractor)
Compatibility Changes:
Change
METHOD_ADDED_TO_PUBLIC_CLASS
Old file New file
n.a. 262
NEW public abstract interface  org.apache.commons.collections4.bloomfilter.BitMapExtractor top
Compatibility Changes:
Change
ANNOTATION_ADDED
Methods:
Status Modifier Generic Templates Type Method Exceptions Compatibility Changes: Line Number
NEW public n.a. long[] asBitMapArray() n.a.
Old file New file
n.a. 118
NEW static public n.a. org.apache.commons.collections4.bloomfilter.BitMapExtractor fromBitMapArray(long[]) n.a.
Old file New file
n.a. 47
NEW static public n.a. org.apache.commons.collections4.bloomfilter.BitMapExtractor fromIndexExtractor(org.apache.commons.collections4.bloomfilter.IndexExtractor, int) n.a.
Old file New file
n.a. 78
NEW public n.a. boolean processBitMapPairs(org.apache.commons.collections4.bloomfilter.BitMapExtractor, org.apache.commons.collections4.bloomfilter.LongBiPredicate) n.a.
Old file New file
n.a. 151
NEW public abstract n.a. boolean processBitMaps(java.util.function.LongPredicate) n.a.
Old file New file
n.a. n.a.
Annotations:
Status: Fully Qualified Name: Elements:
NEW java.lang.FunctionalInterface n.a.
NEW public class  org.apache.commons.collections4.bloomfilter.BitMaps top
Methods:
Status Modifier Generic Templates Type Method Exceptions Compatibility Changes: Line Number
NEW static public n.a. boolean contains(long[], int)
Compatibility Changes:
Change
METHOD_ADDED_TO_PUBLIC_CLASS
Old file New file
n.a. 42
NEW static public n.a. long getLongBit(int)
Compatibility Changes:
Change
METHOD_ADDED_TO_PUBLIC_CLASS
Old file New file
n.a. 63
NEW static public n.a. int getLongIndex(int)
Compatibility Changes:
Change
METHOD_ADDED_TO_PUBLIC_CLASS
Old file New file
n.a. 86
NEW static public n.a. int mod(long, int)
Compatibility Changes:
Change
METHOD_ADDED_TO_PUBLIC_CLASS
Old file New file
n.a. 108
NEW static public n.a. int numberOfBitMaps(int)
Compatibility Changes:
Change
METHOD_ADDED_TO_PUBLIC_CLASS
Old file New file
n.a. 123
NEW static public n.a. void set(long[], int)
Compatibility Changes:
Change
METHOD_ADDED_TO_PUBLIC_CLASS
Old file New file
n.a. 135
NEW public abstract interface  org.apache.commons.collections4.bloomfilter.BloomFilter top
Compatibility Changes:
Change
INTERFACE_ADDED
Interfaces:
Status Interface Compatibility Changes
NEW org.apache.commons.collections4.bloomfilter.IndexExtractor n.a.
NEW org.apache.commons.collections4.bloomfilter.BitMapExtractor n.a.
Fields:
Status Modifier Type Field Compatibility Changes:
NEW public static final int SPARSE n.a.
Methods:
Status Modifier Generic Templates Type Method Exceptions Compatibility Changes: Line Number
NEW public abstract n.a. int cardinality() n.a.
Old file New file
n.a. n.a.
NEW public abstract n.a. int characteristics() n.a.
Old file New file
n.a. n.a.
NEW public abstract n.a. void clear() n.a.
Old file New file
n.a. n.a.
NEW public n.a. boolean contains(org.apache.commons.collections4.bloomfilter.BitMapExtractor) n.a.
Old file New file
n.a. 73
NEW public n.a. boolean contains(org.apache.commons.collections4.bloomfilter.BloomFilter) n.a.
Old file New file
n.a. 88
NEW public n.a. boolean contains(org.apache.commons.collections4.bloomfilter.Hasher) n.a.
Old file New file
n.a. 103
NEW public abstract n.a. boolean contains(org.apache.commons.collections4.bloomfilter.IndexExtractor) n.a.
Old file New file
n.a. n.a.
NEW public abstract Generic Templates:
Change Status Name Old Type New Type Generics
NEW T n.a. org.apache.commons.collections4.bloomfilter.BloomFilter
org.apache.commons.collections4.bloomfilter.BloomFilter copy() n.a.
Old file New file
n.a. n.a.
NEW public n.a. int estimateIntersection(org.apache.commons.collections4.bloomfilter.BloomFilter) n.a.
Old file New file
n.a. 146
NEW public n.a. int estimateN() n.a.
Old file New file
n.a. 196
NEW public n.a. int estimateUnion(org.apache.commons.collections4.bloomfilter.BloomFilter) n.a.
Old file New file
n.a. 224
NEW public abstract n.a. org.apache.commons.collections4.bloomfilter.Shape getShape() n.a.
Old file New file
n.a. n.a.
NEW public n.a. boolean isEmpty() n.a.
Old file New file
n.a. 250
NEW public n.a. boolean isFull() n.a.
Old file New file
n.a. 261
NEW public abstract n.a. boolean merge(org.apache.commons.collections4.bloomfilter.BitMapExtractor) n.a.
Old file New file
n.a. n.a.
NEW public n.a. boolean merge(org.apache.commons.collections4.bloomfilter.BloomFilter) n.a.
Old file New file
n.a. 294
NEW public n.a. boolean merge(org.apache.commons.collections4.bloomfilter.Hasher) n.a.
Old file New file
n.a. 311
NEW public abstract n.a. boolean merge(org.apache.commons.collections4.bloomfilter.IndexExtractor) n.a.
Old file New file
n.a. n.a.
NEW public n.a. org.apache.commons.collections4.bloomfilter.IndexExtractor uniqueIndices() n.a.
Old file New file
n.a. 335
NEW public abstract interface  org.apache.commons.collections4.bloomfilter.BloomFilterExtractor top
Compatibility Changes:
Change
ANNOTATION_ADDED
Methods:
Status Modifier Generic Templates Type Method Exceptions Compatibility Changes: Line Number
NEW public n.a. org.apache.commons.collections4.bloomfilter.BloomFilter[] asBloomFilterArray() n.a.
Old file New file
n.a. 91
NEW public n.a. org.apache.commons.collections4.bloomfilter.BloomFilter flatten() n.a.
Old file New file
n.a. 103
NEW static public n.a. org.apache.commons.collections4.bloomfilter.BloomFilterExtractor fromBloomFilterArray(org.apache.commons.collections4.bloomfilter.BloomFilter[]) n.a.
Old file New file
n.a. 47
NEW public n.a. boolean processBloomFilterPair(org.apache.commons.collections4.bloomfilter.BloomFilterExtractor, java.util.function.BiPredicate
<..>
New:org.apache.commons.collections4.bloomfilter.BloomFilterorg.apache.commons.collections4.bloomfilter.BloomFilter
)
n.a.
Old file New file
n.a. 141
NEW public abstract n.a. boolean processBloomFilters(java.util.function.Predicate
<..>
New:org.apache.commons.collections4.bloomfilter.BloomFilter
)
n.a.
Old file New file
n.a. n.a.
Annotations:
Status: Fully Qualified Name: Elements:
NEW java.lang.FunctionalInterface n.a.
NEW public abstract interface  org.apache.commons.collections4.bloomfilter.CellExtractor top
Compatibility Changes:
Change
INTERFACE_ADDED
ANNOTATION_ADDED
Interfaces:
Status Interface Compatibility Changes
NEW org.apache.commons.collections4.bloomfilter.IndexExtractor n.a.
Methods:
Status Modifier Generic Templates Type Method Exceptions Compatibility Changes: Line Number
NEW static public n.a. org.apache.commons.collections4.bloomfilter.CellExtractor from(org.apache.commons.collections4.bloomfilter.IndexExtractor) n.a.
Old file New file
n.a. 87
NEW public abstract n.a. boolean processCells(org.apache.commons.collections4.bloomfilter.CellExtractor$CellPredicate) n.a.
Old file New file
n.a. n.a.
NEW public n.a. boolean processIndices(java.util.function.IntPredicate) n.a.
Old file New file
n.a. 163
NEW public n.a. org.apache.commons.collections4.bloomfilter.IndexExtractor uniqueIndices() n.a.
Old file New file
n.a. 168
Annotations:
Status: Fully Qualified Name: Elements:
NEW java.lang.FunctionalInterface n.a.
NEW static public abstract interface  org.apache.commons.collections4.bloomfilter.CellExtractor$CellPredicate top
Compatibility Changes:
Change
ANNOTATION_ADDED
Methods:
Status Modifier Generic Templates Type Method Exceptions Compatibility Changes: Line Number
NEW public abstract n.a. boolean test(int, int) n.a.
Old file New file
n.a. n.a.
Annotations:
Status: Fully Qualified Name: Elements:
NEW java.lang.FunctionalInterface n.a.
NEW public abstract interface  org.apache.commons.collections4.bloomfilter.CountingBloomFilter top
Compatibility Changes:
Change
INTERFACE_ADDED
Interfaces:
Status Interface Compatibility Changes
NEW org.apache.commons.collections4.bloomfilter.CellExtractor n.a.
NEW org.apache.commons.collections4.bloomfilter.IndexExtractor n.a.
NEW org.apache.commons.collections4.bloomfilter.BitMapExtractor n.a.
NEW org.apache.commons.collections4.bloomfilter.BloomFilter n.a.
Methods:
Status Modifier Generic Templates Type Method Exceptions Compatibility Changes: Line Number
NEW public abstract n.a. boolean add(org.apache.commons.collections4.bloomfilter.CellExtractor) n.a.
Old file New file
n.a. n.a.
NEW public abstract n.a. org.apache.commons.collections4.bloomfilter.CountingBloomFilter copy() n.a.
Old file New file
n.a. n.a.
NEW public abstract n.a. int getMaxCell() n.a.
Old file New file
n.a. n.a.
NEW public n.a. int getMaxInsert(org.apache.commons.collections4.bloomfilter.BitMapExtractor) n.a.
Old file New file
n.a. 97
NEW public n.a. int getMaxInsert(org.apache.commons.collections4.bloomfilter.BloomFilter) n.a.
Old file New file
n.a. 118
NEW public abstract n.a. int getMaxInsert(org.apache.commons.collections4.bloomfilter.CellExtractor) n.a.
Old file New file
n.a. n.a.
NEW public n.a. int getMaxInsert(org.apache.commons.collections4.bloomfilter.Hasher) n.a.
Old file New file
n.a. 135
NEW public n.a. int getMaxInsert(org.apache.commons.collections4.bloomfilter.IndexExtractor) n.a.
Old file New file
n.a. 150
NEW public abstract n.a. boolean isValid() n.a.
Old file New file
n.a. n.a.
NEW public n.a. boolean merge(org.apache.commons.collections4.bloomfilter.BitMapExtractor) n.a.
Old file New file
n.a. 188
NEW public n.a. boolean merge(org.apache.commons.collections4.bloomfilter.BloomFilter) n.a.
Old file New file
n.a. 208
NEW public n.a. boolean merge(org.apache.commons.collections4.bloomfilter.Hasher) n.a.
Old file New file
n.a. 226
NEW public n.a. boolean merge(org.apache.commons.collections4.bloomfilter.IndexExtractor) n.a.
Old file New file
n.a. 250
NEW public n.a. boolean remove(org.apache.commons.collections4.bloomfilter.BitMapExtractor) n.a.
Old file New file
n.a. 273
NEW public n.a. boolean remove(org.apache.commons.collections4.bloomfilter.BloomFilter) n.a.
Old file New file
n.a. 292
NEW public n.a. boolean remove(org.apache.commons.collections4.bloomfilter.Hasher) n.a.
Old file New file
n.a. 309
NEW public n.a. boolean remove(org.apache.commons.collections4.bloomfilter.IndexExtractor) n.a.
Old file New file
n.a. 330
NEW public abstract n.a. boolean subtract(org.apache.commons.collections4.bloomfilter.CellExtractor) n.a.
Old file New file
n.a. n.a.
NEW public n.a. org.apache.commons.collections4.bloomfilter.IndexExtractor uniqueIndices() n.a.
Old file New file
n.a. 362
NEW public class  org.apache.commons.collections4.bloomfilter.EnhancedDoubleHasher top
Compatibility Changes:
Change
INTERFACE_ADDED
Interfaces:
Status Interface Compatibility Changes
NEW org.apache.commons.collections4.bloomfilter.Hasher n.a.
Constructors:
Status Modifier Generic Templates Constructor Exceptions Compatibility Changes: Line Number
NEW public n.a. EnhancedDoubleHasher(long, long) n.a.
Old file New file
n.a. 111
NEW public n.a. EnhancedDoubleHasher(byte[]) n.a.
Old file New file
n.a. 96
Methods:
Status Modifier Generic Templates Type Method Exceptions Compatibility Changes: Line Number
NEW public n.a. org.apache.commons.collections4.bloomfilter.IndexExtractor indices(org.apache.commons.collections4.bloomfilter.Shape)
Compatibility Changes:
Change
METHOD_ADDED_TO_PUBLIC_CLASS
Old file New file
n.a. 134
NEW public abstract interface  org.apache.commons.collections4.bloomfilter.Hasher top
Methods:
Status Modifier Generic Templates Type Method Exceptions Compatibility Changes: Line Number
NEW public abstract n.a. org.apache.commons.collections4.bloomfilter.IndexExtractor indices(org.apache.commons.collections4.bloomfilter.Shape) n.a.
Old file New file
n.a. n.a.
NEW public abstract interface  org.apache.commons.collections4.bloomfilter.IndexExtractor top
Compatibility Changes:
Change
ANNOTATION_ADDED
Methods:
Status Modifier Generic Templates Type Method Exceptions Compatibility Changes: Line Number
NEW public n.a. int[] asIndexArray() n.a.
Old file New file
n.a. 119
NEW static public n.a. org.apache.commons.collections4.bloomfilter.IndexExtractor fromBitMapExtractor(org.apache.commons.collections4.bloomfilter.BitMapExtractor) n.a.
Old file New file
n.a. 42
NEW static public n.a. org.apache.commons.collections4.bloomfilter.IndexExtractor fromIndexArray(int[]) n.a.
Old file New file
n.a. 71
NEW public abstract n.a. boolean processIndices(java.util.function.IntPredicate) n.a.
Old file New file
n.a. n.a.
NEW public n.a. org.apache.commons.collections4.bloomfilter.IndexExtractor uniqueIndices() n.a.
Old file New file
n.a. 153
Annotations:
Status: Fully Qualified Name: Elements:
NEW java.lang.FunctionalInterface n.a.
NEW final public class  org.apache.commons.collections4.bloomfilter.IndexFilter top
Methods:
Status Modifier Generic Templates Type Method Exceptions Compatibility Changes: Line Number
NEW static public n.a. java.util.function.IntPredicate create(org.apache.commons.collections4.bloomfilter.Shape, java.util.function.IntPredicate)
Compatibility Changes:
Change
METHOD_ADDED_TO_PUBLIC_CLASS
Old file New file
n.a. 91
NEW public n.a. boolean test(int)
Compatibility Changes:
Change
METHOD_ADDED_TO_PUBLIC_CLASS
Old file New file
n.a. 128
NEW public class  org.apache.commons.collections4.bloomfilter.LayeredBloomFilter top
Compatibility Changes:
Change
INTERFACE_ADDED
Generic Templates:
Change Status Name Old Type New Type Generics
NEW T n.a. org.apache.commons.collections4.bloomfilter.BloomFilter
Interfaces:
Status Interface Compatibility Changes
NEW org.apache.commons.collections4.bloomfilter.IndexExtractor n.a.
NEW org.apache.commons.collections4.bloomfilter.BloomFilterExtractor n.a.
NEW org.apache.commons.collections4.bloomfilter.BitMapExtractor n.a.
NEW org.apache.commons.collections4.bloomfilter.BloomFilter n.a.
Constructors:
Status Modifier Generic Templates Constructor Exceptions Compatibility Changes: Line Number
NEW public n.a. LayeredBloomFilter(org.apache.commons.collections4.bloomfilter.Shape, org.apache.commons.collections4.bloomfilter.LayerManager
<..>
New:T
)
n.a.
Old file New file
n.a. 103
Methods:
Status Modifier Generic Templates Type Method Exceptions Compatibility Changes: Line Number
NEW public n.a. int cardinality()
Compatibility Changes:
Change
METHOD_ADDED_TO_PUBLIC_CLASS
Old file New file
n.a. 110
NEW public n.a. int characteristics()
Compatibility Changes:
Change
METHOD_ADDED_TO_PUBLIC_CLASS
Old file New file
n.a. 115
NEW public n.a. void cleanup()
Compatibility Changes:
Change
METHOD_ADDED_TO_PUBLIC_CLASS
Old file New file
n.a. 125
NEW final public n.a. void clear()
Compatibility Changes:
Change
METHOD_ADDED_TO_PUBLIC_CLASS
Old file New file
n.a. 130
NEW public n.a. boolean contains(org.apache.commons.collections4.bloomfilter.BitMapExtractor)
Compatibility Changes:
Change
METHOD_ADDED_TO_PUBLIC_CLASS
Old file New file
n.a. 135
NEW public n.a. boolean contains(org.apache.commons.collections4.bloomfilter.BloomFilter)
Compatibility Changes:
Change
METHOD_ADDED_TO_PUBLIC_CLASS
Old file New file
n.a. 151
NEW public n.a. boolean contains(org.apache.commons.collections4.bloomfilter.BloomFilterExtractor)
Compatibility Changes:
Change
METHOD_ADDED_TO_PUBLIC_CLASS
Old file New file
n.a. 165
NEW public n.a. boolean contains(org.apache.commons.collections4.bloomfilter.Hasher)
Compatibility Changes:
Change
METHOD_ADDED_TO_PUBLIC_CLASS
Old file New file
n.a. 175
NEW public n.a. boolean contains(org.apache.commons.collections4.bloomfilter.IndexExtractor)
Compatibility Changes:
Change
METHOD_ADDED_TO_PUBLIC_CLASS
Old file New file
n.a. 180
NEW public n.a. org.apache.commons.collections4.bloomfilter.LayeredBloomFilter
<..>
New:T
copy()
Compatibility Changes:
Change
METHOD_ADDED_TO_PUBLIC_CLASS
Old file New file
n.a. 185
NEW public n.a. int estimateN()
Compatibility Changes:
Change
METHOD_ADDED_TO_PUBLIC_CLASS
Old file New file
n.a. 226
NEW public n.a. int estimateUnion(org.apache.commons.collections4.bloomfilter.BloomFilter)
Compatibility Changes:
Change
METHOD_ADDED_TO_PUBLIC_CLASS
Old file New file
n.a. 231
NEW public n.a. int[] find(org.apache.commons.collections4.bloomfilter.BitMapExtractor)
Compatibility Changes:
Change
METHOD_ADDED_TO_PUBLIC_CLASS
Old file New file
n.a. 244
NEW public n.a. int[] find(org.apache.commons.collections4.bloomfilter.BloomFilter)
Compatibility Changes:
Change
METHOD_ADDED_TO_PUBLIC_CLASS
Old file New file
n.a. 256
NEW public n.a. int[] find(org.apache.commons.collections4.bloomfilter.Hasher)
Compatibility Changes:
Change
METHOD_ADDED_TO_PUBLIC_CLASS
Old file New file
n.a. 268
NEW public n.a. int[] find(org.apache.commons.collections4.bloomfilter.IndexExtractor)
Compatibility Changes:
Change
METHOD_ADDED_TO_PUBLIC_CLASS
Old file New file
n.a. 280
NEW public n.a. org.apache.commons.collections4.bloomfilter.BloomFilter flatten()
Compatibility Changes:
Change
METHOD_ADDED_TO_PUBLIC_CLASS
Old file New file
n.a. 293
NEW public n.a. org.apache.commons.collections4.bloomfilter.BloomFilter get(int)
Compatibility Changes:
Change
METHOD_ADDED_TO_PUBLIC_CLASS
Old file New file
n.a. 330
NEW final public n.a. int getDepth()
Compatibility Changes:
Change
METHOD_ADDED_TO_PUBLIC_CLASS
Old file New file
n.a. 340
NEW final public n.a. org.apache.commons.collections4.bloomfilter.Shape getShape()
Compatibility Changes:
Change
METHOD_ADDED_TO_PUBLIC_CLASS
Old file New file
n.a. 345
NEW public n.a. boolean isEmpty()
Compatibility Changes:
Change
METHOD_ADDED_TO_PUBLIC_CLASS
Old file New file
n.a. 350
NEW public n.a. boolean merge(org.apache.commons.collections4.bloomfilter.BitMapExtractor)
Compatibility Changes:
Change
METHOD_ADDED_TO_PUBLIC_CLASS
Old file New file
n.a. 355
NEW public n.a. boolean merge(org.apache.commons.collections4.bloomfilter.BloomFilter)
Compatibility Changes:
Change
METHOD_ADDED_TO_PUBLIC_CLASS
Old file New file
n.a. 360
NEW public n.a. boolean merge(org.apache.commons.collections4.bloomfilter.IndexExtractor)
Compatibility Changes:
Change
METHOD_ADDED_TO_PUBLIC_CLASS
Old file New file
n.a. 365
NEW public n.a. void next()
Compatibility Changes:
Change
METHOD_ADDED_TO_PUBLIC_CLASS
Old file New file
n.a. 377
NEW public n.a. boolean processBitMaps(java.util.function.LongPredicate)
Compatibility Changes:
Change
METHOD_ADDED_TO_PUBLIC_CLASS
Old file New file
n.a. 300
NEW final public n.a. boolean processBloomFilters(java.util.function.Predicate
<..>
New:org.apache.commons.collections4.bloomfilter.BloomFilter
)
Compatibility Changes:
Change
METHOD_ADDED_TO_PUBLIC_CLASS
Old file New file
n.a. 314
NEW public n.a. boolean processIndices(java.util.function.IntPredicate)
Compatibility Changes:
Change
METHOD_ADDED_TO_PUBLIC_CLASS
Old file New file
n.a. 319
NEW public class  org.apache.commons.collections4.bloomfilter.LayerManager top
Compatibility Changes:
Change
INTERFACE_ADDED
Generic Templates:
Change Status Name Old Type New Type Generics
NEW T n.a. org.apache.commons.collections4.bloomfilter.BloomFilter
Interfaces:
Status Interface Compatibility Changes
NEW org.apache.commons.collections4.bloomfilter.BloomFilterExtractor n.a.
Methods:
Status Modifier Generic Templates Type Method Exceptions Compatibility Changes: Line Number
NEW static public Generic Templates:
Change Status Name Old Type New Type Generics
NEW T n.a. org.apache.commons.collections4.bloomfilter.BloomFilter
org.apache.commons.collections4.bloomfilter.LayerManager$Builder
<..>
New:T
builder()
Compatibility Changes:
Change
METHOD_ADDED_TO_PUBLIC_CLASS
Old file New file
n.a. 276
NEW final public n.a. void clear()
Compatibility Changes:
Change
METHOD_ADDED_TO_PUBLIC_CLASS
Old file New file
n.a. 336
NEW public n.a. org.apache.commons.collections4.bloomfilter.LayerManager
<..>
New:T
copy()
Compatibility Changes:
Change
METHOD_ADDED_TO_PUBLIC_CLASS
Old file New file
n.a. 350
NEW final public n.a. org.apache.commons.collections4.bloomfilter.BloomFilter first()
Compatibility Changes:
Change
METHOD_ADDED_TO_PUBLIC_CLASS
Old file New file
n.a. 364
NEW final public n.a. org.apache.commons.collections4.bloomfilter.BloomFilter get(int)
Compatibility Changes:
Change
METHOD_ADDED_TO_PUBLIC_CLASS
Old file New file
n.a. 395
NEW final public n.a. int getDepth()
Compatibility Changes:
Change
METHOD_ADDED_TO_PUBLIC_CLASS
Old file New file
n.a. 408
NEW final public n.a. org.apache.commons.collections4.bloomfilter.BloomFilter getTarget()
Compatibility Changes:
Change
METHOD_ADDED_TO_PUBLIC_CLASS
Old file New file
n.a. 418
NEW final public n.a. org.apache.commons.collections4.bloomfilter.BloomFilter last()
Compatibility Changes:
Change
METHOD_ADDED_TO_PUBLIC_CLASS
Old file New file
n.a. 431
NEW public n.a. boolean processBloomFilters(java.util.function.Predicate
<..>
New:org.apache.commons.collections4.bloomfilter.BloomFilter
)
Compatibility Changes:
Change
METHOD_ADDED_TO_PUBLIC_CLASS
Old file New file
n.a. 377
NEW static public class  org.apache.commons.collections4.bloomfilter.LayerManager$Builder top
Generic Templates:
Change Status Name Old Type New Type Generics
NEW T n.a. org.apache.commons.collections4.bloomfilter.BloomFilter
Methods:
Status Modifier Generic Templates Type Method Exceptions Compatibility Changes: Line Number
NEW public n.a. org.apache.commons.collections4.bloomfilter.LayerManager
<..>
New:T
build()
Compatibility Changes:
Change
METHOD_ADDED_TO_PUBLIC_CLASS
Old file New file
n.a. 75
NEW public n.a. org.apache.commons.collections4.bloomfilter.LayerManager$Builder
<..>
New:T
setCleanup(java.util.function.Consumer
<..>
New:java.util.Deque<T>
)
Compatibility Changes:
Change
METHOD_ADDED_TO_PUBLIC_CLASS
Old file New file
n.a. 89
NEW public n.a. org.apache.commons.collections4.bloomfilter.LayerManager$Builder
<..>
New:T
setExtendCheck(java.util.function.Predicate
<..>
New:org.apache.commons.collections4.bloomfilter.LayerManager<T>
)
Compatibility Changes:
Change
METHOD_ADDED_TO_PUBLIC_CLASS
Old file New file
n.a. 102
NEW public n.a. org.apache.commons.collections4.bloomfilter.LayerManager$Builder
<..>
New:T
setSupplier(java.util.function.Supplier
<..>
New:T
)
Compatibility Changes:
Change
METHOD_ADDED_TO_PUBLIC_CLASS
Old file New file
n.a. 114
NEW final static public class  org.apache.commons.collections4.bloomfilter.LayerManager$Cleanup top
Methods:
Status Modifier Generic Templates Type Method Exceptions Compatibility Changes: Line Number
NEW static public Generic Templates:
Change Status Name Old Type New Type Generics
NEW T n.a. org.apache.commons.collections4.bloomfilter.BloomFilter
java.util.function.Consumer
<..>
New:java.util.Deque<T>
noCleanup()
Compatibility Changes:
Change
METHOD_ADDED_TO_PUBLIC_CLASS
Old file New file
n.a. 132
NEW static public Generic Templates:
Change Status Name Old Type New Type Generics
NEW T n.a. org.apache.commons.collections4.bloomfilter.BloomFilter
java.util.function.Consumer
<..>
New:java.util.Deque<T>
onMaxSize(int)
Compatibility Changes:
Change
METHOD_ADDED_TO_PUBLIC_CLASS
Old file New file
n.a. 148
NEW static public Generic Templates:
Change Status Name Old Type New Type Generics
NEW T n.a. org.apache.commons.collections4.bloomfilter.BloomFilter
java.util.function.Consumer
<..>
New:java.util.Deque<T>
removeEmptyTarget()
Compatibility Changes:
Change
METHOD_ADDED_TO_PUBLIC_CLASS
Old file New file
n.a. 166
NEW static public Generic Templates:
Change Status Name Old Type New Type Generics
NEW T n.a. org.apache.commons.collections4.bloomfilter.BloomFilter
java.util.function.Consumer
<..>
New:java.util.Deque<T>
removeIf(java.util.function.Predicate
<..>
New:? super T
)
Compatibility Changes:
Change
METHOD_ADDED_TO_PUBLIC_CLASS
Old file New file
n.a. 181
NEW final static public class  org.apache.commons.collections4.bloomfilter.LayerManager$ExtendCheck top
Methods:
Status Modifier Generic Templates Type Method Exceptions Compatibility Changes: Line Number
NEW static public Generic Templates:
Change Status Name Old Type New Type Generics
NEW T n.a. org.apache.commons.collections4.bloomfilter.BloomFilter
java.util.function.Predicate
<..>
New:org.apache.commons.collections4.bloomfilter.LayerManager<T>
advanceOnCount(int)
Compatibility Changes:
Change
METHOD_ADDED_TO_PUBLIC_CLASS
Old file New file
n.a. 203
NEW static public Generic Templates:
Change Status Name Old Type New Type Generics
NEW T n.a. org.apache.commons.collections4.bloomfilter.BloomFilter
java.util.function.Predicate
<..>
New:org.apache.commons.collections4.bloomfilter.LayerManager<T>
advanceOnPopulated()
Compatibility Changes:
Change
METHOD_ADDED_TO_PUBLIC_CLASS
Old file New file
n.a. 227
NEW static public Generic Templates:
Change Status Name Old Type New Type Generics
NEW T n.a. org.apache.commons.collections4.bloomfilter.BloomFilter
java.util.function.Predicate
<..>
New:org.apache.commons.collections4.bloomfilter.LayerManager<T>
advanceOnSaturation(double)
Compatibility Changes:
Change
METHOD_ADDED_TO_PUBLIC_CLASS
Old file New file
n.a. 243
NEW static public Generic Templates:
Change Status Name Old Type New Type Generics
NEW T n.a. org.apache.commons.collections4.bloomfilter.BloomFilter
java.util.function.Predicate
<..>
New:org.apache.commons.collections4.bloomfilter.LayerManager<T>
neverAdvance()
Compatibility Changes:
Change
METHOD_ADDED_TO_PUBLIC_CLASS
Old file New file
n.a. 260
NEW public abstract interface  org.apache.commons.collections4.bloomfilter.LongBiPredicate top
Compatibility Changes:
Change
ANNOTATION_ADDED
Methods:
Status Modifier Generic Templates Type Method Exceptions Compatibility Changes: Line Number
NEW public abstract n.a. boolean test(long, long) n.a.
Old file New file
n.a. n.a.
Annotations:
Status: Fully Qualified Name: Elements:
NEW java.lang.FunctionalInterface n.a.
NEW final public class  org.apache.commons.collections4.bloomfilter.SetOperations top
Methods:
Status Modifier Generic Templates Type Method Exceptions Compatibility Changes: Line Number
NEW static public n.a. int andCardinality(org.apache.commons.collections4.bloomfilter.BitMapExtractor, org.apache.commons.collections4.bloomfilter.BitMapExtractor)
Compatibility Changes:
Change
METHOD_ADDED_TO_PUBLIC_CLASS
Old file New file
n.a. 35
NEW static public n.a. int cardinality(org.apache.commons.collections4.bloomfilter.BitMapExtractor)
Compatibility Changes:
Change
METHOD_ADDED_TO_PUBLIC_CLASS
Old file New file
n.a. 45
NEW static public n.a. double cosineDistance(org.apache.commons.collections4.bloomfilter.BitMapExtractor, org.apache.commons.collections4.bloomfilter.BitMapExtractor)
Compatibility Changes:
Change
METHOD_ADDED_TO_PUBLIC_CLASS
Old file New file
n.a. 81
NEW static public n.a. double cosineSimilarity(org.apache.commons.collections4.bloomfilter.BitMapExtractor, org.apache.commons.collections4.bloomfilter.BitMapExtractor)
Compatibility Changes:
Change
METHOD_ADDED_TO_PUBLIC_CLASS
Old file New file
n.a. 96
NEW static public n.a. double cosineSimilarity(org.apache.commons.collections4.bloomfilter.BloomFilter, org.apache.commons.collections4.bloomfilter.BloomFilter)
Compatibility Changes:
Change
METHOD_ADDED_TO_PUBLIC_CLASS
Old file New file
n.a. 116
NEW static public n.a. int hammingDistance(org.apache.commons.collections4.bloomfilter.BitMapExtractor, org.apache.commons.collections4.bloomfilter.BitMapExtractor)
Compatibility Changes:
Change
METHOD_ADDED_TO_PUBLIC_CLASS
Old file New file
n.a. 130
NEW static public n.a. double jaccardDistance(org.apache.commons.collections4.bloomfilter.BitMapExtractor, org.apache.commons.collections4.bloomfilter.BitMapExtractor)
Compatibility Changes:
Change
METHOD_ADDED_TO_PUBLIC_CLASS
Old file New file
n.a. 143
NEW static public n.a. double jaccardSimilarity(org.apache.commons.collections4.bloomfilter.BitMapExtractor, org.apache.commons.collections4.bloomfilter.BitMapExtractor)
Compatibility Changes:
Change
METHOD_ADDED_TO_PUBLIC_CLASS
Old file New file
n.a. 156
NEW static public n.a. int orCardinality(org.apache.commons.collections4.bloomfilter.BitMapExtractor, org.apache.commons.collections4.bloomfilter.BitMapExtractor)
Compatibility Changes:
Change
METHOD_ADDED_TO_PUBLIC_CLASS
Old file New file
n.a. 173
NEW static public n.a. int xorCardinality(org.apache.commons.collections4.bloomfilter.BitMapExtractor, org.apache.commons.collections4.bloomfilter.BitMapExtractor)
Compatibility Changes:
Change
METHOD_ADDED_TO_PUBLIC_CLASS
Old file New file
n.a. 183
NEW final public class  org.apache.commons.collections4.bloomfilter.Shape top
Methods:
Status Modifier Generic Templates Type Method Exceptions Compatibility Changes: Line Number
NEW public n.a. boolean equals(java.lang.Object)
Compatibility Changes:
Change
METHOD_ADDED_TO_PUBLIC_CLASS
Old file New file
n.a. 375
NEW public n.a. double estimateMaxN()
Compatibility Changes:
Change
METHOD_ADDED_TO_PUBLIC_CLASS
Old file New file
n.a. 396
NEW public n.a. double estimateN(int)
Compatibility Changes:
Change
METHOD_ADDED_TO_PUBLIC_CLASS
Old file New file
n.a. 412
NEW static public n.a. org.apache.commons.collections4.bloomfilter.Shape fromKM(int, int)
Compatibility Changes:
Change
METHOD_ADDED_TO_PUBLIC_CLASS
Old file New file
n.a. 208
NEW static public n.a. org.apache.commons.collections4.bloomfilter.Shape fromNM(int, int)
Compatibility Changes:
Change
METHOD_ADDED_TO_PUBLIC_CLASS
Old file New file
n.a. 229
NEW static public n.a. org.apache.commons.collections4.bloomfilter.Shape fromNMK(int, int, int)
Compatibility Changes:
Change
METHOD_ADDED_TO_PUBLIC_CLASS
Old file New file
n.a. 254
NEW static public n.a. org.apache.commons.collections4.bloomfilter.Shape fromNP(int, double)
Compatibility Changes:
Change
METHOD_ADDED_TO_PUBLIC_CLASS
Old file New file
n.a. 286
NEW static public n.a. org.apache.commons.collections4.bloomfilter.Shape fromPMK(double, int, int)
Compatibility Changes:
Change
METHOD_ADDED_TO_PUBLIC_CLASS
Old file New file
n.a. 324
NEW public n.a. int getNumberOfBits()
Compatibility Changes:
Change
METHOD_ADDED_TO_PUBLIC_CLASS
Old file New file
n.a. 425
NEW public n.a. int getNumberOfHashFunctions()
Compatibility Changes:
Change
METHOD_ADDED_TO_PUBLIC_CLASS
Old file New file
n.a. 435
NEW public n.a. double getProbability(int)
Compatibility Changes:
Change
METHOD_ADDED_TO_PUBLIC_CLASS
Old file New file
n.a. 455
NEW public n.a. int hashCode()
Compatibility Changes:
Change
METHOD_ADDED_TO_PUBLIC_CLASS
Old file New file
n.a. 467
NEW public n.a. boolean isSparse(int)
Compatibility Changes:
Change
METHOD_ADDED_TO_PUBLIC_CLASS
Old file New file
n.a. 486
NEW public n.a. java.lang.String toString()
Compatibility Changes:
Change
METHOD_ADDED_TO_PUBLIC_CLASS
Old file New file
n.a. 491
NEW final public class  org.apache.commons.collections4.bloomfilter.SimpleBloomFilter top
Compatibility Changes:
Change
INTERFACE_ADDED
Interfaces:
Status Interface Compatibility Changes
NEW org.apache.commons.collections4.bloomfilter.IndexExtractor n.a.
NEW org.apache.commons.collections4.bloomfilter.BitMapExtractor n.a.
NEW org.apache.commons.collections4.bloomfilter.BloomFilter n.a.
Constructors:
Status Modifier Generic Templates Constructor Exceptions Compatibility Changes: Line Number
NEW public n.a. SimpleBloomFilter(org.apache.commons.collections4.bloomfilter.Shape) n.a.
Old file New file
n.a. 51
Methods:
Status Modifier Generic Templates Type Method Exceptions Compatibility Changes: Line Number
NEW public n.a. long[] asBitMapArray()
Compatibility Changes:
Change
METHOD_ADDED_TO_PUBLIC_CLASS
Old file New file
n.a. 70
NEW public n.a. int cardinality()
Compatibility Changes:
Change
METHOD_ADDED_TO_PUBLIC_CLASS
Old file New file
n.a. 76
NEW public n.a. int characteristics()
Compatibility Changes:
Change
METHOD_ADDED_TO_PUBLIC_CLASS
Old file New file
n.a. 85
NEW public n.a. void clear()
Compatibility Changes:
Change
METHOD_ADDED_TO_PUBLIC_CLASS
Old file New file
n.a. 90
NEW public n.a. boolean contains(org.apache.commons.collections4.bloomfilter.IndexExtractor)
Compatibility Changes:
Change
METHOD_ADDED_TO_PUBLIC_CLASS
Old file New file
n.a. 96
NEW public n.a. org.apache.commons.collections4.bloomfilter.SimpleBloomFilter copy()
Compatibility Changes:
Change
METHOD_ADDED_TO_PUBLIC_CLASS
Old file New file
n.a. 101
NEW public n.a. org.apache.commons.collections4.bloomfilter.Shape getShape()
Compatibility Changes:
Change
METHOD_ADDED_TO_PUBLIC_CLASS
Old file New file
n.a. 129
NEW public n.a. boolean isEmpty()
Compatibility Changes:
Change
METHOD_ADDED_TO_PUBLIC_CLASS
Old file New file
n.a. 134
NEW public n.a. boolean merge(org.apache.commons.collections4.bloomfilter.BitMapExtractor)
Compatibility Changes:
Change
METHOD_ADDED_TO_PUBLIC_CLASS
Old file New file
n.a. 139
NEW public n.a. boolean merge(org.apache.commons.collections4.bloomfilter.BloomFilter)
Compatibility Changes:
Change
METHOD_ADDED_TO_PUBLIC_CLASS
Old file New file
n.a. 167
NEW public n.a. boolean merge(org.apache.commons.collections4.bloomfilter.Hasher)
Compatibility Changes:
Change
METHOD_ADDED_TO_PUBLIC_CLASS
Old file New file
n.a. 178
NEW public n.a. boolean merge(org.apache.commons.collections4.bloomfilter.IndexExtractor)
Compatibility Changes:
Change
METHOD_ADDED_TO_PUBLIC_CLASS
Old file New file
n.a. 184
NEW public n.a. boolean processBitMapPairs(org.apache.commons.collections4.bloomfilter.BitMapExtractor, org.apache.commons.collections4.bloomfilter.LongBiPredicate)
Compatibility Changes:
Change
METHOD_ADDED_TO_PUBLIC_CLASS
Old file New file
n.a. 117
NEW public n.a. boolean processBitMaps(java.util.function.LongPredicate)
Compatibility Changes:
Change
METHOD_ADDED_TO_PUBLIC_CLASS
Old file New file
n.a. 106
NEW public n.a. boolean processIndices(java.util.function.IntPredicate)
Compatibility Changes:
Change
METHOD_ADDED_TO_PUBLIC_CLASS
Old file New file
n.a. 123
NEW final public class  org.apache.commons.collections4.bloomfilter.SparseBloomFilter top
Compatibility Changes:
Change
INTERFACE_ADDED
Interfaces:
Status Interface Compatibility Changes
NEW org.apache.commons.collections4.bloomfilter.IndexExtractor n.a.
NEW org.apache.commons.collections4.bloomfilter.BitMapExtractor n.a.
NEW org.apache.commons.collections4.bloomfilter.BloomFilter n.a.
Constructors:
Status Modifier Generic Templates Constructor Exceptions Compatibility Changes: Line Number
NEW public n.a. SparseBloomFilter(org.apache.commons.collections4.bloomfilter.Shape) n.a.
Old file New file
n.a. 46
Methods:
Status Modifier Generic Templates Type Method Exceptions Compatibility Changes: Line Number
NEW public n.a. long[] asBitMapArray()
Compatibility Changes:
Change
METHOD_ADDED_TO_PUBLIC_CLASS
Old file New file
n.a. 69
NEW public n.a. int cardinality()
Compatibility Changes:
Change
METHOD_ADDED_TO_PUBLIC_CLASS
Old file New file
n.a. 78
NEW public n.a. int characteristics()
Compatibility Changes:
Change
METHOD_ADDED_TO_PUBLIC_CLASS
Old file New file
n.a. 83
NEW public n.a. void clear()
Compatibility Changes:
Change
METHOD_ADDED_TO_PUBLIC_CLASS
Old file New file
n.a. 88
NEW public n.a. boolean contains(org.apache.commons.collections4.bloomfilter.BitMapExtractor)
Compatibility Changes:
Change
METHOD_ADDED_TO_PUBLIC_CLASS
Old file New file
n.a. 93
NEW public n.a. boolean contains(org.apache.commons.collections4.bloomfilter.IndexExtractor)
Compatibility Changes:
Change
METHOD_ADDED_TO_PUBLIC_CLASS
Old file New file
n.a. 98
NEW public n.a. org.apache.commons.collections4.bloomfilter.SparseBloomFilter copy()
Compatibility Changes:
Change
METHOD_ADDED_TO_PUBLIC_CLASS
Old file New file
n.a. 103
NEW public n.a. org.apache.commons.collections4.bloomfilter.Shape getShape()
Compatibility Changes:
Change
METHOD_ADDED_TO_PUBLIC_CLASS
Old file New file
n.a. 157
NEW public n.a. boolean isEmpty()
Compatibility Changes:
Change
METHOD_ADDED_TO_PUBLIC_CLASS
Old file New file
n.a. 162
NEW public n.a. boolean merge(org.apache.commons.collections4.bloomfilter.BitMapExtractor)
Compatibility Changes:
Change
METHOD_ADDED_TO_PUBLIC_CLASS
Old file New file
n.a. 167
NEW public n.a. boolean merge(org.apache.commons.collections4.bloomfilter.BloomFilter)
Compatibility Changes:
Change
METHOD_ADDED_TO_PUBLIC_CLASS
Old file New file
n.a. 173
NEW public n.a. boolean merge(org.apache.commons.collections4.bloomfilter.Hasher)
Compatibility Changes:
Change
METHOD_ADDED_TO_PUBLIC_CLASS
Old file New file
n.a. 181
NEW public n.a. boolean merge(org.apache.commons.collections4.bloomfilter.IndexExtractor)
Compatibility Changes:
Change
METHOD_ADDED_TO_PUBLIC_CLASS
Old file New file
n.a. 188
NEW public n.a. boolean processBitMaps(java.util.function.LongPredicate)
Compatibility Changes:
Change
METHOD_ADDED_TO_PUBLIC_CLASS
Old file New file
n.a. 108
NEW public n.a. boolean processIndices(java.util.function.IntPredicate)
Compatibility Changes:
Change
METHOD_ADDED_TO_PUBLIC_CLASS
Old file New file
n.a. 146
NEW public abstract class  org.apache.commons.collections4.bloomfilter.WrappedBloomFilter top
Compatibility Changes:
Change
INTERFACE_ADDED
Interfaces:
Status Interface Compatibility Changes
NEW org.apache.commons.collections4.bloomfilter.IndexExtractor n.a.
NEW org.apache.commons.collections4.bloomfilter.BitMapExtractor n.a.
NEW org.apache.commons.collections4.bloomfilter.BloomFilter n.a.
Constructors:
Status Modifier Generic Templates Constructor Exceptions Compatibility Changes: Line Number
NEW public n.a. WrappedBloomFilter(org.apache.commons.collections4.bloomfilter.BloomFilter) n.a.
Old file New file
n.a. 35
Methods:
Status Modifier Generic Templates Type Method Exceptions Compatibility Changes: Line Number
NEW public n.a. long[] asBitMapArray()
Compatibility Changes:
Change
METHOD_ADDED_TO_PUBLIC_CLASS
Old file New file
n.a. 41
NEW public n.a. int[] asIndexArray()
Compatibility Changes:
Change
METHOD_ADDED_TO_PUBLIC_CLASS
Old file New file
n.a. 46
NEW public n.a. int cardinality()
Compatibility Changes:
Change
METHOD_ADDED_TO_PUBLIC_CLASS
Old file New file
n.a. 51
NEW public n.a. int characteristics()
Compatibility Changes:
Change
METHOD_ADDED_TO_PUBLIC_CLASS
Old file New file
n.a. 56
NEW public n.a. void clear()
Compatibility Changes:
Change
METHOD_ADDED_TO_PUBLIC_CLASS
Old file New file
n.a. 61
NEW public n.a. boolean contains(org.apache.commons.collections4.bloomfilter.BitMapExtractor)
Compatibility Changes:
Change
METHOD_ADDED_TO_PUBLIC_CLASS
Old file New file
n.a. 66
NEW public n.a. boolean contains(org.apache.commons.collections4.bloomfilter.BloomFilter)
Compatibility Changes:
Change
METHOD_ADDED_TO_PUBLIC_CLASS
Old file New file
n.a. 71
NEW public n.a. boolean contains(org.apache.commons.collections4.bloomfilter.Hasher)
Compatibility Changes:
Change
METHOD_ADDED_TO_PUBLIC_CLASS
Old file New file
n.a. 76
NEW public n.a. boolean contains(org.apache.commons.collections4.bloomfilter.IndexExtractor)
Compatibility Changes:
Change
METHOD_ADDED_TO_PUBLIC_CLASS
Old file New file
n.a. 81
NEW public n.a. int estimateIntersection(org.apache.commons.collections4.bloomfilter.BloomFilter)
Compatibility Changes:
Change
METHOD_ADDED_TO_PUBLIC_CLASS
Old file New file
n.a. 86
NEW public n.a. int estimateN()
Compatibility Changes:
Change
METHOD_ADDED_TO_PUBLIC_CLASS
Old file New file
n.a. 91
NEW public n.a. int estimateUnion(org.apache.commons.collections4.bloomfilter.BloomFilter)
Compatibility Changes:
Change
METHOD_ADDED_TO_PUBLIC_CLASS
Old file New file
n.a. 96
NEW public n.a. org.apache.commons.collections4.bloomfilter.Shape getShape()
Compatibility Changes:
Change
METHOD_ADDED_TO_PUBLIC_CLASS
Old file New file
n.a. 116
NEW protected n.a. org.apache.commons.collections4.bloomfilter.BloomFilter getWrapped() n.a.
Old file New file
n.a. 120
NEW public n.a. boolean isFull()
Compatibility Changes:
Change
METHOD_ADDED_TO_PUBLIC_CLASS
Old file New file
n.a. 125
NEW public n.a. boolean merge(org.apache.commons.collections4.bloomfilter.BitMapExtractor)
Compatibility Changes:
Change
METHOD_ADDED_TO_PUBLIC_CLASS
Old file New file
n.a. 130
NEW public n.a. boolean merge(org.apache.commons.collections4.bloomfilter.BloomFilter)
Compatibility Changes:
Change
METHOD_ADDED_TO_PUBLIC_CLASS
Old file New file
n.a. 135
NEW public n.a. boolean merge(org.apache.commons.collections4.bloomfilter.Hasher)
Compatibility Changes:
Change
METHOD_ADDED_TO_PUBLIC_CLASS
Old file New file
n.a. 140
NEW public n.a. boolean merge(org.apache.commons.collections4.bloomfilter.IndexExtractor)
Compatibility Changes:
Change
METHOD_ADDED_TO_PUBLIC_CLASS
Old file New file
n.a. 145
NEW public n.a. boolean processBitMapPairs(org.apache.commons.collections4.bloomfilter.BitMapExtractor, org.apache.commons.collections4.bloomfilter.LongBiPredicate)
Compatibility Changes:
Change
METHOD_ADDED_TO_PUBLIC_CLASS
Old file New file
n.a. 106
NEW public n.a. boolean processBitMaps(java.util.function.LongPredicate)
Compatibility Changes:
Change
METHOD_ADDED_TO_PUBLIC_CLASS
Old file New file
n.a. 101
NEW public n.a. boolean processIndices(java.util.function.IntPredicate)
Compatibility Changes:
Change
METHOD_ADDED_TO_PUBLIC_CLASS
Old file New file
n.a. 111
MODIFIED public abstract interface  org.apache.commons.collections4.Closure top
Compatibility Changes:
Change
INTERFACE_ADDED
ANNOTATION_REMOVED
ANNOTATION_DEPRECATED_ADDED
Generic Templates:
Change Status Name Old Type New Type Generics
UNCHANGED T java.lang.Object java.lang.Object
Interfaces:
Status Interface Compatibility Changes
NEW java.util.function.Consumer n.a.
Methods:
Status Modifier Generic Templates Type Method Exceptions Compatibility Changes: Line Number
NEW public n.a. void accept(java.lang.Object)
Compatibility Changes:
Change
METHOD_NEW_DEFAULT
Old file New file
n.a. 41
Annotations:
Status: Fully Qualified Name: Elements:
NEW java.lang.Deprecated n.a.
REMOVED java.lang.FunctionalInterface n.a.
MODIFIED public class  org.apache.commons.collections4.CollectionUtils top
Fields:
Status Modifier Type Field Compatibility Changes:
NEW public static final java.lang.String COLON n.a.
NEW public static final java.lang.String COMMA n.a.
NEW public static final java.lang.String DEFAULT_TOSTRING_PREFIX n.a.
NEW public static final java.lang.String DEFAULT_TOSTRING_SUFFIX n.a.
NEW public static final int INDEX_NOT_FOUND n.a.
Methods:
Status Modifier Generic Templates Type Method Exceptions Compatibility Changes: Line Number
NEW static public Generic Templates:
Change Status Name Old Type New Type Generics
NEW E n.a. java.lang.Object
int hashCode(java.util.Collection
<..>
New:? extends E
, org.apache.commons.collections4.Equator
<..>
New:? super E
)
Compatibility Changes:
Change
METHOD_ADDED_TO_PUBLIC_CLASS
Old file New file
n.a. 1135
NEW static public Generic Templates:
Change Status Name Old Type New Type Generics
NEW E n.a. java.lang.Object
java.util.Collection
<..>
New:E
removeCount(java.util.Collection
<..>
New:E
, int, int)
Compatibility Changes:
Change
METHOD_ADDED_TO_PUBLIC_CLASS
Old file New file
n.a. 1554
NEW static public Generic Templates:
Change Status Name Old Type New Type Generics
NEW E n.a. java.lang.Object
java.util.Collection
<..>
New:E
removeRange(java.util.Collection
<..>
New:E
, int, int)
Compatibility Changes:
Change
METHOD_ADDED_TO_PUBLIC_CLASS
Old file New file
n.a. 1595
MODIFIED public class  org.apache.commons.collections4.EnumerationUtils top
Methods:
Status Modifier Generic Templates Type Method Exceptions Compatibility Changes: Line Number
NEW static public Generic Templates:
Change Status Name Old Type New Type Generics
NEW T n.a. java.lang.Object
java.lang.Iterable
<..>
New:T
asIterable(java.util.Enumeration
<..>
New:T
)
Compatibility Changes:
Change
METHOD_ADDED_TO_PUBLIC_CLASS
Old file New file
n.a. 44
MODIFIED public abstract interface  org.apache.commons.collections4.Factory top
Compatibility Changes:
Change
INTERFACE_ADDED
ANNOTATION_REMOVED
ANNOTATION_DEPRECATED_ADDED
Generic Templates:
Change Status Name Old Type New Type Generics
UNCHANGED T java.lang.Object java.lang.Object
Interfaces:
Status Interface Compatibility Changes
NEW java.util.function.Supplier n.a.
Methods:
Status Modifier Generic Templates Type Method Exceptions Compatibility Changes: Line Number
NEW public n.a. java.lang.Object get()
Compatibility Changes:
Change
METHOD_NEW_DEFAULT
Old file New file
n.a. 51
Annotations:
Status: Fully Qualified Name: Elements:
NEW java.lang.Deprecated n.a.
REMOVED java.lang.FunctionalInterface n.a.
UNCHANGED public class  org.apache.commons.collections4.IterableUtils top
Constructors:
Status Modifier Generic Templates Constructor Exceptions Compatibility Changes: Line Number
UNCHANGED public n.a. IterableUtils()
Annotations:
Status: Fully Qualified Name: Elements:
NEW java.lang.Deprecated n.a.
Compatibility Changes:
Change
ANNOTATION_DEPRECATED_ADDED
Old file New file
50 1094
MODIFIED public class  org.apache.commons.collections4.iterators.ListIteratorWrapper top
Generic Templates:
Change Status Name Old Type New Type Generics
UNCHANGED E java.lang.Object java.lang.Object
Methods:
Status Modifier Generic Templates Type Method Exceptions Compatibility Changes: Line Number
MODIFIED public n.a. void remove()
Status: Name:
REMOVED java.lang.UnsupportedOperationException
NEW java.lang.IllegalStateException
n.a.
Old file New file
214 209
MODIFIED final public class  org.apache.commons.collections4.iterators.UnmodifiableListIterator top
Generic Templates:
Change Status Name Old Type New Type Generics
UNCHANGED E java.lang.Object java.lang.Object
Methods:
Status Modifier Generic Templates Type Method Exceptions Compatibility Changes: Line Number
UNCHANGED static public Generic Templates:
Change Status Name Old Type New Type Generics
UNCHANGED E java.lang.Object java.lang.Object
java.util.ListIterator
<..>
New:E
Old:E
umodifiableListIterator(java.util.ListIterator
<..>
New:? extends E
Old:? extends E
)
Annotations:
Status: Fully Qualified Name: Elements:
NEW java.lang.Deprecated n.a.
Compatibility Changes:
Change
ANNOTATION_DEPRECATED_ADDED
Old file New file
46 46
NEW static public Generic Templates:
Change Status Name Old Type New Type Generics
NEW E n.a. java.lang.Object
java.util.ListIterator
<..>
New:E
unmodifiableListIterator(java.util.ListIterator
<..>
New:? extends E
)
Compatibility Changes:
Change
METHOD_ADDED_TO_PUBLIC_CLASS
Old file New file
n.a. 58
UNCHANGED public abstract class  org.apache.commons.collections4.list.AbstractLinkedList top
Compatibility Changes:
Change
ANNOTATION_DEPRECATED_ADDED
Generic Templates:
Change Status Name Old Type New Type Generics
UNCHANGED E java.lang.Object java.lang.Object
Annotations:
Status: Fully Qualified Name: Elements:
NEW java.lang.Deprecated n.a.
NEW public abstract class  org.apache.commons.collections4.list.AbstractLinkedListForJava21 top
Compatibility Changes:
Change
INTERFACE_ADDED
Generic Templates:
Change Status Name Old Type New Type Generics
NEW E n.a. java.lang.Object
Interfaces:
Status Interface Compatibility Changes
NEW java.util.List n.a.
NEW java.util.Collection n.a.
NEW java.lang.Iterable n.a.
Constructors:
Status Modifier Generic Templates Constructor Exceptions Compatibility Changes: Line Number
NEW protected n.a. AbstractLinkedListForJava21(java.util.Collection
<..>
New:? extends E
)
n.a.
Old file New file
n.a. 535
NEW protected n.a. AbstractLinkedListForJava21() n.a.
Old file New file
n.a. 527
Methods:
Status Modifier Generic Templates Type Method Exceptions Compatibility Changes: Line Number
NEW public n.a. boolean add(java.lang.Object)
Compatibility Changes:
Change
METHOD_ADDED_TO_PUBLIC_CLASS
Old file New file
n.a. 542
NEW public n.a. void add(int, java.lang.Object)
Compatibility Changes:
Change
METHOD_ADDED_TO_PUBLIC_CLASS
Old file New file
n.a. 548
NEW public n.a. boolean addAll(java.util.Collection
<..>
New:? extends E
)
Compatibility Changes:
Change
METHOD_ADDED_TO_PUBLIC_CLASS
Old file New file
n.a. 554
NEW public n.a. boolean addAll(int, java.util.Collection
<..>
New:? extends E
)
Compatibility Changes:
Change
METHOD_ADDED_TO_PUBLIC_CLASS
Old file New file
n.a. 559
NEW public n.a. void addFirst(java.lang.Object)
Compatibility Changes:
Change
METHOD_ADDED_TO_PUBLIC_CLASS
Old file New file
n.a. 567
NEW public n.a. void addLast(java.lang.Object)
Compatibility Changes:
Change
METHOD_ADDED_TO_PUBLIC_CLASS
Old file New file
n.a. 571
NEW protected n.a. void addNode(org.apache.commons.collections4.list.AbstractLinkedListForJava21$Node
<..>
New:E
, org.apache.commons.collections4.list.AbstractLinkedListForJava21$Node
<..>
New:E
)
n.a.
Old file New file
n.a. 582
NEW protected n.a. void addNodeAfter(org.apache.commons.collections4.list.AbstractLinkedListForJava21$Node
<..>
New:E
, java.lang.Object)
n.a.
Old file New file
n.a. 604
NEW protected n.a. void addNodeBefore(org.apache.commons.collections4.list.AbstractLinkedListForJava21$Node
<..>
New:E
, java.lang.Object)
n.a.
Old file New file
n.a. 620
NEW public n.a. void clear()
Compatibility Changes:
Change
METHOD_ADDED_TO_PUBLIC_CLASS
Old file New file
n.a. 626
NEW public n.a. boolean contains(java.lang.Object)
Compatibility Changes:
Change
METHOD_ADDED_TO_PUBLIC_CLASS
Old file New file
n.a. 631
NEW public n.a. boolean containsAll(java.util.Collection
<..>
New:?
)
Compatibility Changes:
Change
METHOD_ADDED_TO_PUBLIC_CLASS
Old file New file
n.a. 636
NEW protected n.a. org.apache.commons.collections4.list.AbstractLinkedListForJava21$Node
<..>
New:E
createHeaderNode() n.a.
Old file New file
n.a. 652
NEW protected n.a. org.apache.commons.collections4.list.AbstractLinkedListForJava21$Node
<..>
New:E
createNode(java.lang.Object) n.a.
Old file New file
n.a. 664
NEW protected n.a. java.util.Iterator
<..>
New:E
createSubListIterator(org.apache.commons.collections4.list.AbstractLinkedListForJava21$LinkedSubList
<..>
New:E
)
n.a.
Old file New file
n.a. 674
NEW protected n.a. java.util.ListIterator
<..>
New:E
createSubListListIterator(org.apache.commons.collections4.list.AbstractLinkedListForJava21$LinkedSubList
<..>
New:E
, int)
n.a.
Old file New file
n.a. 685
NEW protected n.a. void doReadObject(java.io.ObjectInputStream)
Status: Name:
NEW java.io.IOException
NEW java.lang.ClassNotFoundException
n.a.
Old file New file
n.a. 700
NEW protected n.a. void doWriteObject(java.io.ObjectOutputStream)
Status: Name:
NEW java.io.IOException
n.a.
Old file New file
n.a. 718
NEW public n.a. boolean equals(java.lang.Object)
Compatibility Changes:
Change
METHOD_ADDED_TO_PUBLIC_CLASS
Old file New file
n.a. 726
NEW public n.a. java.lang.Object get(int)
Compatibility Changes:
Change
METHOD_ADDED_TO_PUBLIC_CLASS
Old file New file
n.a. 748
NEW public n.a. java.lang.Object getFirst()
Compatibility Changes:
Change
METHOD_ADDED_TO_PUBLIC_CLASS
Old file New file
n.a. 753
NEW public n.a. java.lang.Object getLast()
Compatibility Changes:
Change
METHOD_ADDED_TO_PUBLIC_CLASS
Old file New file
n.a. 761
NEW protected n.a. org.apache.commons.collections4.list.AbstractLinkedListForJava21$Node
<..>
New:E
getNode(int, boolean)
Status: Name:
NEW java.lang.IndexOutOfBoundsException
n.a.
Old file New file
n.a. 781
NEW public n.a. int hashCode()
Compatibility Changes:
Change
METHOD_ADDED_TO_PUBLIC_CLASS
Old file New file
n.a. 814
NEW public n.a. int indexOf(java.lang.Object)
Compatibility Changes:
Change
METHOD_ADDED_TO_PUBLIC_CLASS
Old file New file
n.a. 823
NEW protected n.a. void init() n.a.
Old file New file
n.a. 840
NEW public n.a. boolean isEmpty()
Compatibility Changes:
Change
METHOD_ADDED_TO_PUBLIC_CLASS
Old file New file
n.a. 845
NEW protected n.a. boolean isEqualValue(java.lang.Object, java.lang.Object) n.a.
Old file New file
n.a. 858
NEW public n.a. java.util.Iterator
<..>
New:E
iterator()
Compatibility Changes:
Change
METHOD_ADDED_TO_PUBLIC_CLASS
Old file New file
n.a. 863
NEW public n.a. int lastIndexOf(java.lang.Object)
Compatibility Changes:
Change
METHOD_ADDED_TO_PUBLIC_CLASS
Old file New file
n.a. 868
NEW public n.a. java.util.ListIterator
<..>
New:E
listIterator()
Compatibility Changes:
Change
METHOD_ADDED_TO_PUBLIC_CLASS
Old file New file
n.a. 880
NEW public n.a. java.util.ListIterator
<..>
New:E
listIterator(int)
Compatibility Changes:
Change
METHOD_ADDED_TO_PUBLIC_CLASS
Old file New file
n.a. 885
NEW public n.a. java.lang.Object remove(int)
Compatibility Changes:
Change
METHOD_ADDED_TO_PUBLIC_CLASS
Old file New file
n.a. 890
NEW public n.a. boolean remove(java.lang.Object)
Compatibility Changes:
Change
METHOD_ADDED_TO_PUBLIC_CLASS
Old file New file
n.a. 898
NEW public n.a. boolean removeAll(java.util.Collection
<..>
New:?
)
Compatibility Changes:
Change
METHOD_ADDED_TO_PUBLIC_CLASS
Old file New file
n.a. 918
NEW protected n.a. void removeAllNodes() n.a.
Old file New file
n.a. 933
NEW public n.a. java.lang.Object removeFirst()
Compatibility Changes:
Change
METHOD_ADDED_TO_PUBLIC_CLASS
Old file New file
n.a. 940
NEW public n.a. java.lang.Object removeLast()
Compatibility Changes:
Change
METHOD_ADDED_TO_PUBLIC_CLASS
Old file New file
n.a. 950
NEW protected n.a. void removeNode(org.apache.commons.collections4.list.AbstractLinkedListForJava21$Node
<..>
New:E
)
n.a.
Old file New file
n.a. 966
NEW public n.a. boolean retainAll(java.util.Collection
<..>
New:?
)
Compatibility Changes:
Change
METHOD_ADDED_TO_PUBLIC_CLASS
Old file New file
n.a. 984
NEW public n.a. java.lang.Object set(int, java.lang.Object)
Compatibility Changes:
Change
METHOD_ADDED_TO_PUBLIC_CLASS
Old file New file
n.a. 997
NEW public n.a. int size()
Compatibility Changes:
Change
METHOD_ADDED_TO_PUBLIC_CLASS
Old file New file
n.a. 1005
NEW public n.a. java.util.List
<..>
New:E
subList(int, int)
Compatibility Changes:
Change
METHOD_ADDED_TO_PUBLIC_CLASS
Old file New file
n.a. 1017
NEW public n.a. java.lang.Object[] toArray()
Compatibility Changes:
Change
METHOD_ADDED_TO_PUBLIC_CLASS
Old file New file
n.a. 1022
NEW public Generic Templates:
Change Status Name Old Type New Type Generics
NEW T n.a. java.lang.Object
java.lang.Object[] toArray(java.lang.Object[])
Compatibility Changes:
Change
METHOD_ADDED_TO_PUBLIC_CLASS
Old file New file
n.a. 1029
NEW public n.a. java.lang.String toString()
Compatibility Changes:
Change
METHOD_ADDED_TO_PUBLIC_CLASS
Old file New file
n.a. 1047
NEW protected n.a. void updateNode(org.apache.commons.collections4.list.AbstractLinkedListForJava21$Node
<..>
New:E
, java.lang.Object)
n.a.
Old file New file
n.a. 1076
NEW static protected class  org.apache.commons.collections4.list.AbstractLinkedListForJava21$LinkedListIterator top
Compatibility Changes:
Change
INTERFACE_ADDED
Generic Templates:
Change Status Name Old Type New Type Generics
NEW E n.a. java.lang.Object
Interfaces:
Status Interface Compatibility Changes
NEW java.util.Iterator n.a.
NEW java.util.ListIterator n.a.
NEW org.apache.commons.collections4.OrderedIterator n.a.
Fields:
Status Modifier Type Field Compatibility Changes:
NEW protected org.apache.commons.collections4.list.AbstractLinkedListForJava21$Node
<..>
New:E
current n.a.
NEW protected int expectedModCount n.a.
NEW protected org.apache.commons.collections4.list.AbstractLinkedListForJava21$Node
<..>
New:E
next n.a.
NEW protected int nextIndex n.a.
NEW protected final org.apache.commons.collections4.list.AbstractLinkedListForJava21
<..>
New:E
parent n.a.
Constructors:
Status Modifier Generic Templates Constructor Exceptions Compatibility Changes: Line Number
NEW protected n.a. AbstractLinkedListForJava21$LinkedListIterator(org.apache.commons.collections4.list.AbstractLinkedListForJava21
<..>
New:E
, int)
Status: Name:
NEW java.lang.IndexOutOfBoundsException
n.a.
Old file New file
n.a. 109
Methods:
Status Modifier Generic Templates Type Method Exceptions Compatibility Changes: Line Number
NEW public n.a. void add(java.lang.Object)
Compatibility Changes:
Change
METHOD_ADDED_TO_PUBLIC_CLASS
Old file New file
n.a. 118
NEW protected n.a. void checkModCount() n.a.
Old file New file
n.a. 133
NEW protected n.a. org.apache.commons.collections4.list.AbstractLinkedListForJava21$Node
<..>
New:E
getLastNodeReturned()
Status: Name:
NEW java.lang.IllegalStateException
n.a.
Old file New file
n.a. 146
NEW public n.a. boolean hasNext()
Compatibility Changes:
Change
METHOD_ADDED_TO_PUBLIC_CLASS
Old file New file
n.a. 154
NEW public n.a. boolean hasPrevious()
Compatibility Changes:
Change
METHOD_ADDED_TO_PUBLIC_CLASS
Old file New file
n.a. 159
NEW public n.a. java.lang.Object next()
Compatibility Changes:
Change
METHOD_ADDED_TO_PUBLIC_CLASS
Old file New file
n.a. 164
NEW public n.a. int nextIndex()
Compatibility Changes:
Change
METHOD_ADDED_TO_PUBLIC_CLASS
Old file New file
n.a. 177
NEW public n.a. java.lang.Object previous()
Compatibility Changes:
Change
METHOD_ADDED_TO_PUBLIC_CLASS
Old file New file
n.a. 182
NEW public n.a. int previousIndex()
Compatibility Changes:
Change
METHOD_ADDED_TO_PUBLIC_CLASS
Old file New file
n.a. 196
NEW public n.a. void remove()
Compatibility Changes:
Change
METHOD_ADDED_TO_PUBLIC_CLASS
Old file New file
n.a. 201
NEW public n.a. void set(java.lang.Object)
Compatibility Changes:
Change
METHOD_ADDED_TO_PUBLIC_CLASS
Old file New file
n.a. 217
NEW static protected class  org.apache.commons.collections4.list.AbstractLinkedListForJava21$LinkedSubList top
Compatibility Changes:
Change
INTERFACE_ADDED
Generic Templates:
Change Status Name Old Type New Type Generics
NEW E n.a. java.lang.Object
Superclass:
Status Superclass Compatibility Changes
NEW java.util.AbstractList n.a.
Interfaces:
Status Interface Compatibility Changes
NEW java.util.List n.a.
NEW java.util.Collection n.a.
NEW java.lang.Iterable n.a.
Constructors:
Status Modifier Generic Templates Constructor Exceptions Compatibility Changes: Line Number
NEW protected n.a. AbstractLinkedListForJava21$LinkedSubList(org.apache.commons.collections4.list.AbstractLinkedListForJava21
<..>
New:E
, int, int)
n.a.
Old file New file
n.a. 238
Methods:
Status Modifier Generic Templates Type Method Exceptions Compatibility Changes: Line Number
NEW public n.a. void add(int, java.lang.Object)
Compatibility Changes:
Change
METHOD_ADDED_TO_PUBLIC_CLASS
Old file New file
n.a. 256
NEW public n.a. boolean addAll(java.util.Collection
<..>
New:? extends E
)
Compatibility Changes:
Change
METHOD_ADDED_TO_PUBLIC_CLASS
Old file New file
n.a. 266
NEW public n.a. boolean addAll(int, java.util.Collection
<..>
New:? extends E
)
Compatibility Changes:
Change
METHOD_ADDED_TO_PUBLIC_CLASS
Old file New file
n.a. 271
NEW protected n.a. void checkModCount() n.a.
Old file New file
n.a. 286
NEW public n.a. void clear()
Compatibility Changes:
Change
METHOD_ADDED_TO_PUBLIC_CLASS
Old file New file
n.a. 293
NEW public n.a. java.lang.Object get(int)
Compatibility Changes:
Change
METHOD_ADDED_TO_PUBLIC_CLASS
Old file New file
n.a. 303
NEW public n.a. java.util.Iterator
<..>
New:E
iterator()
Compatibility Changes:
Change
METHOD_ADDED_TO_PUBLIC_CLASS
Old file New file
n.a. 310
NEW public n.a. java.util.ListIterator
<..>
New:E
listIterator(int)
Compatibility Changes:
Change
METHOD_ADDED_TO_PUBLIC_CLASS
Old file New file
n.a. 316
NEW protected n.a. void rangeCheck(int, int) n.a.
Old file New file
n.a. 322
NEW public n.a. java.lang.Object remove(int)
Compatibility Changes:
Change
METHOD_ADDED_TO_PUBLIC_CLASS
Old file New file
n.a. 329
NEW public n.a. java.lang.Object set(int, java.lang.Object)
Compatibility Changes:
Change
METHOD_ADDED_TO_PUBLIC_CLASS
Old file New file
n.a. 340
NEW public n.a. int size()
Compatibility Changes:
Change
METHOD_ADDED_TO_PUBLIC_CLASS
Old file New file
n.a. 347
NEW public n.a. java.util.List
<..>
New:E
subList(int, int)
Compatibility Changes:
Change
METHOD_ADDED_TO_PUBLIC_CLASS
Old file New file
n.a. 353
NEW static protected class  org.apache.commons.collections4.list.AbstractLinkedListForJava21$LinkedSubListIterator top
Compatibility Changes:
Change
INTERFACE_ADDED
Generic Templates:
Change Status Name Old Type New Type Generics
NEW E n.a. java.lang.Object
Superclass:
Status Superclass Compatibility Changes
NEW org.apache.commons.collections4.list.AbstractLinkedListForJava21$LinkedListIterator n.a.
Interfaces:
Status Interface Compatibility Changes
NEW java.util.Iterator n.a.
NEW java.util.ListIterator n.a.
NEW org.apache.commons.collections4.OrderedIterator n.a.
Fields:
Status Modifier Type Field Compatibility Changes:
NEW protected final org.apache.commons.collections4.list.AbstractLinkedListForJava21$LinkedSubList
<..>
New:E
sub n.a.
Constructors:
Status Modifier Generic Templates Constructor Exceptions Compatibility Changes: Line Number
NEW protected n.a. AbstractLinkedListForJava21$LinkedSubListIterator(org.apache.commons.collections4.list.AbstractLinkedListForJava21$LinkedSubList
<..>
New:E
, int)
n.a.
Old file New file
n.a. 368
Methods:
Status Modifier Generic Templates Type Method Exceptions Compatibility Changes: Line Number
NEW public n.a. void add(java.lang.Object)
Compatibility Changes:
Change
METHOD_ADDED_TO_PUBLIC_CLASS
Old file New file
n.a. 374
NEW public n.a. boolean hasNext()
Compatibility Changes:
Change
METHOD_ADDED_TO_PUBLIC_CLASS
Old file New file
n.a. 381
NEW public n.a. boolean hasPrevious()
Compatibility Changes:
Change
METHOD_ADDED_TO_PUBLIC_CLASS
Old file New file
n.a. 386
NEW public n.a. int nextIndex()
Compatibility Changes:
Change
METHOD_ADDED_TO_PUBLIC_CLASS
Old file New file
n.a. 391
NEW public n.a. void remove()
Compatibility Changes:
Change
METHOD_ADDED_TO_PUBLIC_CLASS
Old file New file
n.a. 396
NEW static protected class  org.apache.commons.collections4.list.AbstractLinkedListForJava21$Node top
Generic Templates:
Change Status Name Old Type New Type Generics
NEW E n.a. java.lang.Object
Fields:
Status Modifier Type Field Compatibility Changes:
NEW protected org.apache.commons.collections4.list.AbstractLinkedListForJava21$Node
<..>
New:E
next n.a.
NEW protected org.apache.commons.collections4.list.AbstractLinkedListForJava21$Node
<..>
New:E
previous n.a.
NEW protected java.lang.Object value n.a.
Constructors:
Status Modifier Generic Templates Constructor Exceptions Compatibility Changes: Line Number
NEW protected n.a. AbstractLinkedListForJava21$Node() n.a.
Old file New file
n.a. 420
NEW protected n.a. AbstractLinkedListForJava21$Node(org.apache.commons.collections4.list.AbstractLinkedListForJava21$Node
<..>
New:E
, org.apache.commons.collections4.list.AbstractLinkedListForJava21$Node
<..>
New:E
, java.lang.Object)
n.a.
Old file New file
n.a. 441
NEW protected n.a. AbstractLinkedListForJava21$Node(java.lang.Object) n.a.
Old file New file
n.a. 430
Methods:
Status Modifier Generic Templates Type Method Exceptions Compatibility Changes: Line Number
NEW protected n.a. org.apache.commons.collections4.list.AbstractLinkedListForJava21$Node
<..>
New:E
getNextNode() n.a.
Old file New file
n.a. 454
NEW protected n.a. org.apache.commons.collections4.list.AbstractLinkedListForJava21$Node
<..>
New:E
getPreviousNode() n.a.
Old file New file
n.a. 464
NEW protected n.a. java.lang.Object getValue() n.a.
Old file New file
n.a. 474
NEW protected n.a. void setNextNode(org.apache.commons.collections4.list.AbstractLinkedListForJava21$Node
<..>
New:E
)
n.a.
Old file New file
n.a. 484
NEW protected n.a. void setPreviousNode(org.apache.commons.collections4.list.AbstractLinkedListForJava21$Node
<..>
New:E
)
n.a.
Old file New file
n.a. 494
NEW protected n.a. void setValue(java.lang.Object) n.a.
Old file New file
n.a. 504
UNCHANGED  (Serializable compatible)  public class  org.apache.commons.collections4.list.CursorableLinkedList top
Compatibility Changes:
Change
ANNOTATION_DEPRECATED_ADDED
Generic Templates:
Change Status Name Old Type New Type Generics
UNCHANGED E java.lang.Object java.lang.Object
Superclass:
Status Superclass Compatibility Changes
UNCHANGED org.apache.commons.collections4.list.AbstractLinkedList n.a.
Serializable default serialVersionUID serialVersionUID in class
Oldtrue -4977333772690015956 8836393098519411393
Newtrue -4977333772690015956 8836393098519411393
Annotations:
Status: Fully Qualified Name: Elements:
NEW java.lang.Deprecated n.a.
UNCHANGED  (Serializable compatible)  public class  org.apache.commons.collections4.list.NodeCachingLinkedList top
Compatibility Changes:
Change
ANNOTATION_DEPRECATED_ADDED
Generic Templates:
Change Status Name Old Type New Type Generics
UNCHANGED E java.lang.Object java.lang.Object
Superclass:
Status Superclass Compatibility Changes
UNCHANGED org.apache.commons.collections4.list.AbstractLinkedList n.a.
Serializable default serialVersionUID serialVersionUID in class
Oldtrue 6783651665779238532 6897789178562232073
Newtrue 6783651665779238532 6897789178562232073
Annotations:
Status: Fully Qualified Name: Elements:
NEW java.lang.Deprecated n.a.
MODIFIED public class  org.apache.commons.collections4.ListUtils top
Methods:
Status Modifier Generic Templates Type Method Exceptions Compatibility Changes: Line Number
NEW static public Generic Templates:
Change Status Name Old Type New Type Generics
NEW T n.a. java.lang.Object
java.lang.Object getFirst(java.util.List
<..>
New:T
)
Compatibility Changes:
Change
METHOD_ADDED_TO_PUBLIC_CLASS
Old file New file
n.a. 188
NEW static public Generic Templates:
Change Status Name Old Type New Type Generics
NEW T n.a. java.lang.Object
java.lang.Object getLast(java.util.List
<..>
New:T
)
Compatibility Changes:
Change
METHOD_ADDED_TO_PUBLIC_CLASS
Old file New file
n.a. 203
MODIFIED public class  org.apache.commons.collections4.MapUtils top
Methods:
Status Modifier Generic Templates Type Method Exceptions Compatibility Changes: Line Number
NEW static public Generic Templates:
Change Status Name Old Type New Type Generics
NEW K n.a. java.lang.Object
java.lang.Boolean getBoolean(java.util.Map
<..>
New:? super K?
, java.lang.Object, java.util.function.Function
<..>
New:Kjava.lang.Boolean
)
Compatibility Changes:
Change
METHOD_ADDED_TO_PUBLIC_CLASS
Old file New file
n.a. 274
NEW static public Generic Templates:
Change Status Name Old Type New Type Generics
NEW K n.a. java.lang.Object
boolean getBooleanValue(java.util.Map
<..>
New:? super K?
, java.lang.Object, java.util.function.Function
<..>
New:Kjava.lang.Boolean
)
Compatibility Changes:
Change
METHOD_ADDED_TO_PUBLIC_CLASS
Old file New file
n.a. 334
NEW static public Generic Templates:
Change Status Name Old Type New Type Generics
NEW K n.a. java.lang.Object
java.lang.Byte getByte(java.util.Map
<..>
New:? super K?
, java.lang.Object, java.util.function.Function
<..>
New:Kjava.lang.Byte
)
Compatibility Changes:
Change
METHOD_ADDED_TO_PUBLIC_CLASS
Old file New file
n.a. 387
NEW static public Generic Templates:
Change Status Name Old Type New Type Generics
NEW K n.a. java.lang.Object
byte getByteValue(java.util.Map
<..>
New:? super K?
, java.lang.Object, java.util.function.Function
<..>
New:Kjava.lang.Byte
)
Compatibility Changes:
Change
METHOD_ADDED_TO_PUBLIC_CLASS
Old file New file
n.a. 438
NEW static public Generic Templates:
Change Status Name Old Type New Type Generics
NEW K n.a. java.lang.Object
java.lang.Double getDouble(java.util.Map
<..>
New:? super K?
, java.lang.Object, java.util.function.Function
<..>
New:Kjava.lang.Double
)
Compatibility Changes:
Change
METHOD_ADDED_TO_PUBLIC_CLASS
Old file New file
n.a. 492
NEW static public Generic Templates:
Change Status Name Old Type New Type Generics
NEW K n.a. java.lang.Object
double getDoubleValue(java.util.Map
<..>
New:? super K?
, java.lang.Object, java.util.function.Function
<..>
New:Kjava.lang.Double
)
Compatibility Changes:
Change
METHOD_ADDED_TO_PUBLIC_CLASS
Old file New file
n.a. 543
NEW static public Generic Templates:
Change Status Name Old Type New Type Generics
NEW K n.a. java.lang.Object
java.lang.Float getFloat(java.util.Map
<..>
New:? super K?
, java.lang.Object, java.util.function.Function
<..>
New:Kjava.lang.Float
)
Compatibility Changes:
Change
METHOD_ADDED_TO_PUBLIC_CLASS
Old file New file
n.a. 597
NEW static public Generic Templates:
Change Status Name Old Type New Type Generics
NEW K n.a. java.lang.Object
float getFloatValue(java.util.Map
<..>
New:? super K?
, java.lang.Object, java.util.function.Function
<..>
New:Kjava.lang.Float
)
Compatibility Changes:
Change
METHOD_ADDED_TO_PUBLIC_CLASS
Old file New file
n.a. 648
NEW static public Generic Templates:
Change Status Name Old Type New Type Generics
NEW K n.a. java.lang.Object
int getIntValue(java.util.Map
<..>
New:? super K?
, java.lang.Object, java.util.function.Function
<..>
New:Kjava.lang.Integer
)
Compatibility Changes:
Change
METHOD_ADDED_TO_PUBLIC_CLASS
Old file New file
n.a. 737
NEW static public Generic Templates:
Change Status Name Old Type New Type Generics
NEW K n.a. java.lang.Object
java.lang.Integer getInteger(java.util.Map
<..>
New:? super K?
, java.lang.Object, java.util.function.Function
<..>
New:Kjava.lang.Integer
)
Compatibility Changes:
Change
METHOD_ADDED_TO_PUBLIC_CLASS
Old file New file
n.a. 687
NEW static public Generic Templates:
Change Status Name Old Type New Type Generics
NEW K n.a. java.lang.Object
java.lang.Long getLong(java.util.Map
<..>
New:? super K?
, java.lang.Object, java.util.function.Function
<..>
New:Kjava.lang.Long
)
Compatibility Changes:
Change
METHOD_ADDED_TO_PUBLIC_CLASS
Old file New file
n.a. 791
NEW static public Generic Templates:
Change Status Name Old Type New Type Generics
NEW K n.a. java.lang.Object
long getLongValue(java.util.Map
<..>
New:? super K?
, java.lang.Object, java.util.function.Function
<..>
New:Kjava.lang.Long
)
Compatibility Changes:
Change
METHOD_ADDED_TO_PUBLIC_CLASS
Old file New file
n.a. 841
NEW static public Generic Templates:
Change Status Name Old Type New Type Generics
NEW K n.a. java.lang.Object
java.util.Map
<..>
New:??
getMap(java.util.Map
<..>
New:? super K?
, java.lang.Object, java.util.function.Function
<..>
New:Kjava.util.Map<?,?>
)
Compatibility Changes:
Change
METHOD_ADDED_TO_PUBLIC_CLASS
Old file New file
n.a. 895
NEW static public Generic Templates:
Change Status Name Old Type New Type Generics
NEW K n.a. java.lang.Object
java.lang.Number getNumber(java.util.Map
<..>
New:? super K?
, java.lang.Object, java.util.function.Function
<..>
New:Kjava.lang.Number
)
Compatibility Changes:
Change
METHOD_ADDED_TO_PUBLIC_CLASS
Old file New file
n.a. 960
NEW static public Generic Templates:
Change Status Name Old Type New Type Generics
NEW K n.a. java.lang.Object
java.lang.Short getShort(java.util.Map
<..>
New:? super K?
, java.lang.Object, java.util.function.Function
<..>
New:Kjava.lang.Short
)
Compatibility Changes:
Change
METHOD_ADDED_TO_PUBLIC_CLASS
Old file New file
n.a. 1050
NEW static public Generic Templates:
Change Status Name Old Type New Type Generics
NEW K n.a. java.lang.Object
short getShortValue(java.util.Map
<..>
New:? super K?
, java.lang.Object, java.util.function.Function
<..>
New:Kjava.lang.Short
)
Compatibility Changes:
Change
METHOD_ADDED_TO_PUBLIC_CLASS
Old file New file
n.a. 1100
NEW static public Generic Templates:
Change Status Name Old Type New Type Generics
NEW K n.a. java.lang.Object
java.lang.String getString(java.util.Map
<..>
New:? super K?
, java.lang.Object, java.util.function.Function
<..>
New:Kjava.lang.String
)
Compatibility Changes:
Change
METHOD_ADDED_TO_PUBLIC_CLASS
Old file New file
n.a. 1154
MODIFIED public abstract interface  org.apache.commons.collections4.Predicate top
Compatibility Changes:
Change
INTERFACE_ADDED
ANNOTATION_REMOVED
ANNOTATION_DEPRECATED_ADDED
Generic Templates:
Change Status Name Old Type New Type Generics
UNCHANGED T java.lang.Object java.lang.Object
Interfaces:
Status Interface Compatibility Changes
NEW java.util.function.Predicate n.a.
Methods:
Status Modifier Generic Templates Type Method Exceptions Compatibility Changes: Line Number
NEW public n.a. boolean test(java.lang.Object)
Compatibility Changes:
Change
METHOD_NEW_DEFAULT
Old file New file
n.a. 54
Annotations:
Status: Fully Qualified Name: Elements:
NEW java.lang.Deprecated n.a.
REMOVED java.lang.FunctionalInterface n.a.
MODIFIED public abstract class  org.apache.commons.collections4.properties.AbstractPropertiesFactory top
Generic Templates:
Change Status Name Old Type New Type Generics
UNCHANGED T java.util.Properties java.util.Properties
Methods:
Status Modifier Generic Templates Type Method Exceptions Compatibility Changes: Line Number
NEW public n.a. java.util.Properties load(java.io.InputStream, org.apache.commons.collections4.properties.AbstractPropertiesFactory$PropertyFormat)
Status: Name:
NEW java.io.IOException
Compatibility Changes:
Change
METHOD_ADDED_TO_PUBLIC_CLASS
Old file New file
n.a. 136
NEW  (Serializable compatible)  final static public enum  org.apache.commons.collections4.properties.AbstractPropertiesFactory$PropertyFormat top
Compatibility Changes:
Change
INTERFACE_ADDED
Superclass:
Status Superclass Compatibility Changes
NEW java.lang.Enum n.a.
Interfaces:
Status Interface Compatibility Changes
NEW java.lang.constant.Constable n.a.
NEW java.lang.Comparable n.a.
NEW java.io.Serializable n.a.
Serializable default serialVersionUID serialVersionUID in class
Oldfalse n.a. n.a.
Newtrue -1166023152674458878 n.a.
Fields:
Status Modifier Type Field Compatibility Changes:
NEW public static final org.apache.commons.collections4.properties.AbstractPropertiesFactory$PropertyFormat PROPERTIES n.a.
NEW public static final org.apache.commons.collections4.properties.AbstractPropertiesFactory$PropertyFormat XML n.a.
Methods:
Status Modifier Generic Templates Type Method Exceptions Compatibility Changes: Line Number
NEW static public n.a. org.apache.commons.collections4.properties.AbstractPropertiesFactory$PropertyFormat valueOf(java.lang.String)
Compatibility Changes:
Change
METHOD_ADDED_TO_PUBLIC_CLASS
Old file New file
n.a. 48
NEW static public n.a. org.apache.commons.collections4.properties.AbstractPropertiesFactory$PropertyFormat[] values()
Compatibility Changes:
Change
METHOD_ADDED_TO_PUBLIC_CLASS
Old file New file
n.a. 48
NEW  (Serializable compatible)  public class  org.apache.commons.collections4.properties.OrderedProperties top
Compatibility Changes:
Change
INTERFACE_ADDED
Superclass:
Status Superclass Compatibility Changes
NEW java.util.Properties n.a.
Interfaces:
Status Interface Compatibility Changes
NEW java.lang.Cloneable n.a.
NEW java.util.Map n.a.
NEW java.io.Serializable n.a.
Serializable default serialVersionUID serialVersionUID in class
Oldfalse n.a. n.a.
Newtrue -2477083884267218785 1
Constructors:
Status Modifier Generic Templates Constructor Exceptions Compatibility Changes: Line Number
NEW public n.a. OrderedProperties() n.a.
Old file New file
n.a. 42
Methods:
Status Modifier Generic Templates Type Method Exceptions Compatibility Changes: Line Number
NEW public n.a. void clear()
Compatibility Changes:
Change
METHOD_ADDED_TO_PUBLIC_CLASS
Old file New file
n.a. 53
NEW public n.a. java.lang.Object compute(java.lang.Object, java.util.function.BiFunction
<..>
New:? super java.lang.Object? super java.lang.Object? extends java.lang.Object
)
Compatibility Changes:
Change
METHOD_ADDED_TO_PUBLIC_CLASS
Old file New file
n.a. 59
NEW public n.a. java.lang.Object computeIfAbsent(java.lang.Object, java.util.function.Function
<..>
New:? super java.lang.Object? extends java.lang.Object
)
Compatibility Changes:
Change
METHOD_ADDED_TO_PUBLIC_CLASS
Old file New file
n.a. 68
NEW public n.a. java.util.Set
<..>
New:java.util.Map$Entry<java.lang.Object,java.lang.Object>
entrySet()
Compatibility Changes:
Change
METHOD_ADDED_TO_PUBLIC_CLASS
Old file New file
n.a. 77
NEW public n.a. void forEach(java.util.function.BiConsumer
<..>
New:? super java.lang.Object? super java.lang.Object
)
Compatibility Changes:
Change
METHOD_ADDED_TO_PUBLIC_CLASS
Old file New file
n.a. 82
NEW public n.a. java.util.Set
<..>
New:java.lang.Object
keySet()
Compatibility Changes:
Change
METHOD_ADDED_TO_PUBLIC_CLASS
Old file New file
n.a. 93
NEW public n.a. java.util.Enumeration
<..>
New:java.lang.Object
keys()
Compatibility Changes:
Change
METHOD_ADDED_TO_PUBLIC_CLASS
Old file New file
n.a. 88
NEW public n.a. java.lang.Object merge(java.lang.Object, java.lang.Object, java.util.function.BiFunction
<..>
New:? super java.lang.Object? super java.lang.Object? extends java.lang.Object
)
Compatibility Changes:
Change
METHOD_ADDED_TO_PUBLIC_CLASS
Old file New file
n.a. 99
NEW public n.a. java.util.Enumeration
<..>
New:?
propertyNames()
Compatibility Changes:
Change
METHOD_ADDED_TO_PUBLIC_CLASS
Old file New file
n.a. 105
NEW public n.a. java.lang.Object put(java.lang.Object, java.lang.Object)
Compatibility Changes:
Change
METHOD_ADDED_TO_PUBLIC_CLASS
Old file New file
n.a. 110
NEW public n.a. void putAll(java.util.Map
<..>
New:? extends java.lang.Object? extends java.lang.Object
)
Compatibility Changes:
Change
METHOD_ADDED_TO_PUBLIC_CLASS
Old file New file
n.a. 119
NEW public n.a. java.lang.Object putIfAbsent(java.lang.Object, java.lang.Object)
Compatibility Changes:
Change
METHOD_ADDED_TO_PUBLIC_CLASS
Old file New file
n.a. 125
NEW public n.a. java.lang.Object remove(java.lang.Object)
Compatibility Changes:
Change
METHOD_ADDED_TO_PUBLIC_CLASS
Old file New file
n.a. 134
NEW public n.a. boolean remove(java.lang.Object, java.lang.Object)
Compatibility Changes:
Change
METHOD_ADDED_TO_PUBLIC_CLASS
Old file New file
n.a. 143
NEW public n.a. java.lang.String toString()
Compatibility Changes:
Change
METHOD_ADDED_TO_PUBLIC_CLASS
Old file New file
n.a. 153
NEW public class  org.apache.commons.collections4.properties.OrderedPropertiesFactory top
Superclass:
Status Superclass Compatibility Changes
NEW org.apache.commons.collections4.properties.AbstractPropertiesFactory n.a.
Fields:
Status Modifier Type Field Compatibility Changes:
NEW public static final org.apache.commons.collections4.properties.OrderedPropertiesFactory INSTANCE n.a.
Methods:
Status Modifier Generic Templates Type Method Exceptions Compatibility Changes: Line Number
NEW protected n.a. org.apache.commons.collections4.properties.OrderedProperties createProperties() n.a.
Old file New file
n.a. 47
MODIFIED public class  org.apache.commons.collections4.properties.PropertiesFactory top
Superclass:
Status Superclass Compatibility Changes
UNCHANGED org.apache.commons.collections4.properties.AbstractPropertiesFactory n.a.
Fields:
Status Modifier Type Field Compatibility Changes:
NEW public static final java.util.Properties EMPTY_PROPERTIES n.a.
MODIFIED  (Serializable compatible)  public class  org.apache.commons.collections4.properties.SortedProperties top
Superclass:
Status Superclass Compatibility Changes
UNCHANGED java.util.Properties n.a.
Serializable default serialVersionUID serialVersionUID in class
Oldtrue 152681926703573295 1
Newtrue 3970529542998820380 1
Methods:
Status Modifier Generic Templates Type Method Exceptions Compatibility Changes: Line Number
NEW public n.a. java.util.Set
<..>
New:java.util.Map$Entry<java.lang.Object,java.lang.Object>
entrySet()
Compatibility Changes:
Change
METHOD_ADDED_TO_PUBLIC_CLASS
Old file New file
n.a. 47
MODIFIED  (Serializable compatible)  final public class  org.apache.commons.collections4.set.UnmodifiableNavigableSet top
Generic Templates:
Change Status Name Old Type New Type Generics
UNCHANGED E java.lang.Object java.lang.Object
Superclass:
Status Superclass Compatibility Changes
UNCHANGED org.apache.commons.collections4.set.AbstractNavigableSetDecorator n.a.
Serializable default serialVersionUID serialVersionUID in class
Oldtrue -5709873931984198594 20150528
Newtrue -7189510466450309748 20150528
Methods:
Status Modifier Generic Templates Type Method Exceptions Compatibility Changes: Line Number
NEW public n.a. java.lang.Object pollFirst()
Compatibility Changes:
Change
METHOD_ADDED_TO_PUBLIC_CLASS
Old file New file
n.a. 120
NEW public n.a. java.lang.Object pollLast()
Compatibility Changes:
Change
METHOD_ADDED_TO_PUBLIC_CLASS
Old file New file
n.a. 128
MODIFIED (*) public abstract interface  org.apache.commons.collections4.Transformer top
Compatibility Changes:
Change
INTERFACE_ADDED
ANNOTATION_REMOVED
ANNOTATION_DEPRECATED_ADDED
CLASS_GENERIC_TEMPLATE_CHANGED
Generic Templates:
Change Status Name Old Type New Type Generics
REMOVED I java.lang.Object n.a.
REMOVED O java.lang.Object n.a.
NEW R n.a. java.lang.Object
NEW T n.a. java.lang.Object
Interfaces:
Status Interface Compatibility Changes
NEW java.util.function.Function n.a.
Methods:
Status Modifier Generic Templates Type Method Exceptions Compatibility Changes: Line Number
NEW public n.a. java.lang.Object apply(java.lang.Object)
Compatibility Changes:
Change
METHOD_NEW_DEFAULT
Old file New file
n.a. 47
Annotations:
Status: Fully Qualified Name: Elements:
NEW java.lang.Deprecated n.a.
REMOVED java.lang.FunctionalInterface n.a.
MODIFIED  (Serializable compatible)  PUBLIC (<- PACKAGE_PROTECTED)  abstract class  org.apache.commons.collections4.trie.AbstractPatriciaTrie top
Generic Templates:
Change Status Name Old Type New Type Generics
UNCHANGED K java.lang.Object java.lang.Object
UNCHANGED V java.lang.Object java.lang.Object
Superclass:
Status Superclass Compatibility Changes
UNCHANGED org.apache.commons.collections4.trie.AbstractBitwiseTrie n.a.
Serializable default serialVersionUID serialVersionUID in class
Oldtrue 1871343387941237275 5155253417231339498
Newtrue -2268562966863785238 5155253417231339498
UNCHANGED (*)  (Serializable compatible)  public class  org.apache.commons.collections4.trie.PatriciaTrie top
Compatibility Changes:
Change
CLASS_GENERIC_TEMPLATE_CHANGED
Generic Templates:
Change Status Name Old Type New Type Generics
REMOVED E java.lang.Object n.a.
NEW V n.a. java.lang.Object
Superclass:
Status Superclass Compatibility Changes
UNCHANGED org.apache.commons.collections4.trie.AbstractPatriciaTrie n.a.
Serializable default serialVersionUID serialVersionUID in class
Oldtrue 634289740707946912 4446367780901817838
Newtrue -50927383540492698 4446367780901817838
Constructors:
Status Modifier Generic Templates Constructor Exceptions Compatibility Changes: Line Number
UNCHANGED (*) public n.a. PatriciaTrie(java.util.Map
<..>
New:? extends java.lang.String? extends V
Old:? extends java.lang.String? extends E
 (*)
)
n.a.
Old file New file
74 74