Package com.moandjiezana.toml
Class Keys
- java.lang.Object
-
- com.moandjiezana.toml.Keys
-
class Keys extends java.lang.Object
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description (package private) static classKeys.Key
-
Constructor Summary
Constructors Modifier Constructor Description privateKeys()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description (package private) static booleanisQuote(char c)(package private) static Keys.Key[]split(java.lang.String key)
-
-
-
Method Detail
-
split
static Keys.Key[] split(java.lang.String key)
-
isQuote
static boolean isQuote(char c)
-
-