KeyType - The type of key in the infinite vector.public static interface InfiniteVector.KeyValueConsumer<KeyType>
| Modifier and Type | Method and Description |
|---|---|
void |
consume(KeyType key,
double value)
Consumes one entry in the infinite vector.
|
void consume(KeyType key, double value)
key - The key.value - The value for that key in the vector.