|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public static interface Quantize.Function
A function used to aggregate values into one bucket, e.g. adding or averaging numbers. There exists one instance per bucket.
Nested Class Summary | |
---|---|
static interface |
Quantize.Function.Factory
Interface for a function factory. |
Method Summary | |
---|---|
void |
add(Object value)
Called when an object is added to the bucket. |
Object |
getValue()
Called to retrieve the function value. |
Method Detail |
---|
void add(Object value)
Object getValue()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |