Class TextTerminalData.KeyValue

  • Enclosing class:
    TextTerminalData

    public static class TextTerminalData.KeyValue
    extends java.lang.Object
    A key-value pair
    • Field Summary

      Fields 
      Modifier and Type Field Description
      java.lang.String key
      The key of this pair
      java.lang.Object value
      The value of this pair
    • Constructor Summary

      Constructors 
      Constructor Description
      KeyValue​(java.lang.String key, java.lang.Object value)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.lang.String toString()  
      • Methods inherited from class java.lang.Object

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

      • key

        public final java.lang.String key
        The key of this pair
      • value

        public final java.lang.Object value
        The value of this pair
    • Constructor Detail

      • KeyValue

        public KeyValue​(java.lang.String key,
                        java.lang.Object value)
    • Method Detail

      • toString

        public java.lang.String toString()
        Overrides:
        toString in class java.lang.Object