java.lang.Object
io.jenetics.ext.internal.util.Names
- Since:
- 5.0
- Version:
- 5.0
-
Method Summary
Modifier and TypeMethodDescriptionstatic booleanisIdentifier(String name) Checks whether the givennameis a valid (Java) identifier.
-
Method Details
-
isIdentifier
Checks whether the givennameis a valid (Java) identifier.- Parameters:
name- the name to check- Returns:
trueif the givennameis a valid identifier,falseotherwise
-