- Map<K,V> - Interface in java.util
-
An object that maps keys to values.
- Map.Entry<K,V> - Interface in java.util
-
A map entry (key-value pair).
- MARCH - Static variable in class java.util.Calendar
-
Value of the
Calendar.MONTH field indicating the third month of the year in the Gregorian and
Julian calendars.
- mark - Variable in class java.io.ByteArrayInputStream
-
The currently marked position in the stream.
- mark(int) - Method in class java.io.ByteArrayInputStream
-
Set the current marked position in the stream.
- mark(int) - Method in class java.io.FilterInputStream
-
Marks the current position in this input stream.
- mark(int) - Method in class java.io.InputStream
-
Marks the current position in this input stream.
- mark(int) - Method in class java.io.Reader
-
Marks the present position in the stream.
- markSupported() - Method in class java.io.ByteArrayInputStream
-
Tests if this InputStream supports mark/reset.
- markSupported() - Method in class java.io.FilterInputStream
-
Tests if this input stream supports the mark and reset methods.
- markSupported() - Method in class java.io.InputStream
-
Tests if this input stream supports the mark and reset methods.
- markSupported() - Method in class java.io.Reader
-
Tells whether this stream supports the mark() operation.
- Math - Class in java.lang
-
The class Math contains methods for performing basic numeric operations such as the
elementary exponential, logarithm, square root, and trigonometric functions.
- max(double, double) - Static method in class java.lang.Math
-
Returns the greater of two double values.
- max(float, float) - Static method in class java.lang.Math
-
Returns the greater of two float values.
- max(int, int) - Static method in class java.lang.Math
-
Returns the greater of two int values.
- max(long, long) - Static method in class java.lang.Math
-
Returns the greater of two long values.
- MAX_EXPONENT - Static variable in class java.lang.Double
-
Maximum exponent a finite double variable may have.
- MAX_EXPONENT - Static variable in class java.lang.Float
-
Maximum exponent a finite float variable may have.
- MAX_PRIORITY - Static variable in class java.lang.Thread
-
The maximum priority that a thread can have.
- MAX_RADIX - Static variable in class java.lang.Character
-
The maximum radix available for conversion to and from strings.
- MAX_VALUE - Static variable in class java.lang.Byte
-
A constant holding the maximum value a byte can have, 27-1.
- MAX_VALUE - Static variable in class java.lang.Character
-
The constant value of this field is the largest value of type char,
'\uFFFF'.
- MAX_VALUE - Static variable in class java.lang.Double
-
A constant holding the largest positive finite value of type double,
(2-2-52)·21023.
- MAX_VALUE - Static variable in class java.lang.Float
-
A constant holding the largest positive finite value of type float,
(2-2-23)·2127.
- MAX_VALUE - Static variable in class java.lang.Integer
-
A constant holding the maximum value an int can have, 231-1.
- MAX_VALUE - Static variable in class java.lang.Long
-
A constant holding the maximum value a long can have, 263-1.
- MAX_VALUE - Static variable in class java.lang.Short
-
A constant holding the maximum value a short can have, 215-1.
- maxMemory() - Method in class java.lang.Runtime
-
Returns the maximum amount of memory that the Java virtual machine will attempt to use.
- MAY - Static variable in class java.util.Calendar
-
Value of the
Calendar.MONTH field indicating the fifth month of the year in the Gregorian and
Julian calendars.
- MILLISECOND - Static variable in class java.util.Calendar
-
Field number for get and set indicating the millisecond within the
second.
- min(double, double) - Static method in class java.lang.Math
-
Returns the smaller of two double values.
- min(float, float) - Static method in class java.lang.Math
-
Returns the smaller of two float values.
- min(int, int) - Static method in class java.lang.Math
-
Returns the smaller of two int values.
- min(long, long) - Static method in class java.lang.Math
-
Returns the smaller of two long values.
- MIN_EXPONENT - Static variable in class java.lang.Double
-
Minimum exponent a normalized double variable may have.
- MIN_EXPONENT - Static variable in class java.lang.Float
-
Minimum exponent a normalized float variable may have.
- MIN_NORMAL - Static variable in class java.lang.Double
-
A constant holding the smallest positive normal value of type double, 2-1022.
- MIN_NORMAL - Static variable in class java.lang.Float
-
A constant holding the smallest positive normal value of type float, 2-126.
- MIN_PRIORITY - Static variable in class java.lang.Thread
-
The minimum priority that a thread can have.
- MIN_RADIX - Static variable in class java.lang.Character
-
The minimum radix available for conversion to and from strings.
- MIN_VALUE - Static variable in class java.lang.Byte
-
A constant holding the minimum value a byte can have, -27.
- MIN_VALUE - Static variable in class java.lang.Character
-
The constant value of this field is the smallest value of type char,
'\u0000'.
- MIN_VALUE - Static variable in class java.lang.Double
-
A constant holding the smallest positive nonzero value of type double, 2-1074.
- MIN_VALUE - Static variable in class java.lang.Float
-
A constant holding the smallest positive nonzero value of type float, 2-149.
- MIN_VALUE - Static variable in class java.lang.Integer
-
A constant holding the minimum value an int can have, -231.
- MIN_VALUE - Static variable in class java.lang.Long
-
A constant holding the minimum value a long can have, -263.
- MIN_VALUE - Static variable in class java.lang.Short
-
A constant holding the minimum value a short can have, -215.
- MINUTE - Static variable in class java.util.Calendar
-
Field number for get and set indicating the minute within the hour.
- modCount - Variable in class java.util.AbstractList
-
The number of times this list has been structurally modified.
- MONDAY - Static variable in class java.util.Calendar
-
- MONTH - Static variable in class java.util.Calendar
-
Field number for get and set indicating the month.