📅  最后修改于: 2020-11-15 02:56:58             🧑  作者: Mango
java.lang。字符.Subset类实例表示Unicode字符集的特定子集。在字符类中定义的唯一子集家族是UnicodeBlock。
以下是java.lang的声明。字符。子类-
public static class Character.Subset
extends Object
Sr.No. | Constructor & Description |
---|---|
1 |
protected Character.Subset(String name) This constructs a new Subset instance. |
Sr.No. | Method & Description |
---|---|
1 | boolean equals(Object obj)
This method compares two Subset objects for equality. |
2 | int hashCode()
This method returns the standard hash code as defined by the Object.hashCode() method. |
3 | String toString()
This method returns the name of this subset. |
此类从以下类继承方法-