Class BoxedCharType

All Implemented Interfaces:
BoxedType<Character>, GenericType<Character>, Type<Character>

@Immutable public abstract class BoxedCharType extends BoxedTypeBase<Character>
The Character type.
  • Constructor Details

    • BoxedCharType

      public BoxedCharType()
  • Method Details

    • of

      public static BoxedCharType of()
    • clazz

      public final Class<Character> clazz()
      Description copied from interface: Type
      The class representing this type.
      Returns:
      the class
    • primitiveType

      public final CharType primitiveType()
    • walk

      public final <R> R walk(BoxedType.Visitor<R> visitor)