| public static class java.lang Character.Subset
|
Java SE 6 |
Character class is UnicodeBlock. Other portions of the Java API may define other
subsets for their own purposes.
| since | 1.2 |
| Constructors | |||||
|---|---|---|---|---|---|
| protected | Character.Subset(String name) Details
Constructs a new Subset instance.
| ||||
| Methods | |
|---|---|
| final public boolean | equals(Object obj) Compares two Subset objects for equality.
This method returns true if and only if
this and the argument refer to the same
object; since this method is final, this
guarantee holds for all subclasses.
|
| final public int | hashCode() Returns the standard hash code as defined by the method. This method
is final in order to ensure that the
equals and hashCode methods will
be consistent in all subclasses.
|
| final public String | toString() Returns the name of this subset. |
| About DocWeb · Bundles · Export · Export All | Top 10 · Statistics · Login |
| About Sun · Contact · Privacy · Terms of Use · Trademarks | Java SE 6 · Copyright © 1994-2009 Sun Microsystems, Inc.All rights reserved. Use is subject to license terms |
![]() |
![]() |
|