com.ericsson.otp.ic
Class CharHolder
java.lang.Object
com.ericsson.otp.ic.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
Method Summary |
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 |
value
public char value
CharHolder
public CharHolder()
CharHolder
public CharHolder(char initial)
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