Uses of Interface
org.basex.query.util.fingertree.Node
Packages that use Node
-
Uses of Node in org.basex.query.util.fingertree
Methods in org.basex.query.util.fingertree that return NodeModifier and TypeMethodDescriptionFingerTree.head()Returns the first element of this tree.FingerTree.last()Returns the last element of this tree.Node.reverse()Creates a reversed version of this node.Replaces the element at the given position in this node with the given element.Methods in org.basex.query.util.fingertree with parameters of type NodeModifier and TypeMethodDescriptionvoidAdds a leaf node to the back of the tree.abstract FingerTree<N,E> Concatenates this finger tree with the given one.abstract FingerTree<N,E> Adds an element to the front of this tree.booleanInserts the given element at the given position in this node.voidAdds a leaf node to the front of the tree.Removes the element at the given position in this node.abstract FingerTree<N,E> FingerTree.replaceHead(Node<N, E> head) Replaces the first node in this tree.abstract FingerTree<N,E> FingerTree.replaceLast(Node<N, E> last) Replaces the last node in this tree.static <E> FingerTree<E,E> Creates a singleton finger tree containing the given leaf node.abstract FingerTree<N,E> Adds an element to the end of this tree.