Uses of Class
org.apache.sis.index.tree.NodeIterator
Packages that use NodeIterator
-
Uses of NodeIterator in org.apache.sis.index.tree
Methods in org.apache.sis.index.tree with parameters of type NodeIteratorModifier and TypeMethodDescription(package private) final void
NodeIterator.Cursor.findIntersections
(NodeIterator<E> it) Computes a bitmask of all quadrants/octants that intersect the search area.(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 NodeIterator.Cursor.node quadrant/octant, without changing the state of thisCursor
.