Interface NodeLike<N,E>

Type Parameters:
N - node type
E - 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

    Modifier and Type
    Method
    Description
    int
    append(NodeLike<N,E>[] nodes, int pos)
    Appends this possibly partial node to the given buffer.
  • Method Details

    • append

      int append(NodeLike<N,E>[] nodes, int pos)
      Appends this possibly partial node to the given buffer.
      Parameters:
      nodes - the buffer
      pos - number of nodes in the buffer
      Returns:
      new number of nodes