Uses of Class
org.apache.sis.index.tree.NodeIterator.Cursor
Packages that use NodeIterator.Cursor
-
Uses of NodeIterator.Cursor in org.apache.sis.index.tree
Fields in org.apache.sis.index.tree declared as NodeIterator.CursorModifier and TypeFieldDescriptionprivate NodeIterator.Cursor<E>NodeIterator.cursorThe object to use for updating theNodeIterator.currentfield, ornullif none.private NodeIterator.Cursor<E>NodeIterator.Cursor.parentThe cursor that created this cursor, ornullif none.private NodeIterator.Cursor<E>NodeIterator.recycleA cursor that can be recycled, ornullif none.Methods in org.apache.sis.index.tree that return NodeIterator.CursorModifier and TypeMethodDescription(package private) final NodeIterator.Cursor<E>NodeIterator.Cursor.getParentAndRecycle(NodeIterator<E> it) Marks thisNodeIterator.Cursoras available for recycling and returns its parent.(package private) final NodeIterator.Cursor<E>NodeIterator.Cursor.push(NodeIterator<E> it, int q) Creates a newCursorfor getting element arrays in the node quadrant/octant, without changing the state of thisCursor.