Klasse CharacterTool

java.lang.Object
ch.nolix.core.commontypetool.charactertool.CharacterTool
Alle implementierten Schnittstellen:
ICharacterTool

public final class CharacterTool extends Object implements ICharacterTool
Version:
2016-01-01
Autor:
Silvan Wyss
  • Konstruktordetails

    • CharacterTool

      public CharacterTool()
  • Methodendetails

    • isDigit

      public boolean isDigit(char character)
      Angegeben von:
      isDigit in Schnittstelle ICharacterTool
      Parameter:
      character -
      Gibt zurück:
      true if the given character is a digit.
    • isHexadecimalDigit

      public boolean isHexadecimalDigit(char character)
      Angegeben von:
      isHexadecimalDigit in Schnittstelle ICharacterTool
      Parameter:
      character -
      Gibt zurück:
      true if the given character is a hexadecimal digit.