@Immutable
public class TwoDTimeInventory
extends java.lang.Object
Constructor and Description |
---|
TwoDTimeInventory(int nruns,
int ntimes) |
TwoDTimeInventory(java.util.List<java.lang.Integer> count,
int nruns,
int ntimes) |
Modifier and Type | Method and Description |
---|---|
void |
add(int runIdx,
int timeIdx) |
int[] |
getCount() |
int |
getCount(int runIdx,
int timeIdx) |
void |
setAll() |
void |
showMissing(java.util.Formatter f) |