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.cursor
The object to use for updating theNodeIterator.current
field, ornull
if none.private NodeIterator.Cursor<E>
NodeIterator.Cursor.parent
The cursor that created this cursor, ornull
if none.private NodeIterator.Cursor<E>
NodeIterator.recycle
A cursor that can be recycled, ornull
if 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.Cursor
as available for recycling and returns its parent.(package private) final NodeIterator.Cursor<E>
NodeIterator.Cursor.push
(NodeIterator<E> it, int q) Creates a newCursor
for getting element arrays in the node quadrant/octant, without changing the state of thisCursor
.