public class TableUtil<R,C,V> extends Object
V
get(R rowKey, C columnKey)
static <R,C,V> TableUtil<R,C,V>
getTable()
void
set(R rowKey, C columnKey, V value)
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
public static <R,C,V> TableUtil<R,C,V> getTable()
public V get(R rowKey, C columnKey)
public void set(R rowKey, C columnKey, V value)
Copyright © 2020. All Rights Reserved.