public class MPRTable extends PartResultTable<MPRResult>
cache, conditionList, DEFAULT_MAX_ENTRIES, finishedAdding, output, testHolder
Constructor and Description |
---|
MPRTable(DataFile df,
java.util.Date timestamp) |
Modifier and Type | Method and Description |
---|---|
void |
add(MPR record,
int partIndex,
int recordNumber) |
void |
clear() |
void |
finishedAdding() |
MPRResult |
getRecord(int ftrIndex,
java.util.Map<java.lang.String,DataRecord> standardObjs) |
spry.stdf.MPRDetails |
readDetails(int detailOffset,
short detailLength) |
void |
setRecord(MPRResult record,
int typeIndex) |
getConditionList, getPartResultHolder, getTest, removeEldestEntry, setConditionList, setPartResultHolder, setTestHolder
containsValue, entrySet, forEach, get, getOrDefault, keySet, replaceAll, values
clone, compute, computeIfAbsent, computeIfPresent, containsKey, isEmpty, merge, put, putAll, putIfAbsent, remove, remove, replace, replace, size
public MPRTable(DataFile df, java.util.Date timestamp)
public MPRResult getRecord(int ftrIndex, java.util.Map<java.lang.String,DataRecord> standardObjs)
getRecord
in class PartResultTable<MPRResult>
public spry.stdf.MPRDetails readDetails(int detailOffset, short detailLength)
public void setRecord(MPRResult record, int typeIndex)
setRecord
in class PartResultTable<MPRResult>
public void add(MPR record, int partIndex, int recordNumber)
public void finishedAdding() throws java.io.IOException
finishedAdding
in class PartResultTable<MPRResult>
java.io.IOException
public void clear()
clear
in interface java.util.Map<java.lang.Integer,MPRResult>
clear
in class PartResultTable<MPRResult>