Interface ParseToken.DoublyIndexedDoubleConsumer
- Enclosing class:
ParseToken
public static interface ParseToken.DoublyIndexedDoubleConsumer
Interface representing instance methods that consume doubly-indexed double values.
-
Method Summary
Modifier and TypeMethodDescriptionvoidaccept(int i, int j, double value) Consume a doubly indexed double.
-
Method Details
-
accept
void accept(int i, int j, double value) Consume a doubly indexed double.- Parameters:
i- first indexj- second indexvalue- value to consume
-