|
Change Variable Type field : Map.Entry<String,Object> to field : Map.Entry<String,ODocumentEntry> in method private addAllMultiValueChangeListeners() : void in class com.orientechnologies.orient.core.record.impl.ODocument |
From |
To |
|
Change Variable Type field : Map.Entry<String,Object> to field : Map.Entry<String,ODocumentEntry> in method private removeAllCollectionChangeListeners() : void in class com.orientechnologies.orient.core.record.impl.ODocument |
From |
To |
|
Change Variable Type fieldEntry : Map.Entry<String,Object> to fieldEntry : Map.Entry<String,ODocumentEntry> in method protected convertAllMultiValuesToTrackedVersions() : void in class com.orientechnologies.orient.core.record.impl.ODocument |
From |
To |
|
Change Variable Type timeLine : OMultiValueChangeTimeLine<Object,Object> to entry : ODocumentEntry in method public onAfterRecordChanged(event OMultiValueChangeEvent<K,V>) : void in class com.orientechnologies.orient.core.record.impl.OSimpleMultiValueChangeListener |
From |
To |
|
Change Variable Type f : Entry<String,Object> to f : Entry<String,ODocumentEntry> in method public toString() : String in class com.orientechnologies.orient.core.record.impl.ODocument |
From |
To |
|
Change Variable Type current : Entry<String,Object> to current : Entry<String,ODocumentEntry> in method public iterator() : Iterator<Entry<String,Object>> in class com.orientechnologies.orient.core.record.impl.ODocument |
From |
To |
|
Change Variable Type value : Object to value : ODocumentEntry in method public undo(field String) : ODocument in class com.orientechnologies.orient.core.record.impl.ODocument |
From |
To |
|
Change Variable Type iterator : Iterator<Entry<String,Object>> to iterator : Iterator<Entry<String,ODocumentEntry>> in method public iterator() : Iterator<Entry<String,Object>> in class com.orientechnologies.orient.core.record.impl.ODocument |
From |
To |
|
Change Variable Type entry : Map.Entry<String,Object> to entry : Map.Entry<String,ODocumentEntry> in method public detach() : boolean in class com.orientechnologies.orient.core.record.impl.ODocument |
From |
To |