package java.lang;
public final // (>JDK1.0)
class Long extends Number {
// Constantes et champs protégés
(>JDK1.0) public static final long MAX_VALUE = 0x7fffffffffffffffL;
public static final Class TYPE = Class.getPrimitiveClass("long");
// Constructeurs publics
(>JDK1.0) public Long(long value);
// Méthodes de classe publiques
(>JDK1.0) public static long parseLong(String s)
throws NumberFormatException;
// Méthodes d'instance publiques
(>JDK1.1) public byte byteValue();
}
|
| Christophe Merlet redfox@redfoxcenter.org | ©Tous droits réservés
21 octobre 1999 |