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


Constructor Summary
protected Character.Subset(String)
           
 
Method Summary
 boolean equals(Object)
          The equals method for class Object implements the most discriminating possible equivalence relation on objects; that is, for any reference values x and y, this method returns true if and only if x and y refer to the same object (x==y has the value true).
 int hashCode()
          returns the hashcode of this object.
 String toString()
          Returns the string representation of the object, that is full_class_name@internal_address_hex.
 
Methods inherited from class java.lang.Object
getClass, notify, wait, wait
 

Constructor Detail

Character.Subset

protected Character.Subset(String)
Method Detail

equals

public final boolean equals(Object)
Description copied from class: Object
The equals method for class Object implements the most discriminating possible equivalence relation on objects; that is, for any reference values x and y, this method returns true if and only if x and y refer to the same object (x==y has the value true).
Overrides:
equals in class Object

hashCode

public final int hashCode()
Description copied from class: Object
returns the hashcode of this object.
Overrides:
hashCode in class Object

toString

public final String toString()
Description copied from class: Object
Returns the string representation of the object, that is full_class_name@internal_address_hex. Note that, differently from JDK, the package separator is / instead of .
Overrides:
toString in class Object