Instances of this class represent particular subsets of the Unicode
character set. The only family of subsets defined in the
Character class is UnicodeBlock. Other portions of the Java API may define other
subsets for their own purposes.
Compares two Subset objects for equality. This
method returns true if and only if x and
y refer to the same object, and because it is final it
guarantees this for all subclasses.
Returns the standard hash code as defined by the Object.hashCode() method. This method is final in order to
ensure that the equals and hashCode
methods will be consistent in all subclasses.
Submit a bug or feature For further API reference and developer documentation, see Java 2 SDK SE Developer Documentation. That documentation contains more detailed, developer-targeted descriptions, with conceptual overviews, definitions of terms, workarounds, and working code examples.
Java, Java 2D, and JDBC are trademarks or registered trademarks of Sun Microsystems, Inc. in the US and other countries. Copyright 1993-2001 Sun Microsystems, Inc. 901 San Antonio Road Palo Alto, California, 94303, U.S.A. All Rights Reserved.