Class SyncTimeGUI.Pair

java.lang.Object
org.emrick.project.SyncTimeGUI.Pair
Enclosing class:
SyncTimeGUI

public static class SyncTimeGUI.Pair extends Object
  • Field Details

    • key

      private String key
    • value

      private float value
  • Constructor Details

    • Pair

      public Pair(String key, float value)
  • Method Details

    • getKey

      public String getKey()
    • getValue

      public float getValue()
    • setKey

      public void setKey(String key)
    • setValue

      public void setValue(float value)