Interface ParseToken.IndexedDoubleConsumer
- Enclosing class:
ParseToken
public static interface ParseToken.IndexedDoubleConsumer
Interface representing instance methods that consume indexed double values.
-
Method Summary
-
Method Details
-
accept
void accept(int i, double value) Consume an indexed double.- Parameters:
i- indexvalue- value to consume
-