public static class Character.Subset extends Object
Character类定义的子集的只有家人
Character.UnicodeBlock。java API的其他部分可以定义为自己的目的其他亚群。
protected Subset(String name)
Subset实例。
name -这个子集的名字
NullPointerException如果叫
null
public final boolean equals(Object obj)
Subset对象平等。此方法返回
true当且仅当
this和论据引用同一对象;由于这种方法是
final,这保证适用于所有的子类。
equals 方法重写,继承类
Object
obj -参考对象的比较。
true obj参数相同;
false否则。
Object.hashCode(),
HashMap
public final int hashCode()
hashCode 方法重写,继承类
Object
Object.equals(java.lang.Object),
System.identityHashCode(java.lang.Object)
Submit a bug or feature
For further API reference and developer documentation, see Java SE Documentation. That documentation contains more detailed, developer-targeted descriptions, with conceptual overviews, definitions of terms, workarounds, and working code examples.
Copyright © 1993, 2014, Oracle and/or its affiliates. All rights reserved.