Object Oriented Software Engineering   View all facts   Glossary   Help
subject > component > module > Java module > Java method > Java class method > isDigit
Next Java class methodparseInt    UpJava class method    Previous Java class methodtoHexString   

isDigit comparison table
Subject is a kind of have example is an instance of have purpose
Java class methodJava 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 
boolean b = Character.isDigit(aChar);
Java class methodto test if a character is a digit

Next Java class methodparseInt    UpJava class method    Previous Java class methodtoHexString