Method Summary |
|
static GroupItem | allocate(boolean[] isGroupByFields) Creates a group item of a given size. |
GroupItem | allocateCopy() Creates a group item of a given size. |
public void | clear() Clears the data. |
public boolean | equals(Object o) |
public Data | getData(int index) Returns the data object a string. |
public double | getDouble(int index) Gets the data as a double. |
public long | getLong(int index) Gets the data as a long. |
public String | getString(int index) Gets the data as a string. |
public int | hashCode() Returns the hashCode. |
public void | init(int size, boolean[] isGroupByFields) Sets the size. |
public boolean | isNull(int index) |
public void | setDouble(int index, double value) Sets the data as a double. |
public void | setLong(int index, long value) Sets the data as a long. |
public void | setString(int index, String value) Sets the data as a string. |