Class CharType

All Implemented Interfaces:
Serializable, DataType

public class CharType extends PrimitiveType
Char data type.
See Also:
  • Method Details Link icon

    • isChar Link icon

      public boolean isChar()
      Description copied from interface: DataType
      Returns true if the type is char or Char.
      Returns:
      true if the type is char or Char.
    • valueOf Link icon

      public Character valueOf(String s)
      Description copied from interface: DataType
      Returns the value from its string representation.
      Parameters:
      s - the string representation of a value of this type.
      Returns:
      the value.