- java.lang.Object
-
- org.github.gestalt.config.token.Token
-
- org.github.gestalt.config.token.ArrayToken
-
public final class ArrayToken extends Token
Token for an array that has an index. Must be a positive number
-
-
Constructor Summary
Constructors Constructor Description ArrayToken(int index)Must be a positive number.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(java.lang.Object o)intgetIndex()array index for this token.inthashCode()
-