- 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.
- MARGIN - Static variable in class ej.mwt.style.DefaultStyle
-
The margin of the default style.
- 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
-
- Math() - Constructor for class java.lang.Math
-
- 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_EXTRA_FIELDS - Static variable in class ej.mwt.style.EditableStyle
-
The maximum number of extra fields.
- 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.
- MetaInfServiceLoader - Class in ej.service.loader
-
Service loader that retrieves services implementations following standard Java service definition.
- MetaInfServiceLoader() - Constructor for class ej.service.loader.MetaInfServiceLoader
-
Creates a new META-INF properties service loader.
- 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.
- MissingServiceException - Exception in ej.service
-
Thrown when a required service is missing.
- MissingServiceException(String) - Constructor for exception ej.service.MissingServiceException
-
Constructs a new missing service exception with the specified detail message.
- 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.
- move(String, String) - Method in interface ej.storage.Storage
-
Changes the ID of an entry.
- MulticastSocket - Class in java.net
-
The multicast datagram socket class is useful for sending
and receiving IP multicast packets.
- MulticastSocket() - Constructor for class java.net.MulticastSocket
-
Create a multicast socket.
- MulticastSocket(int) - Constructor for class java.net.MulticastSocket
-
Create a multicast socket and bind it to a specific port.
- MulticastSocket(SocketAddress) - Constructor for class java.net.MulticastSocket
-
Create a MulticastSocket bound to the specified socket address.