|
Change Variable Type it : Iterator to it : Iterator<Entry<K,V>> in method public iterator() : Iterator<Entry<K,V>> in class org.jgroups.blocks.ReplicatedHashMap.entrySet |
From |
To |
|
Change Variable Type cur : Object to cur : Entry<K,V> in method public entrySet() : Set<Entry<K,V>> in class org.jgroups.blocks.ReplicatedHashMap |
From |
To |
|
Change Variable Type entry : Map.Entry<? extends K,? extends V> to entry : Entry<? extends K,? extends V> in method public _putAll(map Map<? extends K,? extends V>) : void in class org.jgroups.blocks.ReplicatedHashMap |
From |
To |
|
Change Variable Type entry : Map.Entry<K,V> to entry : Entry<K,V> in method public getState(ostream OutputStream) : void in class org.jgroups.blocks.ReplicatedHashMap |
From |
To |
|
Change Variable Type cur : Object to cur : Entry<K,V> in method public iterator() : Iterator<Entry<K,V>> in class org.jgroups.blocks.ReplicatedHashMap.entrySet |
From |
To |