Interface TreeBuilder.IPos<X extends TreeBuilder.IPos<X>>

  • All Known Implementing Classes:
    SectionBuilder.TocEntry
    Enclosing class:
    TreeBuilder<X extends TreeBuilder.IPos<X>>

    public static interface TreeBuilder.IPos<X extends TreeBuilder.IPos<X>>
    This interface identifies position of elements in rows.
    Author:
    MikhailKotelnikov
    • Method Detail

      • equalsData

        boolean equalsData​(X pos)
        Returns:
        true if the underlying data in both positions are the same
      • getPos

        int getPos()
        Returns:
        the position of the node