|
Rename Method private remove(pos int) : void renamed to private removeAtPos(pos int) : void in class org.neo4j.index.gbptree.SeekCursorTest |
From |
To |
|
Rename Method public mustFindKeyMovedToLeftOfSeekPointBecauseOfRemove() : void renamed to public mustFindKeyMovedPassedSeekerBecauseOfRemove() : void in class org.neo4j.index.gbptree.SeekCursorTest |
From |
To |
|
Rename Method public mustFindKeyMovedToLeftOfSeekPointBecauseOfRemoveOfPreviouslyReturnedKey() : void renamed to public mustFindKeyInsertedOnSeekPositionBackwards() : void in class org.neo4j.index.gbptree.SeekCursorTest |
From |
To |
|
Rename Method public mustFindNewKeyInsertedRightOfSeekPoint() : void renamed to public mustFindNewKeyInsertedAfterOfSeekPoint() : void in class org.neo4j.index.gbptree.SeekCursorTest |
From |
To |
|
Rename Method public mustNotFindKeyInsertedLeftOfSeekPoint() : void renamed to public mustNotFindKeyInsertedBeforeOfSeekPoint() : void in class org.neo4j.index.gbptree.SeekCursorTest |
From |
To |
|
Rename Method public mustNotFindKeyRemovedRightOfSeekPoint() : void renamed to public mustNotFindKeyRemovedInFrontOfSeeker() : void in class org.neo4j.index.gbptree.SeekCursorTest |
From |
To |