Schnittstelle ICharacterTool
- Alle bekannten Implementierungsklassen:
CharacterTool
public interface ICharacterTool
The
ICharacterTool provides methods to handle chars.- Autor:
- Silvan Wyss
-
Methodenübersicht
Modifikator und TypMethodeBeschreibungbooleanisDigit(char character) booleanisHexadecimalDigit(char character)
-
Methodendetails
-
isDigit
boolean isDigit(char character) - Parameter:
character-- Gibt zurück:
- true if the given character is a digit, false otherwise.
-
isHexadecimalDigit
boolean isHexadecimalDigit(char character) - Parameter:
character-- Gibt zurück:
- true if the given character is a hexadecimal digit, false otherwise.
-