Please note that this translation of the specification is the result of a java.net community project ( https://jdk5-api-pt-br.dev.java.net/ ). The official version of the specification is the US English language version which can be found at http://java.sun.com/j2se/1.5.0/docs/api/. In case of disputes, the authoritative version of the specification is the original, English document.
|
JavaTM 2 Platform Standard Ed. 5.0 |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectjava.lang.Character.Subset
public static class Character.Subset
Instâncias desta classe representam subconjuntos particulares do conjunto
de caracteres Unicode. A única família de subconjuntos definida na
classe Character é . Outras porções da API Java podem definir outros
subconjuntos para seus próprios propósitos.
UnicodeBlock
| Constructor Summary | |
|---|---|
protected |
Character.Subset(String name)
Constrói uma nova instância de Subset. |
| Method Summary | |
|---|---|
boolean |
equals(Object obj)
Compara dois objetos Subset por igualdade. |
int |
hashCode()
Retorna o código hash padrão como definido pelo método . |
String |
toString()
Retorna o nome deste subconjunto. |
| Methods inherited from class java.lang.Object |
|---|
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
protected Character.Subset(String name)
Subset.
name - O nome deste subconjunto
NullPointerException - se name for null| Method Detail |
|---|
public final boolean equals(Object obj)
Subset por igualdade.
Este método retorna true se e apenas se
este e o argumento referirem ao mesmo
objeto; desde que este método é final, esta
garantia é mantida para todas as subclasses.
equals in class Objectobj - the reference object with which to compare.
true if this object is the same as the obj
argument; false otherwise.Object.hashCode(),
Hashtablepublic final int hashCode()
Object.hashCode(). Este método
é final para assegurar que os
métodos equals e hashCode serão
consistentes em todas as subclasses.
hashCode in class ObjectObject.equals(java.lang.Object),
Hashtablepublic final String toString()
toString in class Object
|
JavaTM 2 Platform Standard Ed. 5.0 |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
Copyright 2006 Sun Microsystems, Inc. All rights reserved. Use is subject to license terms.
Copyright 2006 Sun Microsystems, Inc. Todos os direitos reservados. O uso está sujeito aos termos da licensa.