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