public class StatisticsTable<ROW,COL> extends Object
StatisticsTable()
void
add(COL col, Map<ROW,? extends Number> stat)
add(ROW row, COL col, Number stat)
String
toString()
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
public StatisticsTable()
public void add(ROW row, COL col, Number stat)
public void add(COL col, Map<ROW,? extends Number> stat)
public String toString()
toString
Object
Copyright © 2019. All rights reserved.