Interface TupleRenderer

    • Method Detail

      • getKeyString

        String getKeyString​(Object key)
        Gets the key Object rendered as a String.
        Parameters:
        key - the key Object
        Returns:
        the String representation of the key Object
      • getValueString

        String getValueString​(Object value)
        Gets the value Object rendered as a String.
        Parameters:
        value - the value Object
        Returns:
        the String representation of the value Object