|
Change Variable Type a : Object[] to a : E[] in method public hashCode() : int in class java.util.ArrayList |
From |
To |
|
Change Variable Type a : Object[] to a : E[] in method public remove() : void in class java.util.ArrayList.ArrayListIterator |
From |
To |
|
Change Variable Type newPart : Object[] to newPart : E[] in method public addAll(collection Collection<? extends E>) : boolean in class java.util.ArrayList |
From |
To |
|
Change Variable Type a : Object[] to a : E[] in method public addAll(collection Collection<? extends E>) : boolean in class java.util.ArrayList |
From |
To |
|
Change Variable Type a : Object[] to a : E[] in method protected removeRange(fromIndex int, toIndex int) : void in class java.util.ArrayList |
From |
To |
|
Change Variable Type a : Object[] to a : E[] in method public ArrayList(collection Collection<? extends E>) in class java.util.ArrayList |
From |
To |
|
Change Variable Type result : ArrayList<?> to result : ArrayList<E> in method public clone() : Object in class java.util.ArrayList |
From |
To |
|
Change Variable Type a : Object[] to a : E[] in method public add(object E) : boolean in class java.util.ArrayList |
From |
To |
|
Change Variable Type a : Object[] to a : E[] in method public lastIndexOf(object Object) : int in class java.util.ArrayList |
From |
To |
|
Change Variable Type a : Object[] to a : E[] in method public add(index int, object E) : void in class java.util.ArrayList |
From |
To |
|
Change Variable Type a : Object[] to a : E[] in method public indexOf(object Object) : int in class java.util.ArrayList |
From |
To |
|
Change Variable Type a : Object[] to a : E[] in method public remove(index int) : E in class java.util.ArrayList |
From |
To |
|
Change Variable Type a : Object[] to a : E[] in method public ensureCapacity(minimumCapacity int) : void in class java.util.ArrayList |
From |
To |
|
Change Variable Type a : Object[] to a : E[] in method public contains(object Object) : boolean in class java.util.ArrayList |
From |
To |
|
Change Variable Type newPart : Object[] to newPart : E[] in method public addAll(index int, collection Collection<? extends E>) : boolean in class java.util.ArrayList |
From |
To |
|
Change Variable Type a : Object[] to a : E[] in method public addAll(index int, collection Collection<? extends E>) : boolean in class java.util.ArrayList |
From |
To |
|
Change Variable Type a : Object[] to a : E[] in method public set(index int, object E) : E in class java.util.ArrayList |
From |
To |
|
Change Variable Type a : Object[] to a : E[] in method public remove(object Object) : boolean in class java.util.ArrayList |
From |
To |
|
Change Variable Type a : Object[] to a : E[] in method public equals(o Object) : boolean in class java.util.ArrayList |
From |
To |