@Immutable public class TwoDTimeInventory extends Object
Constructor and Description |
---|
TwoDTimeInventory(int nruns,
int ntimes) |
TwoDTimeInventory(List<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(Formatter f) |
public void setAll()
public void add(int runIdx, int timeIdx)
public void showMissing(Formatter f)
public int[] getCount()
public int getCount(int runIdx, int timeIdx)
Copyright © 1999–2015 UCAR/Unidata. All rights reserved.