public static interface Quantize.Function
| Modifier and Type | Interface and Description |
|---|---|
static interface |
Quantize.Function.Factory
Interface for a function factory.
|
| Modifier and Type | Method and Description |
|---|---|
void |
add(Object value)
Called when an object is added to the bucket.
|
Object |
getValue()
Called to retrieve the function value.
|