java.lang
Class Character.Subset
java.lang.Object
java.lang.Character.Subset
- Direct Known Subclasses:
- Character.UnicodeBlock
- Enclosing class:
- Character
public static class Character.Subset
- extends Object
|
Method Summary |
boolean |
equals(Object object)
Compares the specified object to this Subset and returns true if they
are equal. |
int |
hashCode()
Returns an integer hash code for the receiver. |
String |
toString()
Returns the string representation of this Subset. |
name
String name
Character.Subset
protected Character.Subset(String string)
equals
public final boolean equals(Object object)
- Compares the specified object to this Subset and returns true if they
are equal. The object must be the same instance of Subset.
- Overrides:
equals in class Object
- Parameters:
object - the object to compare
- Returns:
- true if the specified object is equal to this Subset, false
otherwise
- See Also:
hashCode()
hashCode
public final int hashCode()
- Returns an integer hash code for the receiver. Objects which are
equal answer the same value for this method.
- Overrides:
hashCode in class Object
- Returns:
- the receiver's hash
- See Also:
equals(java.lang.Object)
toString
public final String toString()
- Returns the string representation of this Subset.
- Overrides:
toString in class Object
- Returns:
- the string representation of this Subset
Please submit a feedback, bug or feature