CLDC Almanac
|
Object
Throwable
Exception
RuntimeException
ArithmeticException
|
ArithmeticException()
ArithmeticException(String s)
|
|
Object
Throwable
Exception
RuntimeException
IndexOutOfBoundsException
ArrayIndexOutOfBoundsException
|
ArrayIndexOutOfBoundsException()
ArrayIndexOutOfBoundsException(int index)
ArrayIndexOutOfBoundsException(String s)
|
|
Object
Throwable
Exception
RuntimeException
ArrayStoreException
|
ArrayStoreException()
ArrayStoreException(String s)
|
|
Object
Boolean
|
Boolean(boolean value)
boolean booleanValue()
boolean equals(Object obj)
CLDC 1.1  Boolean FALSE
int hashCode()
String toString()
CLDC 1.1  Boolean TRUE
|
|
Object
Byte
|
Byte(byte value)
byte byteValue()
boolean equals(Object obj)
int hashCode()
 byte MAX_VALUE
 byte MIN_VALUE
byte parseByte(String s) throws NumberFormatException
byte parseByte(String s, int radix) throws NumberFormatException
String toString()
|
|
Object
InputStream
ByteArrayInputStream
|
int available()
 byte[] buf
ByteArrayInputStream(byte[] buf)
ByteArrayInputStream(byte[] buf, int offset, int length)
void close() throws IOException
 int count
 int mark
void mark(int readAheadLimit)
boolean markSupported()
 int pos
int read()
int read(byte[] b, int off, int len)
void reset()
long skip(long n)
|
|
Object
OutputStream
ByteArrayOutputStream
|
 byte[] buf
ByteArrayOutputStream()
ByteArrayOutputStream(int size)
void close() throws IOException
 int count
void reset()
int size()
byte[] toByteArray()
String toString()
void write(byte[] b, int off, int len)
void write(int b)
|
|
Object
Calendar
|
boolean after(Object when)
 int AM
 int AM_PM
 int APRIL
 int AUGUST
boolean before(Object when)
 Calendar()
CLDC 1.1  void computeFields()
CLDC 1.1  void computeTime()
 int DATE
 int DAY_OF_MONTH
 int DAY_OF_WEEK
 int DECEMBER
boolean equals(Object obj)
 int FEBRUARY
CLDC 1.1  int[] fields
 int FRIDAY
int get(int field)
Calendar getInstance()
Calendar getInstance(TimeZone zone)
Date getTime()
long getTimeInMillis()
TimeZone getTimeZone()
 int HOUR
 int HOUR_OF_DAY
CLDC 1.1  boolean[] isSet
 int JANUARY
 int JULY
 int JUNE
 int MARCH
 int MAY
 int MILLISECOND
 int MINUTE
 int MONDAY
 int MONTH
 int NOVEMBER
 int OCTOBER
 int PM
 int SATURDAY
 int SECOND
 int SEPTEMBER
void set(int field, int value)
void setTime(Date date)
void setTimeInMillis(long millis)
void setTimeZone(TimeZone value)
 int SUNDAY
 int THURSDAY
CLDC 1.1  long time
 int TUESDAY
 int WEDNESDAY
 int YEAR
|
|
Object
Character
|
Character(char value)
char charValue()
int digit(char ch, int radix)
boolean equals(Object obj)
int hashCode()
boolean isDigit(char ch)
boolean isLowerCase(char ch)
boolean isUpperCase(char ch)
 int MAX_RADIX
 char MAX_VALUE
 int MIN_RADIX
 char MIN_VALUE
char toLowerCase(char ch)
String toString()
char toUpperCase(char ch)
|
|
Object
Class
|
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()
|
|
Object
Throwable
Exception
RuntimeException
ClassCastException
|
ClassCastException()
ClassCastException(String s)
|
|
Object
Throwable
Exception
ClassNotFoundException
|
ClassNotFoundException()
ClassNotFoundException(String s)
|
|
Connection
|
void close() throws java.io.IOException
|
|
Object
Throwable
Exception
java.io.IOException
ConnectionNotFoundException
|
ConnectionNotFoundException()
ConnectionNotFoundException(String s)
|
|
Object
Connector
|
Connection open(String name) throws java.io.IOException
Connection open(String name, int mode) throws java.io.IOException
Connection open(String name, int mode, boolean timeouts) throws java.io.IOException
java.io.DataInputStream openDataInputStream(String name) throws java.io.IOException
java.io.DataOutputStream openDataOutputStream(String name) throws java.io.IOException
java.io.InputStream openInputStream(String name) throws java.io.IOException
java.io.OutputStream openOutputStream(String name) throws java.io.IOException
 int READ
 int READ_WRITE
 int WRITE
|
|
ContentConnection StreamConnection
|
String getEncoding()
long getLength()
String getType()
|
|
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 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
|
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
|
|
Object
InputStream
DataInputStream DataInput
|
int available() throws IOException
void close() throws IOException
DataInputStream(InputStream in)
 InputStream in
void mark(int readlimit)
boolean markSupported()
int read() throws IOException
int read(byte[] b) throws IOException
int read(byte[] b, int off, int len) throws IOException
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
String readUTF(DataInput in) throws IOException
void reset() throws IOException
long skip(long n) throws IOException
int skipBytes(int n) throws IOException
|
|
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
|
|
Object
OutputStream
DataOutputStream DataOutput
|
void close() throws IOException
DataOutputStream(OutputStream out)
void flush() throws IOException
 OutputStream out
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 str) throws IOException
|
|
Object
Date
|
Date()
Date(long date)
boolean equals(Object obj)
long getTime()
int hashCode()
void setTime(long time)
CLDC 1.1 String toString()
|
|
Object
CLDC 1.1 Double
|
CLDC 1.1 byte byteValue()
CLDC 1.1 Double(double value)
CLDC 1.1 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 boolean isInfinite(double v)
CLDC 1.1 boolean isNaN()
CLDC 1.1 boolean isNaN(double v)
CLDC 1.1 double longBitsToDouble(long bits)
CLDC 1.1 long longValue()
CLDC 1.1  double MAX_VALUE
CLDC 1.1  double MIN_VALUE
CLDC 1.1  double NaN
CLDC 1.1  double NEGATIVE_INFINITY
CLDC 1.1 double parseDouble(String s) throws NumberFormatException
CLDC 1.1  double POSITIVE_INFINITY
CLDC 1.1 short shortValue()
CLDC 1.1 String toString()
CLDC 1.1 String toString(double d)
CLDC 1.1 Double valueOf(String s) throws NumberFormatException
|
|
Object
Throwable
Exception
RuntimeException
EmptyStackException
|
EmptyStackException()
|
|
Enumeration
|
boolean hasMoreElements()
Object nextElement()
|
|
Object
Throwable
Exception
IOException
EOFException
|
EOFException()
EOFException(String s)
|
|
Object
Throwable
Error
|
Error()
Error(String s)
|
|
Object
Throwable
Exception
|
Exception()
Exception(String s)
|
|
Object
CLDC 1.1 Float
|
CLDC 1.1 byte byteValue()
CLDC 1.1 double doubleValue()
CLDC 1.1 boolean equals(Object obj)
CLDC 1.1 Float(double value)
CLDC 1.1 Float(float value)
CLDC 1.1 int floatToIntBits(float value)
CLDC 1.1 float floatValue()
CLDC 1.1 int hashCode()
CLDC 1.1 float intBitsToFloat(int bits)
CLDC 1.1 int intValue()
CLDC 1.1 boolean isInfinite()
CLDC 1.1 boolean isInfinite(float v)
CLDC 1.1 boolean isNaN()
CLDC 1.1 boolean isNaN(float v)
CLDC 1.1 long longValue()
CLDC 1.1  float MAX_VALUE
CLDC 1.1  float MIN_VALUE
CLDC 1.1  float NaN
CLDC 1.1  float NEGATIVE_INFINITY
CLDC 1.1 float parseFloat(String s) throws NumberFormatException
CLDC 1.1  float POSITIVE_INFINITY
CLDC 1.1 short shortValue()
CLDC 1.1 String toString()
CLDC 1.1 String toString(float f)
CLDC 1.1 Float valueOf(String s) throws NumberFormatException
|
|
Object
Hashtable
|
void clear()
boolean contains(Object value)
boolean containsKey(Object key)
Enumeration elements()
Object get(Object key)
Hashtable()
Hashtable(int initialCapacity)
boolean isEmpty()
Enumeration keys()
Object put(Object key, Object value)
void rehash()
Object remove(Object key)
int size()
String toString()
|
|
Object
Throwable
Exception
IllegalAccessException
|
IllegalAccessException()
IllegalAccessException(String s)
|
|
Object
Throwable
Exception
RuntimeException
IllegalArgumentException
|
IllegalArgumentException()
IllegalArgumentException(String s)
|
|
Object
Throwable
Exception
RuntimeException
IllegalMonitorStateException
|
IllegalMonitorStateException()
IllegalMonitorStateException(String s)
|
|
Object
Throwable
Exception
RuntimeException
IllegalArgumentException
IllegalThreadStateException
|
IllegalThreadStateException()
IllegalThreadStateException(String s)
|
|
Object
Throwable
Exception
RuntimeException
IndexOutOfBoundsException
|
IndexOutOfBoundsException()
IndexOutOfBoundsException(String s)
|
|
InputConnection Connection
|
java.io.DataInputStream openDataInputStream() throws java.io.IOException
java.io.InputStream openInputStream() throws java.io.IOException
|
|
Object
InputStream
|
int available() throws IOException
void close() throws IOException
InputStream()
void mark(int readlimit)
boolean markSupported()
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
|
|
Object
Reader
InputStreamReader
|
void close() throws IOException
InputStreamReader(InputStream is)
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
|
|
Object
Throwable
Exception
InstantiationException
|
InstantiationException()
InstantiationException(String s)
|
|
Object
Integer
|
byte byteValue()
CLDC 1.1 double doubleValue()
boolean equals(Object obj)
CLDC 1.1 float floatValue()
int hashCode()
Integer(int value)
int intValue()
long longValue()
 int MAX_VALUE
 int MIN_VALUE
int parseInt(String s) throws NumberFormatException
int parseInt(String s, int radix) throws NumberFormatException
short shortValue()
String toBinaryString(int i)
String toHexString(int i)
String toOctalString(int i)
String toString()
String toString(int i)
String toString(int i, int radix)
Integer valueOf(String s) throws NumberFormatException
Integer valueOf(String s, int radix) throws NumberFormatException
|
|
Object
Throwable
Exception
InterruptedException
|
InterruptedException()
InterruptedException(String s)
|
|
Object
Throwable
Exception
IOException
InterruptedIOException
|
int bytesTransferred
InterruptedIOException()
InterruptedIOException(String s)
|
|
Object
Throwable
Exception
IOException
|
IOException()
IOException(String s)
|
|
Object
Long
|
CLDC 1.1 double doubleValue()
boolean equals(Object obj)
CLDC 1.1 float floatValue()
int hashCode()
Long(long value)
long longValue()
 long MAX_VALUE
 long MIN_VALUE
long parseLong(String s) throws NumberFormatException
long parseLong(String s, int radix) throws NumberFormatException
String toString()
String toString(long i)
String toString(long i, int radix)
|
|
Object
Math
|
CLDC 1.1 double abs(double a)
CLDC 1.1 float abs(float a)
int abs(int a)
long abs(long a)
CLDC 1.1 double ceil(double a)
CLDC 1.1 double cos(double a)
CLDC 1.1  double E
CLDC 1.1 double floor(double a)
CLDC 1.1 double max(double a, double b)
CLDC 1.1 float max(float a, float b)
int max(int a, int b)
long max(long a, long b)
CLDC 1.1 double min(double a, double b)
CLDC 1.1 float min(float a, float b)
int min(int a, int b)
long min(long a, long b)
CLDC 1.1  double PI
CLDC 1.1 double sin(double a)
CLDC 1.1 double sqrt(double a)
CLDC 1.1 double tan(double a)
CLDC 1.1 double toDegrees(double angrad)
CLDC 1.1 double toRadians(double angdeg)
|
|
Object
Throwable
Exception
RuntimeException
NegativeArraySizeException
|
NegativeArraySizeException()
NegativeArraySizeException(String s)
|
|
Object
Throwable
Error
CLDC 1.1 NoClassDefFoundError
|
CLDC 1.1 NoClassDefFoundError()
CLDC 1.1 NoClassDefFoundError(String s)
|
|
Object
Throwable
Exception
RuntimeException
NoSuchElementException
|
NoSuchElementException()
NoSuchElementException(String s)
|
|
Object
Throwable
Exception
RuntimeException
NullPointerException
|
NullPointerException()
NullPointerException(String s)
|
|
Object
Throwable
Exception
RuntimeException
IllegalArgumentException
NumberFormatException
|
NumberFormatException()
NumberFormatException(String s)
|
|
Object
|
boolean equals(Object obj)
Class getClass()
int hashCode()
void notify()
void notifyAll()
 |
|