Interface ParseToken.IndexedIntConsumer
-
- Enclosing class:
- ParseToken
public static interface ParseToken.IndexedIntConsumer
Interface representing instance methods that consume indexed integer values.- Since:
- 12.0
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
accept(int index, int value)
Consume an integer.
-