Interface SiblingCountingNode

    • Method Detail

      • getSiblingPosition

        int getSiblingPosition()
        Get the index position of this node among its siblings (starting from 0)
        Returns:
        0 for the first child, 1 for the second child, etc.