public class Row extends Object
Row()
Row(List<Field> fields)
boolean
equals(Object o)
List<Field>
getFields()
int
hashCode()
void
setFields(List<Field> fields)
String
toString()
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
public Row()
public Row(List<Field> fields)
public List<Field> getFields()
public void setFields(List<Field> fields)
public boolean equals(Object o)
equals
Object
public int hashCode()
hashCode
public String toString()
toString
Copyright © 2023 The Apache Software Foundation. All rights reserved.