/[classpath]/classpath/java/lang/Character.java
ViewVC logotype

Diff of /classpath/java/lang/Character.java

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.33 by cbj, Tue Apr 8 03:39:45 2003 UTC revision 1.34 by mkoch, Wed Oct 13 08:24:05 2004 UTC
# Line 38  exception statement from your version. * Line 38  exception statement from your version. *
38    
39  package java.lang;  package java.lang;
40    
 import java.io.Serializable;  
41  import gnu.java.lang.CharData;  import gnu.java.lang.CharData;
42    
43    import java.io.Serializable;
44    
45  /**  /**
46   * Wrapper class for the primitive char data type.  In addition, this class   * Wrapper class for the primitive char data type.  In addition, this class
47   * allows one to retrieve property information and perform transformations   * allows one to retrieve property information and perform transformations
# Line 58  import gnu.java.lang.CharData; Line 59  import gnu.java.lang.CharData;
59   * <p>See <a href="http://www.unicode.org">http://www.unicode.org</a>   * <p>See <a href="http://www.unicode.org">http://www.unicode.org</a>
60   * for more information on the Unicode Standard.   * for more information on the Unicode Standard.
61   *   *
62   * @author Tom Tromey <tromey@cygnus.com>   * @author Tom Tromey (tromey@cygnus.com)
63   * @author Paul N. Fisher   * @author Paul N. Fisher
64   * @author Jochen Hoenicke   * @author Jochen Hoenicke
65   * @author Eric Blake <ebb9@email.byu.edu>   * @author Eric Blake (ebb9@email.byu.edu)
66   * @see CharData   * @see CharData
67   * @since 1.0   * @since 1.0
68   * @status updated to 1.4   * @status updated to 1.4
# Line 72  public final class Character implements Line 73  public final class Character implements
73     * A subset of Unicode blocks.     * A subset of Unicode blocks.
74     *     *
75     * @author Paul N. Fisher     * @author Paul N. Fisher
76     * @author Eric Blake <ebb9@email.byu.edu>     * @author Eric Blake (ebb9@email.byu.edu)
77     * @since 1.2     * @since 1.2
78     */     */
79    public static class Subset    public static class Subset

Legend:
Removed from v.1.33  
changed lines
  Added in v.1.34

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26