Class CharacterTool

java.lang.Object
ch.nolix.base.commontypetool.charactertool.CharacterTool
All Implemented Interfaces:
ICharacterTool

public final class CharacterTool extends Object implements ICharacterTool
Author:
Silvan Wyss
  • Constructor Details

    • CharacterTool

      public CharacterTool()
  • Method Details

    • isDigit

      public boolean isDigit(char character)
      Specified by:
      isDigit in interface ICharacterTool
      Parameters:
      character -
      Returns:
      true if the given character is a digit, false otherwise.
    • isHexadecimalDigit

      public boolean isHexadecimalDigit(char character)
      Specified by:
      isHexadecimalDigit in interface ICharacterTool
      Parameters:
      character -
      Returns:
      true if the given character is a hexadecimal digit, false otherwise.