|
Change Variable Type thisKeys : Iterator<String> to thisKeys : String[] in method public compareTo(other VirtualValue, comparator Comparator<AnyValue>) : int in class org.neo4j.values.virtual.MapValue |
From |
To |
|
Change Variable Type otherMap : HashMap<String,AnyValue> to otherMap : Map<String,AnyValue> in method public compareTo(other VirtualValue, comparator Comparator<AnyValue>) : int in class org.neo4j.values.virtual.MapValue |
From |
To |
|
Change Variable Type thatKeys : Iterator<String> to thatKeys : String[] in method public compareTo(other VirtualValue, comparator Comparator<AnyValue>) : int in class org.neo4j.values.virtual.MapValue |
From |
To |