パッケージ library.graph

クラス Edge

java.lang.Object
library.graph.Edge

public final class Edge extends Object
辺を表すクラス
  • フィールドの概要

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

    コンストラクタ
    コンストラクタ
    説明
    Edge(int src, int to, long cost, int id)
    コンストラクタ
  • メソッドの概要

    修飾子とタイプ
    メソッド
    説明
    final boolean
     
    final int
     
    final String
     

    クラスから継承されたメソッド java.lang.Object

    clone, finalize, getClass, notify, notifyAll, wait, wait, wait
  • フィールド詳細

    • src

      public int src
    • to

      public int to
    • id

      public int id
    • cost

      public long cost
  • コンストラクタの詳細

    • Edge

      public Edge(int src, int to, long cost, int id)
      コンストラクタ
      パラメータ:
      src - 出発点
      to - 行先
      cost - 費用
      id -
  • メソッドの詳細

    • equals

      public final boolean equals(Object o)
      オーバーライド:
      equals クラス内 Object
    • hashCode

      public final int hashCode()
      オーバーライド:
      hashCode クラス内 Object
    • toString

      public final String toString()
      オーバーライド:
      toString クラス内 Object