Package algs41

Class EulerianPath.Edge

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

private static class EulerianPath.Edge extends Object
  • Field Summary

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

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

    Modifier and Type
    Method
    Description
    int
    other(int vertex)
     

    Methods inherited from class java.lang.Object

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

    • v

      private final int v
    • w

      private final int w
    • isUsed

      private boolean isUsed
  • Constructor Details

    • Edge

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

    • other

      public int other(int vertex)