public class DataTable extends Object
DataTable(Set<String> key)
String
getKey()
Set<String>
getKeyType()
int
getLength()
getSize()
Map<String,List<Integer>>
getTable()
void
insert(Object ob)
setKey(String key)
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
public DataTable(Set<String> key) throws Exception
Exception
public String getKey()
public int getLength()
public int getSize()
public Map<String,List<Integer>> getTable()
public Set<String> getKeyType()
public void setKey(String key) throws Exception
public void insert(Object ob)
Copyright © 2024. All rights reserved.