Use is subject to License Terms. Your use of this web site or any of its content or software indicates your agreement to be bound by these License Terms.

Copyright © 2006 Sun Microsystems, Inc. All rights reserved.

Foundation 1.1.2
A B C D E F G H I J K L M N O P Q R S T U V W X Y Z

M

MAIN_CLASS - Static variable in class java.util.jar.Attributes.Name
Name object for Main-Class manifest attribute used for launching applications packaged in JAR files.
MALAYALAM - Static variable in class java.lang.Character.UnicodeBlock
Constant for the Unicode character block of the same name.
MANIFEST_NAME - Static variable in class java.util.jar.JarFile
The JAR manifest file name.
MANIFEST_VERSION - Static variable in class java.util.jar.Attributes.Name
Name object for Manifest-Version manifest attribute.
MARCH - Static variable in class java.util.Calendar
Value of the MONTH field indicating the third month of the year.
MATHEMATICAL_OPERATORS - Static variable in class java.lang.Character.UnicodeBlock
Constant for the Unicode character block of the same name.
MATH_SYMBOL - Static variable in class java.lang.Character
General category "Sm" in the Unicode specification.
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.
MAY - Static variable in class java.util.Calendar
Value of the MONTH field indicating the fifth month of the year.
MEDIUM - Static variable in class java.text.DateFormat
Constant for medium style pattern.
MILLISECOND - Static variable in class java.text.DateFormat.Field
Constant identifying the millisecond field.
MILLISECOND - Static variable in class java.util.Calendar
Field number for get and set indicating the millisecond within the second.
MILLISECOND_FIELD - Static variable in class java.text.DateFormat
Useful constant for MILLISECOND field alignment.
MINUTE - Static variable in class java.text.DateFormat.Field
Constant identifying the minute field.
MINUTE - Static variable in class java.util.Calendar
Field number for get and set indicating the minute within the hour.
MINUTE_FIELD - Static variable in class java.text.DateFormat
Useful constant for MINUTE field alignment.
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.
MISCELLANEOUS_SYMBOLS - Static variable in class java.lang.Character.UnicodeBlock
Constant for the Unicode character block of the same name.
MISCELLANEOUS_TECHNICAL - Static variable in class java.lang.Character.UnicodeBlock
Constant for the Unicode character block of the same name.
MISSING_SIGNATURE - Static variable in class javax.microedition.pki.CertificateException
Indicates a certificate object does not contain a signature.
MODIFIER_LETTER - Static variable in class java.lang.Character
General category "Lm" in the Unicode specification.
MODIFIER_SYMBOL - Static variable in class java.lang.Character
General category "Sk" in the Unicode specification.
MONDAY - Static variable in class java.util.Calendar
Value of the DAY_OF_WEEK field indicating Monday.
MONGOLIAN - Static variable in class java.lang.Character.UnicodeBlock
Constant for the Unicode character block of the same name.
MONTH - Static variable in class java.text.DateFormat.Field
Constant identifying the month field.
MONTH - Static variable in class java.util.Calendar
Field number for get and set indicating the month.
MONTH_FIELD - Static variable in class java.text.DateFormat
Useful constant for MONTH field alignment.
MYANMAR - Static variable in class java.lang.Character.UnicodeBlock
Constant for the Unicode character block of the same name.
MalformedURLException - exception java.net.MalformedURLException.
Thrown to indicate that a malformed URL has occurred.
MalformedURLException() - Constructor for class java.net.MalformedURLException
Constructs a MalformedURLException with no detail message.
MalformedURLException(String) - Constructor for class java.net.MalformedURLException
Constructs a MalformedURLException with the specified detail message.
Manifest - class java.util.jar.Manifest.
The Manifest class is used to maintain Manifest entry names and their associated Attributes.
Manifest() - Constructor for class java.util.jar.Manifest
Constructs a new, empty Manifest.
Manifest(InputStream) - Constructor for class java.util.jar.Manifest
Constructs a new Manifest from the specified input stream.
Manifest(Manifest) - Constructor for class java.util.jar.Manifest
Constructs a new Manifest that is a copy of the specified Manifest.
Map - interface java.util.Map.
An object that maps keys to values.
Map.Entry - interface java.util.Map.Entry.
A map entry (key-value pair).
Math - class java.lang.Math.
The class Math contains methods for performing basic numeric operations such as the elementary exponential, logarithm, square root, and trigonometric functions.
Member - interface java.lang.reflect.Member.
Member is an interface that reflects identifying information about a single member (a field or a method) or a constructor.
MessageDigest - class java.security.MessageDigest.
This MessageDigest class provides applications the functionality of a message digest algorithm, such as MD5 or SHA.
MessageDigest(String) - Constructor for class java.security.MessageDigest
Creates a message digest with the specified algorithm name.
MessageDigestSpi - class java.security.MessageDigestSpi.
This class defines the Service Provider Interface (SPI) for the MessageDigest class, which provides the functionality of a message digest algorithm, such as MD5 or SHA.
MessageDigestSpi() - Constructor for class java.security.MessageDigestSpi
 
MessageFormat - class java.text.MessageFormat.
MessageFormat provides a means to produce concatenated messages in language-neutral way.
MessageFormat(String) - Constructor for class java.text.MessageFormat
Constructs a MessageFormat for the default locale and the specified pattern.
MessageFormat(String, Locale) - Constructor for class java.text.MessageFormat
Constructs a MessageFormat for the specified locale and pattern.
MessageFormat.Field - class java.text.MessageFormat.Field.
Defines constants that are used as attribute keys in the AttributedCharacterIterator returned from MessageFormat.formatToCharacterIterator.
MessageFormat.Field(String) - Constructor for class java.text.MessageFormat.Field
Creates a Field with the specified name.
Method - class java.lang.reflect.Method.
A Method provides information about, and access to, a single method on a class or interface.
MissingResourceException - exception java.util.MissingResourceException.
Signals that a resource is missing.
MissingResourceException(String, String, String) - Constructor for class java.util.MissingResourceException
Constructs a MissingResourceException with the specified information.
Modifier - class java.lang.reflect.Modifier.
The Modifier class provides static methods and constants to decode class and member access modifiers.
Modifier() - Constructor for class java.lang.reflect.Modifier
 
MulticastSocket - class java.net.MulticastSocket.
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.
map - Variable in class java.util.jar.Attributes
The attribute name-value mappings.
mapLibraryName(String) - Static method in class java.lang.System
Maps a library name into a platform-specific string representing a native library.
mark(int) - Method in class java.io.BufferedInputStream
See the general contract of the mark method of InputStream.
mark(int) - Method in class java.io.BufferedReader
Mark the present position in the stream.
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.CharArrayReader
Mark the present 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.FilterReader
Mark the present position in the stream.
mark(int) - Method in class java.io.InputStream
Marks the current position in this input stream.
mark(int) - Method in class java.io.LineNumberReader
Mark the present position in the stream.
mark(int) - Method in class java.io.PushbackReader
Mark the present position in the stream.
mark(int) - Method in class java.io.Reader
Mark the present position in the stream.
mark(int) - Method in class java.io.StringReader
Mark the present position in the stream.
markSupported() - Method in class java.io.BufferedInputStream
Tests if this input stream supports the mark and reset methods.
markSupported() - Method in class java.io.BufferedReader
Tell whether this stream supports the mark() operation, which it does.
markSupported() - Method in class java.io.ByteArrayInputStream
Tests if this InputStream supports mark/reset.
markSupported() - Method in class java.io.CharArrayReader
Tell whether this stream supports the mark() operation, which it does.
markSupported() - Method in class java.io.FilterInputStream
Tests if this input stream supports the mark and reset methods.
markSupported() - Method in class java.io.FilterReader
Tell whether this stream supports the mark() operation.
markSupported() - Method in class java.io.InputStream
Tests if this input stream supports the mark and reset methods.
markSupported() - Method in class java.io.PushbackInputStream
Tests if this input stream supports the mark and reset methods, which it does not.
markSupported() - Method in class java.io.PushbackReader
Tell whether this stream supports the mark() operation, which it does not.
markSupported() - Method in class java.io.Reader
Tell whether this stream supports the mark() operation.
markSupported() - Method in class java.io.StringReader
Tell whether this stream supports the mark() operation, which it does.
markedPos - Variable in class java.io.CharArrayReader
The position of mark in buffer.
marklimit - Variable in class java.io.BufferedInputStream
The maximum read ahead allowed after a call to the mark method before subsequent calls to the reset method fail.
markpos - Variable in class java.io.BufferedInputStream
The value of the pos field at the time the last mark method was called.
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(float, float) - Static method in class java.lang.Math
Returns the greater of two float values.
max(double, double) - Static method in class java.lang.Math
Returns the greater of two double values.
max(int, int) - Static method in class java.lang.StrictMath
Returns the greater of two int values.
max(long, long) - Static method in class java.lang.StrictMath
Returns the greater of two long values.
max(float, float) - Static method in class java.lang.StrictMath
Returns the greater of two float values.
max(double, double) - Static method in class java.lang.StrictMath
Returns the greater of two double values.
max(BigDecimal) - Method in class java.math.BigDecimal
Returns the maximum of this BigDecimal and val.
max(BigInteger) - Method in class java.math.BigInteger
Returns the maximum of this BigInteger and val.
max(Collection) - Static method in class java.util.Collections
Returns the maximum element of the given collection, according to the natural ordering of its elements.
max(Collection, Comparator) - Static method in class java.util.Collections
Returns the maximum element of the given collection, according to the order induced by the specified comparator.
maxMemory() - Method in class java.lang.Runtime
Returns the maximum amount of memory that the Java virtual machine will attempt to use.
members() - Method in interface java.security.acl.Group
Returns an enumeration of the members in the group.
method - Variable in class java.net.HttpURLConnection
The HTTP method (GET,POST,PUT,etc.).
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(float, float) - Static method in class java.lang.Math
Returns the smaller of two float values.
min(double, double) - Static method in class java.lang.Math
Returns the smaller of two double values.
min(int, int) - Static method in class java.lang.StrictMath
Returns the smaller of two int values.
min(long, long) - Static method in class java.lang.StrictMath
Returns the smaller of two long values.
min(float, float) - Static method in class java.lang.StrictMath
Returns the smaller of two float values.
min(double, double) - Static method in class java.lang.StrictMath
Returns the smaller of two double values.
min(BigDecimal) - Method in class java.math.BigDecimal
Returns the minimum of this BigDecimal and val.
min(BigInteger) - Method in class java.math.BigInteger
Returns the minimum of this BigInteger and val.
min(Collection) - Static method in class java.util.Collections
Returns the minimum element of the given collection, according to the natural ordering of its elements.
min(Collection, Comparator) - Static method in class java.util.Collections
Returns the minimum element of the given collection, according to the order induced by the specified comparator.
mkdir() - Method in class java.io.File
Creates the directory named by this abstract pathname.
mkdirs() - Method in class java.io.File
Creates the directory named by this abstract pathname, including any necessary but nonexistent parent directories.
mod(BigInteger) - Method in class java.math.BigInteger
Returns a BigInteger whose value is (this mod m).
modCount - Variable in class java.util.AbstractList
The number of times this list has been structurally modified.
modInverse(BigInteger) - Method in class java.math.BigInteger
Returns a BigInteger whose value is (this-1 mod m).
modPow(BigInteger, BigInteger) - Method in class java.math.BigInteger
Returns a BigInteger whose value is (thisexponent mod m).
movePointLeft(int) - Method in class java.math.BigDecimal
Returns a BigDecimal which is equivalent to this one with the decimal point moved n places to the left.
movePointRight(int) - Method in class java.math.BigDecimal
Moves the decimal point the specified number of places to the right.
multiply(BigDecimal) - Method in class java.math.BigDecimal
Returns a BigDecimal whose value is (this * val), and whose scale is (this.scale() + val.scale()).
multiply(BigInteger) - Method in class java.math.BigInteger
Returns a BigInteger whose value is (this * val).

Foundation 1.1.2
A B C D E F G H I J K L M N O P Q R S T U V W X Y Z
Copyright © 2006 Sun Microsystems, Inc. All rights reserved. Use is subject to License Terms. Your use of this web site or any of its content or software indicates your agreement to be bound by these License Terms.

For more information, please consult the JSR 219 specification.