Interface Row

    • Method Summary

      Modifier and Type Method Description
      Map<String,​String> values()
      Returns the values as a Map, where the key is the column name and the value is the row value.
    • Method Detail

      • values

        Map<String,​String> values()
        Returns the values as a Map, where the key is the column name and the value is the row value.
        Returns:
        The Map of values