|
Change Parameter Type mask : long to mask : int in method private containsSlowPath(buffer E[], mask int, hash int, needle Object) : boolean in class org.jctools.sets.OpenHashSet |
From |
To |
|
Change Parameter Type mask : long to mask : int in method private addSlowPath(buffer E[], mask int, newVal E, hash int) : boolean in class org.jctools.sets.OpenHashSet |
From |
To |
|
Change Parameter Type mask : long to mask : int in method private addForResize(buffer E[], mask int, newVal E) : void in class org.jctools.sets.OpenHashSet |
From |
To |
|
Change Parameter Type mask : long to mask : int in method private addSlowPath(buffer E[], mask int, newVal E, hash int) : boolean in class org.jctools.sets.IdentityOpenHashSet |
From |
To |
|
Change Parameter Type mask : long to mask : int in method private containsSlowPath(buffer E[], mask int, hash int, needle Object) : boolean in class org.jctools.sets.IdentityOpenHashSet |
From |
To |
|
Change Parameter Type mask : long to mask : int in method private addForResize(buffer E[], mask int, newVal E) : void in class org.jctools.sets.IdentityOpenHashSet |
From |
To |
|
Change Parameter Type set : Set<Integer> to set : Set<Key> in method public HashSetTest(set Set<Key>) in class org.jctools.sets.HashSetTest |
From |
To |
|
Change Parameter Type set : Set<Integer> to set : Set<Key> in method private a(set Set<Key>) : Object[] in class org.jctools.sets.HashSetTest |
From |
To |
|
Change Variable Type j : Integer to j : Key in method public testAddRemove() : void in class org.jctools.sets.HashSetTest |
From |
To |
|
Change Variable Type mask : long to mask : int in method public remove(val Object) : boolean in class org.jctools.sets.OpenHashSet |
From |
To |
|
Change Variable Type mask : long to mask : int in method public add(newVal E) : boolean in class org.jctools.sets.IdentityOpenHashSet |
From |
To |
|
Change Variable Type mask : long to mask : int in method private resize() : void in class org.jctools.sets.IdentityOpenHashSet |
From |
To |
|
Change Variable Type mask : long to mask : int in method public contains(needle Object) : boolean in class org.jctools.sets.IdentityOpenHashSet |
From |
To |
|
Change Variable Type mask : long to mask : int in method public add(newVal E) : boolean in class org.jctools.sets.OpenHashSet |
From |
To |
|
Change Variable Type mask : long to mask : int in method private resize() : void in class org.jctools.sets.OpenHashSet |
From |
To |
|
Change Variable Type e : Integer to e : Key in method public testAddRemove() : void in class org.jctools.sets.HashSetTest |
From |
To |
|
Change Variable Type mask : long to mask : int in method public remove(val Object) : boolean in class org.jctools.sets.IdentityOpenHashSet |
From |
To |
|
Change Variable Type mask : long to mask : int in method public contains(needle Object) : boolean in class org.jctools.sets.OpenHashSet |
From |
To |
|
Change Variable Type iter : Iterator<Integer> to iter : Iterator<Key> in method public testIterator() : void in class org.jctools.sets.HashSetTest |
From |
To |