Class ResultTable.ResultRow

java.lang.Object
org.dalesbred.result.ResultTable.ResultRow
All Implemented Interfaces:
Iterable<Object>
Enclosing class:
ResultTable

public static class ResultTable.ResultRow extends Object implements Iterable<Object>
Represents a single row of results.
  • Method Details

    • get

      public Object get(int column)
    • get

      public Object get(@NotNull @NotNull String column)
    • iterator

      @NotNull public @NotNull Iterator<Object> iterator()
      Specified by:
      iterator in interface Iterable<Object>
    • asList

      @NotNull public @NotNull List<Object> asList()
      Returns a list containing the values of this row.
    • toString

      @NotNull public @NotNull String toString()
      Returns a string representation of this row.
      Overrides:
      toString in class Object