站内搜索: 请输入搜索关键词
当前页面: 图书首页 > Programming Wireless Devices with the Java2 Platform

Programming Wireless Devices with the Java2 Platform

[ directory ] Previous Section Next Section

CLDC Almanac

ArithmeticException

java.lang

Object
    graphics/ccc.gifThrowable
       graphics/ccc.gifException
          graphics/ccc.gifRuntimeException
             graphics/ccc.gifArithmeticException
graphics/constructor_icon.gif                         ArithmeticException()
graphics/constructor_icon.gif                         ArithmeticException(String s)

ArrayIndexOutOfBoundsException

java.lang

Object
    graphics/ccc.gifThrowable
        graphics/ccc.gifException
           graphics/ccc.gifRuntimeException
              graphics/ccc.gifIndexOutOfBoundsException
                  graphics/ccc.gifArrayIndexOutOfBoundsException
graphics/constructor_icon.gif                          ArrayIndexOutOfBoundsException()
graphics/constructor_icon.gif                          ArrayIndexOutOfBoundsException(int index)
graphics/constructor_icon.gif                          ArrayIndexOutOfBoundsException(String s)

ArrayStoreException

java.lang

Object
    graphics/ccc.gifThrowable
        graphics/ccc.gifException
           graphics/ccc.gifRuntimeException
              graphics/ccc.gifArrayStoreException
graphics/constructor_icon.gif                          ArrayStoreException()
graphics/constructor_icon.gif                          ArrayStoreException(String s)

Boolean

java.lang

Object
    graphics/ccc.gifBoolean
          graphics/constructor_icon.gif                    Boolean(boolean value)
                       boolean booleanValue()
                       boolean equals(Object obj)
CLDC 1.1 graphics/field_icon.gifgraphics/staticfinal_icon.gif           Boolean FALSE
                           int hashCode()
                        String toString()
CLDC 1.1 graphics/field_icon.gifgraphics/staticfinal_icon.gif           Boolean TRUE

Byte

java.lang

Object
    graphics/ccc.gifByte
 graphics/constructor_icon.gif                             Byte(byte value)
                          byte byteValue()
                       boolean equals(Object obj)
                           int hashCode()
graphics/field_icon.gifgraphics/staticfinal_icon.gif                       byte MAX_VALUE
graphics/field_icon.gifgraphics/staticfinal_icon.gif                       byte MIN_VALUE
 graphics/static_icon.gif                        byte parseByte(String s) throws NumberFormatException
 graphics/static_icon.gif                        byte parseByte(String s, int radix) throws NumberFormatException
                        String toString()

ByteArrayInputStream

java.io

Object
    graphics/ccc.gifInputStream
        graphics/ccc.gifByteArrayInputStream
                          int available()
graphics/field_icon.gifgraphics/protected_icon.gif                    byte[] buf
 graphics/constructor_icon.gif                            ByteArrayInputStream(byte[] buf)
 graphics/constructor_icon.gif                            ByteArrayInputStream(byte[] buf, int offset, int length)
                         void close() throws IOException
graphics/field_icon.gifgraphics/protected_icon.gif                       int count
graphics/field_icon.gifgraphics/protected_icon.gif                       int mark
                         void mark(int readAheadLimit)
                      boolean markSupported()
graphics/field_icon.gifgraphics/protected_icon.gif                       int pos
                          int read()
                          int read(byte[] b, int off, int len)
                         void reset()
                         long skip(long n)

ByteArrayOutputStream

java.io

Object
    graphics/ccc.gifOutputStream
       graphics/ccc.gifByteArrayOutputStream
graphics/field_icon.gifgraphics/protected_icon.gif                      byte[] buf
 graphics/constructor_icon.gif                             ByteArrayOutputStream()
 graphics/constructor_icon.gif                             ByteArrayOutputStream(int size)
                          void close() throws IOException
graphics/field_icon.gifgraphics/protected_icon.gif                        int count
                          void reset()
                           int size()
                        byte[] toByteArray()
                        String toString()
                          void write(byte[] b, int off, int len)
                          void write(int b)

Calendar

java.util

Object
    graphics/ccc.gifCalendar
                        boolean after(Object when)
         graphics/field_icon.gifgraphics/staticfinal_icon.gif                int AM
         graphics/field_icon.gifgraphics/staticfinal_icon.gif                int AM_PM
         graphics/field_icon.gifgraphics/staticfinal_icon.gif                int APRIL
         graphics/field_icon.gifgraphics/staticfinal_icon.gif                int AUGUST
                        boolean before(Object when)
         graphics/constructor_icon.gifgraphics/protected_icon.gif                     Calendar()
CLDC 1.1 graphics/abstract_icon.gifgraphics/protected_icon.gif               void computeFields()
CLDC 1.1 graphics/abstract_icon.gifgraphics/protected_icon.gif               void computeTime()
         graphics/field_icon.gifgraphics/staticfinal_icon.gif                int DATE
         graphics/field_icon.gifgraphics/staticfinal_icon.gif                int DAY_OF_MONTH
         graphics/field_icon.gifgraphics/staticfinal_icon.gif                int DAY_OF_WEEK
         graphics/field_icon.gifgraphics/staticfinal_icon.gif                int DECEMBER
                        boolean equals(Object obj)
         graphics/field_icon.gifgraphics/staticfinal_icon.gif                int FEBRUARY
CLDC 1.1 graphics/field_icon.gifgraphics/protected_icon.gif              int[] fields
         graphics/field_icon.gifgraphics/staticfinal_icon.gif                int FRIDAY
          graphics/final_icon.gif                int get(int field)
          graphics/static_icon.gif           Calendar getInstance()
          graphics/static_icon.gif           Calendar getInstance(TimeZone zone)
          graphics/final_icon.gif               Date getTime()
          graphics/protected_icon.gif               long getTimeInMillis()
                      TimeZone getTimeZone()
         graphics/field_icon.gifgraphics/staticfinal_icon.gif               int HOUR
         graphics/field_icon.gifgraphics/staticfinal_icon.gif               int HOUR_OF_DAY
CLDC 1.1 graphics/field_icon.gifgraphics/protected_icon.gif         boolean[] isSet
         graphics/field_icon.gifgraphics/staticfinal_icon.gif               int JANUARY
         graphics/field_icon.gifgraphics/staticfinal_icon.gif               int JULY
         graphics/field_icon.gifgraphics/staticfinal_icon.gif               int JUNE
         graphics/field_icon.gifgraphics/staticfinal_icon.gif               int MARCH
         graphics/field_icon.gifgraphics/staticfinal_icon.gif               int MAY
         graphics/field_icon.gifgraphics/staticfinal_icon.gif               int MILLISECOND
         graphics/field_icon.gifgraphics/staticfinal_icon.gif               int MINUTE
         graphics/field_icon.gifgraphics/staticfinal_icon.gif               int MONDAY
         graphics/field_icon.gifgraphics/staticfinal_icon.gif               int MONTH
         graphics/field_icon.gifgraphics/staticfinal_icon.gif               int NOVEMBER
         graphics/field_icon.gifgraphics/staticfinal_icon.gif               int OCTOBER
         graphics/field_icon.gifgraphics/staticfinal_icon.gif               int PM
         graphics/field_icon.gifgraphics/staticfinal_icon.gif               int SATURDAY
         graphics/field_icon.gifgraphics/staticfinal_icon.gif               int SECOND
         graphics/field_icon.gifgraphics/staticfinal_icon.gif               int SEPTEMBER
          graphics/final_icon.gif              void set(int field, int value)
          graphics/final_icon.gif              void setTime(Date date)
          graphics/protected_icon.gif               void setTimeInMillis(long millis)
                          void setTimeZone(TimeZone value)
         graphics/field_icon.gifgraphics/staticfinal_icon.gif               int SUNDAY
         graphics/field_icon.gifgraphics/staticfinal_icon.gif               int THURSDAY
CLDC 1.1 graphics/field_icon.gifgraphics/protected_icon.gif              long time
         graphics/field_icon.gifgraphics/staticfinal_icon.gif               int TUESDAY
         graphics/field_icon.gifgraphics/staticfinal_icon.gif               int WEDNESDAY
         graphics/field_icon.gifgraphics/staticfinal_icon.gif               int YEAR

Character

java.lang

Object
    graphics/ccc.gifCharacter
 graphics/constructor_icon.gif                            Character(char value)
                          char charValue()
 graphics/static_icon.gif                        int digit(char ch, int radix)
                       boolean equals(Object obj)
                           int hashCode()
 graphics/static_icon.gif                    boolean isDigit(char ch)
 graphics/static_icon.gif                    boolean isLowerCase(char ch)
 graphics/static_icon.gif                    boolean isUpperCase(char ch)
graphics/field_icon.gifgraphics/staticfinal_icon.gif                       int MAX_RADIX
graphics/field_icon.gifgraphics/staticfinal_icon.gif                      char MAX_VALUE
graphics/field_icon.gifgraphics/staticfinal_icon.gif                       int MIN_RADIX
graphics/field_icon.gifgraphics/staticfinal_icon.gif                     char MIN_VALUE
 graphics/static_icon.gif                       char toLowerCase(char ch)
                   	     String toString()
 graphics/static_icon.gif                       char toUpperCase(char ch)

Class

java.lang

Object
    graphics/ccc.gifClass
graphics/static_icon.gif                        Class forName(String className) throws ClassNotFoundException
                        String getName()
           java.io.InputStream getResourceAsStream(String name)
                       boolean isArray()
                       boolean isAssignableFrom(Class cls)
                       boolean isInstance(Object obj)
                       boolean isInterface()
                        Object newInstance() throws InstantiationException, IllegalAccessException
                        String toString()

ClassCastException

java.lang

Object
    graphics/ccc.gifThrowable
        graphics/ccc.gifException
           graphics/ccc.gifRuntimeException
              graphics/ccc.gifClassCastException
graphics/constructor_icon.gif                         ClassCastException()
graphics/constructor_icon.gif                         ClassCastException(String s)

ClassNotFoundException

java.lang

Object
    graphics/ccc.gifThrowable
        graphics/ccc.gifException
           graphics/ccc.gifClassNotFoundException
graphics/constructor_icon.gif                         ClassNotFoundException()
graphics/constructor_icon.gif                         ClassNotFoundException(String s)

Connection

javax.microedition.io

Connection
                     void close() throws java.io.IOException

ConnectionNotFoundException

javax.microedition.io

Object
    graphics/ccc.gifThrowable
        graphics/ccc.gifException
           graphics/ccc.gifjava.io.IOException
               graphics/ccc.gifConnectionNotFoundException
graphics/constructor_icon.gif                         ConnectionNotFoundException()
graphics/constructor_icon.gif                         ConnectionNotFoundException(String s)

Connector

javax.microedition.io

Object
    graphics/ccc.gifConnector
 graphics/static_icon.gif                 Connection open(String name) throws java.io.IOException
 graphics/static_icon.gif                 Connection open(String name, int mode) throws java.io.IOException
 graphics/static_icon.gif                 Connection open(String name, int mode, boolean timeouts) throws java.io.IOException
 graphics/static_icon.gif    java.io.DataInputStream openDataInputStream(String name) throws java.io.IOException
 graphics/static_icon.gif   java.io.DataOutputStream openDataOutputStream(String name) throws java.io.IOException
 graphics/static_icon.gif        java.io.InputStream openInputStream(String name) throws java.io.IOException
 graphics/static_icon.gif       java.io.OutputStream openOutputStream(String name) throws java.io.IOException
graphics/field_icon.gifgraphics/staticfinal_icon.gif                        int READ
graphics/field_icon.gifgraphics/staticfinal_icon.gif                        int READ_WRITE
graphics/field_icon.gifgraphics/staticfinal_icon.gif                        int WRITE

ContentConnection

javax.microedition.io

ContentConnection                         StreamConnection
                     String getEncoding()
                       long getLength()
                     String getType()

Datagram

javax.microedition.io

Datagram       java.io.DataInput, java.io.DataOutput
                   String getAddress()
                   byte[] getData()
                      int getLength()
                      int getOffset()
                     void reset()
                     void setAddress(Datagram reference)
                     void setAddress(String addr) throws java.io.IOException
                     void setData(byte[] buffer, int offset, int len)
                     void setLength(int len)

DatagramConnection

javax.microedition.io

DatagramConnection                       Connection
                       int getMaximumLength() throws java.io.IOException
                       int getNominalLength() throws java.io.IOException
                  Datagram newDatagram(byte[] buf, int size) throws java.io.IOException
                  Datagram newDatagram(byte[] buf, int size, String addr) throws java.io.IOException
                  Datagram newDatagram(int size) throws java.io.IOException
                  Datagram newDatagram(int size, String addr) throws java.io.IOException
                      void receive(Datagram dgram) throws java.io.IOException
                      void send(Datagram dgram) throws java.io.IOException

DataInput

java.io

DataInput
                       boolean readBoolean() throws IOException
                          byte readByte() throws IOException
                          char readChar() throws IOException
CLDC 1.1                double readDouble() throws IOException
CLDC 1.1                 float readFloat() throws IOException
                          void readFully(byte[] b) throws IOException
                          void readFully(byte[] b, int off, int len) throws IOException
                           int readInt() throws IOException
                          long readLong() throws IOException
                         short readShort() throws IOException
                           int readUnsignedByte() throws IOException
                           int readUnsignedShort() throws IOException
                        String readUTF() throws IOException
                           int skipBytes(int n) throws IOException

DataInputStream

java.io

Object
    graphics/ccc.gifInputStream
        graphics/ccc.gifDataInputStream                       DataInput
                         int available() throws IOException
                        void close() throws IOException
          graphics/constructor_icon.gif                    DataInputStream(InputStream in)
         graphics/field_icon.gifgraphics/protected_icon.gif      InputStream in
                         void mark(int readlimit)
                      boolean markSupported()
                           int read() throws IOException
          graphics/final_icon.gif               int read(byte[] b) throws IOException
          graphics/final_icon.gif               int read(byte[] b, int off, int len) throws IOException
          graphics/final_icon.gif           boolean readBoolean() throws IOException
          graphics/final_icon.gif              byte readByte() throws IOException
          graphics/final_icon.gif              char readChar() throws IOException
CLDC 1.1  graphics/final_icon.gif            double readDouble() throws IOException
CLDC 1.1  graphics/final_icon.gif             float readFloat() throws IOException
          graphics/final_icon.gif              void readFully(byte[] b) throws IOException
          graphics/final_icon.gif              void readFully(byte[] b, int off, int len) throws IOException
          graphics/final_icon.gif               int readInt() throws IOException
          graphics/final_icon.gif              long readLong() throws IOException
          graphics/final_icon.gif             short readShort() throws IOException
          graphics/final_icon.gif               int readUnsignedByte() throws IOException
          graphics/final_icon.gif               int readUnsignedShort() throws IOException
          graphics/final_icon.gif            String readUTF() throws IOException
          graphics/staticfinal_icon.gif            String readUTF(DataInput in) throws IOException
                         void reset() throws IOException
                         long skip(long n) throws IOException
          graphics/final_icon.gif              int skipBytes(int n) throws IOException

DataOutput

java.io

DataOutput
                          void write(byte[] b) throws IOException
                          void write(byte[] b, int off, int len) throws IOException
                          void write(int b) throws IOException
                          void writeBoolean(boolean v) throws IOException
                          void writeByte(int v) throws IOException
                          void writeChar(int v) throws IOException
                          void writeChars(String s) throws IOException
CLDC 1.1                  void writeDouble(double v) throws IOException
CLDC 1.1                  void writeFloat(float v) throws IOException
                          void writeInt(int v) throws IOException
                          void writeLong(long v) throws IOException
                          void writeShort(int v) throws IOException
                          void writeUTF(String s) throws IOException

DataOutputStream

java.io

Object
    graphics/ccc.gifOutputStream
       graphics/ccc.gifDataOutputStream                    DataOutput
                       void close() throws IOException
          graphics/constructor_icon.gif                 DataOutputStream(OutputStream out)
                       void flush() throws IOException
         graphics/field_icon.gifgraphics/protected_icon.gif    OutputStream out
                       void write(byte[] b, int off, int len) throws IOException
                       void write(int b) throws IOException
          graphics/final_icon.gif            void writeBoolean(boolean v) throws IOException
          graphics/final_icon.gif            void writeByte(int v) throws IOException
          graphics/final_icon.gif            void writeChar(int v) throws IOException
          graphics/final_icon.gif            void writeChars(String s) throws IOException
CLDC 1.1  graphics/final_icon.gif            void writeDouble(double v) throws IOException
CLDC 1.1  graphics/final_icon.gif            void writeFloat(float v) throws IOException
          graphics/final_icon.gif            void writeInt(int v) throws IOException
          graphics/final_icon.gif            void writeLong(long v) throws IOException
          graphics/final_icon.gif            void writeShort(int v) throws IOException
          graphics/final_icon.gif            void writeUTF(String str) throws IOException

Date

java.util

Object
    graphics/ccc.gifDate
          graphics/constructor_icon.gif                    Date()
          graphics/constructor_icon.gif                    Date(long date)
                       boolean equals(Object obj)
                          long getTime()
                           int hashCode()
                          void setTime(long time)
CLDC 1.1                String toString()

Double

java.lang

         Object
CLDC 1.1     graphics/ccc.gifDouble
CLDC 1.1                  byte byteValue()
CLDC 1.1  graphics/constructor_icon.gif                    Double(double value)
CLDC 1.1  graphics/static_icon.gif              long doubleToLongBits(double value)
CLDC 1.1                double doubleValue()
CLDC 1.1               boolean equals(Object obj)
CLDC 1.1                 float floatValue()
CLDC 1.1                   int hashCode()
CLDC 1.1                   int intValue()
CLDC 1.1               boolean isInfinite()
CLDC 1.1  graphics/static_icon.gif           boolean isInfinite(double v)
CLDC 1.1               boolean isNaN()
CLDC 1.1  graphics/static_icon.gif           boolean isNaN(double v)
CLDC 1.1  graphics/static_icon.gif             double longBitsToDouble(long bits)
CLDC 1.1                  long longValue()
CLDC 1.1 graphics/field_icon.gifgraphics/staticfinal_icon.gif            double MAX_VALUE
CLDC 1.1 graphics/field_icon.gifgraphics/staticfinal_icon.gif            double MIN_VALUE
CLDC 1.1 graphics/field_icon.gifgraphics/staticfinal_icon.gif            double NaN
CLDC 1.1 graphics/field_icon.gifgraphics/staticfinal_icon.gif            double NEGATIVE_INFINITY
CLDC 1.1  graphics/static_icon.gif             double parseDouble(String s) throws NumberFormatException
CLDC 1.1 graphics/field_icon.gifgraphics/staticfinal_icon.gif            double POSITIVE_INFINITY
CLDC 1.1                 short shortValue()
CLDC 1.1                String toString()
CLDC 1.1  graphics/static_icon.gif             String toString(double d)
CLDC 1.1  graphics/static_icon.gif             Double valueOf(String s) throws NumberFormatException

EmptyStackException

java.util

Object
    graphics/ccc.gifThrowable
        graphics/ccc.gifException
           graphics/ccc.gifRuntimeException
              graphics/ccc.gifEmptyStackException
graphics/constructor_icon.gif                          EmptyStackException()

Enumeration

java.util

Enumeration
                       boolean hasMoreElements()
                        Object nextElement()

EOFException

java.io

Object
    graphics/ccc.gifThrowable
        graphics/ccc.gifException
           graphics/ccc.gifIOException
              graphics/ccc.gifEOFException
graphics/constructor_icon.gif                           EOFException()
graphics/constructor_icon.gif                           EOFException(String s)

Error

java.lang

Object
    graphics/ccc.gifThrowable
        graphics/ccc.gifError
graphics/constructor_icon.gif                              Error()
graphics/constructor_icon.gif                              Error(String s)

Exception

java.lang

Object
    graphics/ccc.gifThrowable
        graphics/ccc.gifException
graphics/constructor_icon.gif                              Exception()
graphics/constructor_icon.gif                              Exception(String s)

Float

java.lang

        Object
CLDC 1.1    graphics/ccc.gifFloat
CLDC 1.1                  byte byteValue()
CLDC 1.1                double doubleValue()
CLDC 1.1               boolean equals(Object obj)
CLDC 1.1  graphics/constructor_icon.gif                    Float(double value)
CLDC 1.1  graphics/constructor_icon.gif                    Float(float value)
CLDC 1.1  graphics/static_icon.gif                int floatToIntBits(float value)
CLDC 1.1                float floatValue()
CLDC 1.1                  int hashCode()
CLDC 1.1  graphics/static_icon.gif              float intBitsToFloat(int bits)
CLDC 1.1                   int intValue()
CLDC 1.1               boolean isInfinite()
CLDC 1.1  graphics/static_icon.gif             boolean isInfinite(float v)
CLDC 1.1              boolean isNaN()
CLDC 1.1  graphics/static_icon.gif            boolean isNaN(float v)
CLDC 1.1                 long longValue()
CLDC 1.1 graphics/field_icon.gifgraphics/staticfinal_icon.gif             float MAX_VALUE
CLDC 1.1 graphics/field_icon.gifgraphics/staticfinal_icon.gif              float MIN_VALUE
CLDC 1.1 graphics/field_icon.gifgraphics/staticfinal_icon.gif              float NaN
CLDC 1.1 graphics/field_icon.gifgraphics/staticfinal_icon.gif              float NEGATIVE_INFINITY
CLDC 1.1  graphics/static_icon.gif               float parseFloat(String s) throws NumberFormatException
CLDC 1.1 graphics/field_icon.gifgraphics/staticfinal_icon.gif              float POSITIVE_INFINITY
CLDC 1.1                 short shortValue()
CLDC 1.1                String toString()
CLDC 1.1  graphics/static_icon.gif            String toString(float f)
CLDC 1.1  graphics/static_icon.gif              Float valueOf(String s) throws NumberFormatException

Hashtable

java.util

Object
    graphics/ccc.gifHashtable
                          void clear()
                       boolean contains(Object value)
                       boolean containsKey(Object key)
                   Enumeration elements()
                        Object get(Object key)
graphics/constructor_icon.gif                              Hashtable()
graphics/constructor_icon.gif                              Hashtable(int initialCapacity)
                       boolean isEmpty()
                   Enumeration keys()
                        Object put(Object key, Object value)
graphics/protected_icon.gif                         void rehash()
                        Object remove(Object key)
                           int size()
                        String toString()

IllegalAccessException

java.lang

Object
    graphics/ccc.gifThrowable
        graphics/ccc.gifException
           graphics/ccc.gifIllegalAccessException
graphics/constructor_icon.gif                             IllegalAccessException()
graphics/constructor_icon.gif                             IllegalAccessException(String s)

IllegalArgumentException

java.lang

Object
    graphics/ccc.gifThrowable
        graphics/ccc.gifException
           graphics/ccc.gifRuntimeException
              graphics/ccc.gifIllegalArgumentException
graphics/constructor_icon.gif                          IllegalArgumentException()
graphics/constructor_icon.gif                          IllegalArgumentException(String s)

IllegalMonitorStateException

java.lang

Object
    graphics/ccc.gifThrowable
        graphics/ccc.gifException
           graphics/ccc.gifRuntimeException
              graphics/ccc.gifIllegalMonitorStateException
graphics/constructor_icon.gif                           IllegalMonitorStateException()
graphics/constructor_icon.gif                           IllegalMonitorStateException(String s)

IllegalThreadStateException

java.lang

Object
    graphics/ccc.gifThrowable
        graphics/ccc.gifException
           graphics/ccc.gifRuntimeException
              graphics/ccc.gifIllegalArgumentException
                   graphics/ccc.gifIllegalThreadStateException
graphics/constructor_icon.gif                           IllegalThreadStateException()
graphics/constructor_icon.gif                           IllegalThreadStateException(String s)

IndexOutOfBoundsException

java.lang

Object
    graphics/ccc.gifThrowable
        graphics/ccc.gifException
           graphics/ccc.gifRuntimeException
               graphics/ccc.gifIndexOutOfBoundsException
graphics/constructor_icon.gif                          IndexOutOfBoundsException()
graphics/constructor_icon.gif                          IndexOutOfBoundsException(String s)

InputConnection

javax.microedition.io

InputConnection                                Connection
        java.io.DataInputStream openDataInputStream() throws java.io.IOException
            java.io.InputStream openInputStream() throws java.io.IOException

InputStream

java.io

Object
    graphics/ccc.gifInputStream
                           int available() throws IOException
                          void close() throws IOException
graphics/constructor_icon.gif                              InputStream()
                          void mark(int readlimit)
                       boolean markSupported()
graphics/abstract_icon.gif                         int read() throws IOException
                           int read(byte[] b) throws IOException
                           int read(byte[] b, int off, int len) throws IOException
                          void reset() throws IOException
                          long skip(long n) throws IOException

InputStreamReader

java.io

Object
    graphics/ccc.gifReader
       graphics/ccc.gifInputStreamReader
                          void close() throws IOException
graphics/constructor_icon.gif                             InputStreamReader(InputStream is)
graphics/constructor_icon.gif                             InputStreamReader(InputStream is, String enc) throws UnsupportedEncodingException
                          void mark(int readAheadLimit) throws IOException
                       boolean markSupported()
                           int read() throws IOException
                           int read(char[] cbuf, int off, int len) throws IOException
                       boolean ready() throws IOException
                          void reset() throws IOException
                          long skip(long n) throws IOException

InstantiationException

java.lang

Object
    graphics/ccc.gifThrowable
        graphics/ccc.gifException
           graphics/ccc.gifInstantiationException
graphics/constructor_icon.gif                              InstantiationException()
graphics/constructor_icon.gif                              InstantiationException(String s)

Integer

java.lang

Object
    graphics/ccc.gifInteger
                          byte byteValue()
CLDC 1.1                double doubleValue()
                       boolean equals(Object obj)
CLDC 1.1                 float floatValue()
                           int hashCode()
          graphics/constructor_icon.gif                   Integer(int value)
                           int intValue()
                          long longValue()
         graphics/field_icon.gifgraphics/staticfinal_icon.gif               int MAX_VALUE
         graphics/field_icon.gifgraphics/staticfinal_icon.gif               int MIN_VALUE
          graphics/static_icon.gif                int parseInt(String s) throws NumberFormatException
          graphics/static_icon.gif                int parseInt(String s, int radix) throws NumberFormatException
                          short shortValue()
          graphics/static_icon.gif             String toBinaryString(int i)
          graphics/static_icon.gif             String toHexString(int i)
          graphics/static_icon.gif             String toOctalString(int i)
                         String toString()
          graphics/static_icon.gif             String toString(int i)
          graphics/static_icon.gif             String toString(int i, int radix)
          graphics/static_icon.gif            Integer valueOf(String s) throws NumberFormatException
          graphics/static_icon.gif            Integer valueOf(String s, int radix) throws NumberFormatException

InterruptedException

java.lang

Object
    graphics/ccc.gifThrowable
        graphics/ccc.gifException
           graphics/ccc.gifInterruptedException
graphics/constructor_icon.gif                             InterruptedException()
graphics/constructor_icon.gif                             InterruptedException(String s)

InterruptedIOException

java.io

Object
    graphics/ccc.gifThrowable
        graphics/ccc.gifException
           graphics/ccc.gifIOException
              graphics/ccc.gifInterruptedIOException
graphics/field_icon.gif                         int bytesTransferred
graphics/constructor_icon.gif                             InterruptedIOException()
graphics/constructor_icon.gif                             InterruptedIOException(String s)

IOException

java.io

Object
    graphics/ccc.gifThrowable
        graphics/ccc.gifException
           graphics/ccc.gifIOException
graphics/constructor_icon.gif                              IOException()
graphics/constructor_icon.gif                              IOException(String s)

Long

java.lang

Object
    graphics/ccc.gifLong
CLDC 1.1                double doubleValue()
                       boolean equals(Object obj)
CLDC 1.1                 float floatValue()
                           int hashCode()
          graphics/constructor_icon.gif                    Long(long value)
                          long longValue()
         graphics/field_icon.gifgraphics/staticfinal_icon.gif              long MAX_VALUE
         graphics/field_icon.gifgraphics/staticfinal_icon.gif              long MIN_VALUE
          graphics/static_icon.gif              long parseLong(String s) throws NumberFormatException
          graphics/static_icon.gif              long parseLong(String s, int radix) throws NumberFormatException
                        String toString()
          graphics/static_icon.gif            String toString(long i)
          graphics/static_icon.gif            String toString(long i, int radix)

Math

java.lang

Object
    graphics/ccc.gifMath
CLDC 1.1  graphics/static_icon.gif             double abs(double a)
CLDC 1.1  graphics/static_icon.gif              float abs(float a)
          graphics/static_icon.gif                int abs(int a)
          graphics/static_icon.gif               long abs(long a)
CLDC 1.1  graphics/static_icon.gif             double ceil(double a)
CLDC 1.1  graphics/static_icon.gif             double cos(double a)
CLDC 1.1 graphics/field_icon.gifgraphics/staticfinal_icon.gif            double E
CLDC 1.1  graphics/static_icon.gif             double floor(double a)
CLDC 1.1  graphics/static_icon.gif             double max(double a, double b)
CLDC 1.1  graphics/static_icon.gif              float max(float a, float b)
          graphics/static_icon.gif                int max(int a, int b)
          graphics/static_icon.gif               long max(long a, long b)
CLDC 1.1  graphics/static_icon.gif             double min(double a, double b)
CLDC 1.1  graphics/static_icon.gif              float min(float a, float b)
          graphics/static_icon.gif                int min(int a, int b)
          graphics/static_icon.gif               long min(long a, long b)
CLDC 1.1 graphics/field_icon.gifgraphics/staticfinal_icon.gif            double PI
CLDC 1.1  graphics/static_icon.gif             double sin(double a)
CLDC 1.1  graphics/static_icon.gif             double sqrt(double a)
CLDC 1.1  graphics/static_icon.gif             double tan(double a)
CLDC 1.1  graphics/static_icon.gif             double toDegrees(double angrad)
CLDC 1.1  graphics/static_icon.gif             double toRadians(double angdeg)

NegativeArraySizeException

java.lang

Object
    graphics/ccc.gifThrowable
        graphics/ccc.gifException
           graphics/ccc.gifRuntimeException
               graphics/ccc.gifNegativeArraySizeException
graphics/constructor_icon.gif                             NegativeArraySizeException()
graphics/constructor_icon.gif                             NegativeArraySizeException(String s)

NoClassDefFoundError

java.lang

Object
    graphics/ccc.gifThrowable
        graphics/ccc.gifError
CLDC 1.1    graphics/ccc.gifNoClassDefFoundError
CLDC 1.1  graphics/constructor_icon.gif                  NoClassDefFoundError()
CLDC 1.1  graphics/constructor_icon.gif                  NoClassDefFoundError(String s)

NoSuchElementException

java.util

Object
    graphics/ccc.gifThrowable
        graphics/ccc.gifException
           graphics/ccc.gifRuntimeException
              graphics/ccc.gifNoSuchElementException
graphics/constructor_icon.gif                         NoSuchElementException()
graphics/constructor_icon.gif                         NoSuchElementException(String s)

NullPointerException

java.lang

Object
    graphics/ccc.gifThrowable
        graphics/ccc.gifException
           graphics/ccc.gifRuntimeException
              graphics/ccc.gifNullPointerException
graphics/constructor_icon.gif                            NullPointerException()
graphics/constructor_icon.gif                            NullPointerException(String s)

NumberFormatException

java.lang

Object
    graphics/ccc.gifThrowable
        graphics/ccc.gifException
           graphics/ccc.gifRuntimeException
              graphics/ccc.gifIllegalArgumentException
                   graphics/ccc.gifNumberFormatException
graphics/constructor_icon.gif                           NumberFormatException()
graphics/constructor_icon.gif                           NumberFormatException(String s)

Object

java.lang

Object
                        boolean equals(Object obj)
graphics/final_icon.gif                        Class getClass()
                            int hashCode()
graphics/final_icon.gif                          void notify()
graphics/final_icon.gif                          void notifyAll()