Class SpeedManagerPingMapperImpl.pingValue

    • Field Summary

      Fields 
      Modifier and Type Field Description
      private short metric  
      private short x  
      private short y  
    • Constructor Summary

      Constructors 
      Modifier Constructor Description
      protected pingValue​(int _x, int _y, int _m)  
    • Method Summary

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

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

      • x

        private final short x
      • y

        private final short y
      • metric

        private final short metric
    • Constructor Detail

      • pingValue

        protected pingValue​(int _x,
                            int _y,
                            int _m)
    • Method Detail

      • getX

        protected int getX()
      • getY

        protected int getY()
      • getMetric

        protected int getMetric()
      • getString

        protected java.lang.String getString()