Class TernaryTreeIterator.Item

  • Enclosing class:
    TernaryTreeIterator

    private class TernaryTreeIterator.Item
    extends java.lang.Object
    • Field Summary

      Fields 
      Modifier and Type Field Description
      (package private) char child
      child
      (package private) char parent
      parent
    • Method Summary

      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Field Detail

      • parent

        char parent
        parent
      • child

        char child
        child