Thursday 14 March 2013

Constant Field Values Contents-END


Constant Field Values
Contents

• java.lang.*
• java.util.*
• javax.microedition.*
java.lang.*

java.lang.Byte

static byte MAX_VALUE 127
static byte MIN_VALUE



java.lang.Character
static int MAX_RADIX 36
static char MAX_VALUE 65535
static int MIN_RADIX 2
static char MIN_VALUE



java.lang.Double
static double MAX_VALUE 1.7976931348623157E3
08d
static double NaN 0d/0d
static double NEGATIVE_INFINITY -1d/0d
static double POSITIVE_INFINITY 1d/0d



java.lang.Float
static float MAX_VALUE 3.4028234663852886E3
8f
static float MIN_VALUE 1.401298464324817E-
45f
static float NaN 0f/0f
static float NEGATIVE_INFINITY -1f/0f
static float POSITIVE_INFINITY 1f/0f
java.lang.Integer
static int MAX_VALUE 2147483647
static int MIN_VALUE -2147483648
java.lang.Long
static long MAX_VALUE 9223372036854775807l
static long MIN_VALUE -
9223372036854775808l
java.lang.Math
static double E 2.718281828459045d
static double PI 3.141592653589793d



java.lang.Short
static short MAX_VALUE 32767
static short MIN_VALUE -32768



java.lang.Thread
static int MAX_PRIORITY 10
static int MIN_PRIORITY 1
static int NORM_PRIORITY 5



java.util.Calendar
static int AM 0
static int AM_PM 9
static int APRIL 3
static int AUGUST 7
static int DATE 5
static int DAY_OF_MONTH 5
static int DAY_OF_WEEK 7
static int DECEMBER 11
static int FEBRUARY 1
static int FRIDAY 6
static int HOUR 10
static int HOUR_OF_DAY 11
static int JANUARY 0
static int JULY 6
static int JUNE 5
static int MARCH 2
static int MAY 4
static int MILLISECOND 14
static int MINUTE 12
static int MONDAY 2
static int MONTH 2
static int NOVEMBER 10
static int OCTOBER 9
static int PM 1
static int SATURDAY 7
static int SECOND 13
static int SEPTEMBER 8
static int SUNDAY 1


java.util.Calendar

static int THURSDAY 5
static int TUESDAY 3
static int WEDNESDAY 4
static int YEAR 1


javax.microedition.io.Connector

static int READ 1
static int READ_WRITE 3
static int WRITE 2






No comments:

Post a Comment