|
Change Parameter Type action : Consumer<? super MapKeyContext<K,V>> to action : Consumer<? super MapEntry<K,V>> in method public forEachEntry(action Consumer<? super MapEntry<K,V>>) : void in class net.openhft.chronicle.map.AbstractChronicleMap |
From |
To |
|
Change Parameter Type predicate : Predicate<? super MapKeyContext<K,V>> to predicate : Predicate<? super MapEntry<K,V>> in method public forEachEntryWhile(predicate Predicate<? super MapEntry<K,V>>) : boolean in class net.openhft.chronicle.map.ReplicationCheckingMap |
From |
To |
|
Change Parameter Type action : Consumer<? super MapKeyContext<K,V>> to action : Consumer<? super MapEntry<K,V>> in method public forEachEntry(action Consumer<? super MapEntry<K,V>>) : void in class net.openhft.chronicle.map.jsr166.map.StatelessChronicleMapTest.SingleCloseMap |
From |
To |
|
Change Parameter Type predicate : Predicate<? super MapKeyContext<K,V>> to predicate : Predicate<? super MapEntry<K,V>> in method public forEachEntryWhile(predicate Predicate<? super MapEntry<K,V>>) : boolean in class net.openhft.chronicle.map.StatelessChronicleMap |
From |
To |
|
Change Parameter Type predicate : Predicate<? super MapKeyContext<K,V>> to predicate : Predicate<? super MapEntry<K,V>> in method public forEachEntryWhile(predicate Predicate<? super MapEntry<K,V>>) : boolean in class net.openhft.chronicle.map.jsr166.map.StatelessChronicleMapTest.SingleCloseMap |
From |
To |
|
Change Parameter Type action : Predicate<? super MapKeyContext<K,V>> to action : Predicate<? super MapEntry<K,V>> in method public forEachEntryWhile(action Predicate<? super MapEntry<K,V>>) : boolean in class net.openhft.chronicle.map.AbstractChronicleMap |
From |
To |
|
Change Parameter Type action : Consumer<? super MapKeyContext<K,V>> to action : Consumer<? super MapEntry<K,V>> in method public forEachEntry(action Consumer<? super MapEntry<K,V>>) : void in class net.openhft.chronicle.map.StatelessChronicleMap |
From |
To |
|
Change Parameter Type action : Consumer<? super MapKeyContext<K,V>> to action : Consumer<? super MapEntry<K,V>> in method public forEachEntry(action Consumer<? super MapEntry<K,V>>) : void in class net.openhft.chronicle.map.ReplicationCheckingMap |
From |
To |
|
Change Return Type VanillaChronicleHash<K,KI,MKI,?,?> to VanillaChronicleHash<K,KI,MKI,?,?,?> in method public h() : VanillaChronicleHash<K,KI,MKI,?,?,?> in class net.openhft.chronicle.map.impl.VanillaChronicleMapHolder |
From |
To |
|
Change Return Type ChronicleHash<K,?,?> to ChronicleHash<K,?,?,?> in method public hash() : ChronicleHash<K,?,?,?> in class net.openhft.chronicle.hash.HashContext |
From |
To |
|
Change Return Type VanillaChronicleHash<K,KI,MKI,?,?> to VanillaChronicleHash<K,KI,MKI,?,?,?> in method public h() : VanillaChronicleHash<K,KI,MKI,?,?,?> in class net.openhft.chronicle.hash.impl.VanillaChronicleHashHolder |
From |
To |
|
Change Return Type IterationContextInterface<K,V> to IterationContextInterface<K,V,?> in method public iterationContext() : IterationContextInterface<K,V,?> in class net.openhft.chronicle.map.VanillaChronicleMap |
From |
To |
|
Change Variable Type h : VanillaChronicleHash<?,?,?,?,?> to h : VanillaChronicleHash<?,?,?,?,?,?> in method package initSegment() : void in class net.openhft.chronicle.hash.impl.stage.entry.SegmentStages |
From |
To |
|
Change Variable Type h : VanillaChronicleHash<?,?,?,?,?> to h : VanillaChronicleHash<?,?,?,?,?,?> in method public alloc(chunks int) : long in class net.openhft.chronicle.hash.impl.stage.entry.SegmentStages |
From |
To |