php    php100   android
當前位置:首頁 » java.lang包 »

Java.lang.Character.Subset類

評論  編輯

The java.lang.Character.Subset class instances represent particular subsets of the Unicode character set. The only family of subsets defined in the Character class is UnicodeBlock.

類聲明

以下是聲明java.lang.Character.Subset class:

public static class Character.Subset
   extends Object

類構造方法

S.N.構造方法 & 詳細描述
1protected Character.Subset(String name)
This constructs a new Subset instance.

類方法

S.N.方法 & 描述
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.

方法繼承

此類從以下類繼承了上麵列出的方法

  • java.lang.Object


貢獻/合作者

正在開放中...
 

評論(條)

  • 還冇有評論!