/[classpath]/classpath/vm/reference/java/lang/Class.java
ViewVC logotype

Diff of /classpath/vm/reference/java/lang/Class.java

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

revision 1.11 by mark, Tue Jan 9 23:35:07 2001 UTC revision 1.12 by cbj, Thu Jul 26 22:56:11 2001 UTC
# Line 32  import gnu.java.lang.*; Line 32  import gnu.java.lang.*;
32   * Arrays with identical type and number of dimensions   * Arrays with identical type and number of dimensions
33   * share the same class (and null "system" ClassLoader,   * share the same class (and null "system" ClassLoader,
34   * incidentally).  The name of an array class is   * incidentally).  The name of an array class is
35   * <CODE>[&lt;type name&gt;</CODE> ... for example,   * <CODE>[&lt;signature format&gt;;</CODE> ... for example,
36   * String[]'s class is <CODE>[java.lang.String</CODE>.   * String[]'s class is <CODE>[Ljava.lang.String;</CODE>.
37   * boolean, byte, short, char, int, long, float and double   * boolean, byte, short, char, int, long, float and double
38   * have the "type name" of Z,B,S,C,I,J,F,D for the   * have the "type name" of Z,B,S,C,I,J,F,D for the
39   * purposes of array classes.  If it's a multidimensioned   * purposes of array classes.  If it's a multidimensioned

Legend:
Removed from v.1.11  
changed lines
  Added in v.1.12

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