Module java.base
Package java.lang

Class Character.Subset

java.lang.Object
java.lang.Character.Subset
Direct Known Subclasses:
Character.UnicodeBlock,InputSubset
Enclosing class:
Character

public static classCharacter.SubsetextendsObject
Instances of this class represent particular subsets of the Unicode character set. The only family of subsets defined in theCharacter class isCharacter.UnicodeBlock. Other portions of the Java API may define other subsets for their own purposes.
Since:
1.2