Interface PrettyPrintable

All Known Implementing Classes:
ConcurrentInvertedRadixTree, ConcurrentInvertedRadixTree.ConcurrentInvertedRadixTreeImpl, ConcurrentRadixTree, ConcurrentReversedRadixTree, ConcurrentReversedRadixTree.ConcurrentReverseRadixTreeImpl, ConcurrentSuffixTree, ConcurrentSuffixTree.ConcurrentSuffixTreeImpl, LCSubstringSolver.ConcurrentSuffixTreeImpl

public interface PrettyPrintable
An internal interface implemented by trees, which allows internal details of trees to be accessed by PrettyPrinter.
  • Method Summary

    Modifier and Type
    Method
    Description
     
  • Method Details

    • getNode

      Node getNode()