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

Diff of /classpath/java/lang/Float.java

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

revision 1.31 by mark, Sat Jul 2 20:32:38 2005 UTC revision 1.32 by tromey, Sat Sep 17 21:58:41 2005 UTC
# Line 94  public final class Float extends Number Line 94  public final class Float extends Number
94    public static final Class TYPE = VMClassLoader.getPrimitiveClass('F');    public static final Class TYPE = VMClassLoader.getPrimitiveClass('F');
95    
96    /**    /**
97       * The number of bits needed to represent a <code>float</code>.
98       * @since 1.5
99       */
100      public static final int SIZE = 32;
101    
102      /**
103     * The immutable value of this Float.     * The immutable value of this Float.
104     *     *
105     * @serial the wrapped float     * @serial the wrapped float

Legend:
Removed from v.1.31  
changed lines
  Added in v.1.32

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