Class CharHolder

  • All Implemented Interfaces:
    Holder, java.io.Serializable

    public final class CharHolder
    extends java.lang.Object
    implements Holder
    Holder class for Char, according to OMG-IDL java mapping.
    See Also:
    Serialized Form
    • Field Summary

      Fields 
      Modifier and Type Field Description
      char value  
    • Constructor Summary

      Constructors 
      Constructor Description
      CharHolder()  
      CharHolder​(char initial)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      boolean equals​(char c)
      Comparisson method for Chars.
      boolean equals​(java.lang.Object obj)
      Comparisson method for Chars.
      • Methods inherited from class java.lang.Object

        getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Field Detail

      • value

        public char value
    • Constructor Detail

      • CharHolder

        public CharHolder()
      • CharHolder

        public CharHolder​(char initial)
    • Method Detail

      • equals

        public boolean equals​(java.lang.Object obj)
        Comparisson method for Chars.
        Overrides:
        equals in class java.lang.Object
        Returns:
        true if the input object equals the current object, false otherwize
      • equals

        public boolean equals​(char c)
        Comparisson method for Chars.
        Returns:
        true if the input char value equals the value of the current object, false otherwize