Interface KeyValue

    • Method Detail

      • getKey

        java.lang.Object getKey()
        Deprecated.
        Gets the key from the pair.
        Returns:
        the key
      • getValue

        java.lang.Object getValue()
        Deprecated.
        Gets the value from the pair.
        Returns:
        the value