Class U.Status

  • Enclosing class:
    U<T>

    public static class U.Status
    extends java.lang.Object
    • Constructor Summary

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

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

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

      • Status

        public Status​(int key,
                      int x,
                      int y)
    • Method Detail

      • getKey

        public int getKey()
      • getX

        public int getX()
      • getY

        public int getY()