Interface ParseToken.DoublyIndexedDoubleConsumer
-
- Enclosing class:
- ParseToken
public static interface ParseToken.DoublyIndexedDoubleConsumer
Interface representing instance methods that consume doubly-indexed double values.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
accept(int i, int j, double value)
Consume a doubly indexed double.
-