Class Literal.Char

  • All Implemented Interfaces:
    java.io.Serializable
    Enclosing class:
    Literal

    public static final class Literal.Char
    extends Literal
    implements java.io.Serializable
    See Also:
    Serialized Form
    • Field Detail

      • value

        public final java.lang.Character value
    • Constructor Detail

      • Char

        public Char​(java.lang.Character value)
    • Method Detail

      • equals

        public boolean equals​(java.lang.Object other)
        Overrides:
        equals in class java.lang.Object
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class java.lang.Object