public class DataRow extends Object
protected Object[]
data
DataRow(int size)
<T> T
get(ColumnKey key)
<T> void
set(ColumnKey key, T value)
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
protected Object[] data
public DataRow(int size)
public <T> T get(ColumnKey key)
public <T> void set(ColumnKey key, T value)
Copyright © 2019. All Rights Reserved.