Uses of Class
org.dizitart.no2.mvstore.compat.v1.mvstore.CursorPos
-
Packages that use CursorPos Package Description org.dizitart.no2.mvstore.compat.v1.mvstore -
-
Uses of CursorPos in org.dizitart.no2.mvstore.compat.v1.mvstore
Fields in org.dizitart.no2.mvstore.compat.v1.mvstore declared as CursorPos Modifier and Type Field Description CursorPosCursorPos. parentNext node in the linked list, representing the position within parent level, or null, if we are at the root level already.Methods in org.dizitart.no2.mvstore.compat.v1.mvstore that return CursorPos Modifier and Type Method Description abstract CursorPosPage. getAppendCursorPos(CursorPos cursorPos)Extend path from a given CursorPos chain to "append point" in a B-tree, rooted at this Page.abstract CursorPosPage. getPrependCursorPos(CursorPos cursorPos)Extend path from a given CursorPos chain to "prepend point" in a B-tree, rooted at this Page.static CursorPosCursorPos. traverseDown(Page page, Object key)Searches for a given key and creates a breadcrumb trail through a B-tree rooted at a given Page.Methods in org.dizitart.no2.mvstore.compat.v1.mvstore with parameters of type CursorPos Modifier and Type Method Description abstract CursorPosPage. getAppendCursorPos(CursorPos cursorPos)Extend path from a given CursorPos chain to "append point" in a B-tree, rooted at this Page.abstract CursorPosPage. getPrependCursorPos(CursorPos cursorPos)Extend path from a given CursorPos chain to "prepend point" in a B-tree, rooted at this Page.Constructors in org.dizitart.no2.mvstore.compat.v1.mvstore with parameters of type CursorPos Constructor Description CursorPos(Page page, int index, CursorPos parent)
-