java.lang.Object
io.jenetics.ext.internal.util.Names
- Since:
- 5.0
- Version:
- 5.0
-
Method Summary
Modifier and TypeMethodDescriptionstatic boolean
isIdentifier
(String name) Checks whether the givenname
is a valid (Java) identifier.
-
Method Details
-
isIdentifier
Checks whether the givenname
is a valid (Java) identifier.- Parameters:
name
- the name to check- Returns:
true
if the givenname
is a valid identifier,false
otherwise
-