Interface TreeHierarchyComparator.ParentsResolver<T>

    • Method Detail

      • getParentsPath

        List<T> getParentsPath​(T of)
        Returns:
        path to the specified node including node itself.