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.