パッケージ library

クラス Tree.LowestCommonAncestor.Node

  • 含まれているクラス:
    Tree.LowestCommonAncestor

    private static class Tree.LowestCommonAncestor.Node
    extends java.lang.Object
    • フィールドの概要

      フィールド 
      修飾子とタイプ フィールド 説明
      private int depth  
      private int number  
    • コンストラクタの概要

      コンストラクタ 
      コンストラクタ 説明
      Node​(int number, int depth)  
    • メソッドの概要

      すべてのメソッド インスタンス・メソッド concreteメソッド 
      修飾子とタイプ メソッド 説明
      (package private) int getDepth()  
      (package private) int getNumber()  
      • クラスから継承されたメソッド java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • フィールドの詳細

      • number

        private final int number
      • depth

        private final int depth
    • コンストラクタの詳細

      • Node

        Node​(int number,
             int depth)
    • メソッドの詳細

      • getNumber

        int getNumber()
      • getDepth

        int getDepth()