Character.Subset


Character.Subset java.lang

Java 1.2

This class represents a named subset of the Unicode character set. The toString( ) method returns the name of the subset. This is a base class intended for further subclassing. Note, in particular, that it does not provide a way to list the members of the subset, nor a way to test for membership in the subset. See Character.UnicodeBlock .

 public static class  Character.Subset  {  // Protected Constructors  protected  Subset  (String  name  );  // Public Methods Overriding Object  public final boolean  equals  (Object  obj  );        public final int  hashCode  ( );        public final String  toString  ( );   } 

Subclasses

Character.UnicodeBlock



Java In A Nutshell
Java In A Nutshell, 5th Edition
ISBN: 0596007736
EAN: 2147483647
Year: 2004
Pages: 1220

flylib.com © 2008-2017.
If you may any questions please contact us: flylib@qtcs.net