Package org.basex.query.util.fingertree
Interface NodeLike<N,E>
- Type Parameters:
N- node typeE- element type
- All Known Subinterfaces:
Node<N,E>
public interface NodeLike<N,E>
A possibly partial node of a finger tree.
- Author:
- BaseX Team 2005-21, BSD License, Leo Woerteler
-
Method Summary
-
Method Details
-
append
Appends this possibly partial node to the given buffer.- Parameters:
nodes- the bufferpos- number of nodes in the buffer- Returns:
- new number of nodes
-