Class LocalPathfinder.Step

  • Enclosing class:
    LocalPathfinder

    public static final class LocalPathfinder.Step
    extends java.lang.Object
    One hop in a route.
    • Constructor Summary

      Constructors 
      Constructor Description
      Step​(int x, int y)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      int x()  
      int y()  
      • Methods inherited from class java.lang.Object

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

      • Step

        public Step​(int x,
                    int y)
    • Method Detail

      • x

        public int x()
      • y

        public int y()