Object Oriented Software Engineering View all facts Glossary Help |
subject > component > module > Java module > Java method > Java class method > isDigit |
isDigit comparison table |
Subject | is a kind of | have example | is an instance of | have purpose |
---|---|---|---|---|
Java class method | Java method | implementing functions such as initializing a class, or operating on the complete set of instances of a class | ||
isDigit | // tests if the character is a digit | Java class method | to test if a character is a digit |
Next Java class method: parseInt Up: Java class method Previous Java class method: toHexString