Package com.macrofocus.molap.subset
Interface Group<Row,Bin>
-
- All Known Implementing Classes:
DefaultGroup
public interface Group<Row,Bin>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
add(Bin bin, Row row)
double
getActiveMaxValue()
double
getActiveSumValue()
double
getMaxValue()
double
getSumValue()
double
getValue(Bin key)
void
remove(Bin key, Row row)
void
reset()
-