|
Rename Variable success : boolean to objSet : ConcurrentHashSet<T> in method public add(objToAdd T) : boolean in class alluxio.collections.IndexedSet |
From |
To |
|
Rename Variable index : Map.Entry<FieldIndex<T>,Integer> to fieldInfo : Map.Entry<FieldIndex<T>,ConcurrentHashMap<Object,ConcurrentHashSet<T>>> in method public add(objToAdd T) : boolean in class alluxio.collections.IndexedSet |
From |
To |
|
Rename Variable set : Set<T> to objSet : ConcurrentHashSet<T> in method private removeFromIndices(object T) : void in class alluxio.collections.IndexedSet |
From |
To |
|
Rename Variable index : Map.Entry<FieldIndex<T>,Integer> to fieldInfo : Map.Entry<FieldIndex<T>,ConcurrentHashMap<Object,ConcurrentHashSet<T>>> in method private removeFromIndices(object T) : void in class alluxio.collections.IndexedSet |
From |
To |
|
Change Variable Type index : Map.Entry<FieldIndex<T>,Integer> to fieldInfo : Map.Entry<FieldIndex<T>,ConcurrentHashMap<Object,ConcurrentHashSet<T>>> in method private removeFromIndices(object T) : void in class alluxio.collections.IndexedSet |
From |
To |
|
Change Variable Type success : boolean to objSet : ConcurrentHashSet<T> in method public add(objToAdd T) : boolean in class alluxio.collections.IndexedSet |
From |
To |
|
Change Variable Type toRemove : Set<T> to toRemove : ConcurrentHashSet<T> in method public removeByField(index FieldIndex<T>, value Object) : int in class alluxio.collections.IndexedSet |
From |
To |
|
Change Variable Type index : Map.Entry<FieldIndex<T>,Integer> to fieldInfo : Map.Entry<FieldIndex<T>,ConcurrentHashMap<Object,ConcurrentHashSet<T>>> in method public add(objToAdd T) : boolean in class alluxio.collections.IndexedSet |
From |
To |
|
Change Variable Type mapping : Map<Object,Set<T>> to mapping : Map<Object,ConcurrentHashSet<T>> in method public clear() : void in class alluxio.collections.IndexedSet |
From |
To |
|
Change Variable Type set : Set<T> to objSet : ConcurrentHashSet<T> in method private removeFromIndices(object T) : void in class alluxio.collections.IndexedSet |
From |
To |