Interface CharContainer

All Superinterfaces:
Comparable<CharContainer>

public interface CharContainer extends Comparable<CharContainer>
Container of a single character.
Since:
4.1.12
  • Method Summary

    Modifier and Type
    Method
    Description
    char
    Provide the charactor of this container.

    Methods inherited from interface java.lang.Comparable

    compareTo
  • Method Details

    • getChar

      char getChar()
      Provide the charactor of this container.
      Returns:
      The character.
      Since:
      2.3