Package algs41

Class EulerianPath.Edge

java.lang.Object
algs41.EulerianPath.Edge
Enclosing class:
EulerianPath

private static class EulerianPath.Edge extends Object
  • Field Summary Link icon

    Fields
    Modifier and Type
    Field
    Description
    private boolean
     
    private final int
     
    private final int
     
  • Constructor Summary Link icon

    Constructors
    Constructor
    Description
    Edge(int v, int w)
     
  • Method Summary Link icon

    Modifier and Type
    Method
    Description
    int
    other(int vertex)
     

    Methods inherited from class java.lang.Object Link icon

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Field Details Link icon

    • v Link icon

      private final int v
    • w Link icon

      private final int w
    • isUsed Link icon

      private boolean isUsed
  • Constructor Details Link icon

    • Edge Link icon

      public Edge(int v, int w)
  • Method Details Link icon

    • other Link icon

      public int other(int vertex)