- Mac - Class in javax.crypto
-
This class provides the functionality of a "Message Authentication Code"
(MAC) algorithm.
- Mac(MacSpi, Provider, String) - Constructor for class javax.crypto.Mac
-
Creates a MAC object.
- MacSpi - Class in javax.crypto
-
This class defines the Service Provider Interface (SPI)
for the Mac
class.
- MacSpi() - Constructor for class javax.crypto.MacSpi
-
- MAHJONG_TILES - Static variable in class java.lang.Character.UnicodeBlock
-
Constant for the "Mahjong Tiles" Unicode character block.
- 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.
- makeParser() - Static method in class org.xml.sax.helpers.ParserFactory
-
Deprecated.
Create a new SAX parser using the `org.xml.sax.parser' system property.
- makeParser(String) - Static method in class org.xml.sax.helpers.ParserFactory
-
Deprecated.
Create a new SAX parser object using the class name provided.
- MakerPlugin - Class in com.codename1.maker
-
A Maker plugin allows developers to build extensions to the Codename One Maker tool, it
is implemented as an abstract class to allow future extensibility.
- MakerPlugin() - Constructor for class com.codename1.maker.MakerPlugin
-
- MALAYALAM - Static variable in class java.lang.Character.UnicodeBlock
-
Constant for the "Malayalam" Unicode character block.
- malformedForLength(int) - Static method in class java.nio.charset.CoderResult
-
Static factory method that returns the unique object describing a
malformed-input error of the given length.
- MalformedInputException - Exception in java.nio.charset
-
Checked exception thrown when an input byte sequence is not legal for given
charset, or an input character sequence is not a legal sixteen-bit Unicode
sequence.
- MalformedInputException(int) - Constructor for exception java.nio.charset.MalformedInputException
-
Constructs an MalformedInputException
with the given
length.
- MalformedParameterizedTypeException - Exception in java.lang.reflect
-
Thrown when a semantically malformed parameterized type is
encountered by a reflective method that needs to instantiate it.
- MalformedParameterizedTypeException() - Constructor for exception java.lang.reflect.MalformedParameterizedTypeException
-
- MalformedParametersException - Exception in java.lang.reflect
-
Thrown when
the
java.lang.reflect package
attempts to read method parameters from
a class file and determines that one or more parameters are
malformed.
- MalformedParametersException() - Constructor for exception java.lang.reflect.MalformedParametersException
-
Create a MalformedParametersException
with an empty
reason.
- MalformedParametersException(String) - Constructor for exception java.lang.reflect.MalformedParametersException
-
Create a MalformedParametersException
.
- MalformedURLException - Exception in java.net
-
Thrown to indicate that a malformed URL has occurred.
- MalformedURLException() - Constructor for exception java.net.MalformedURLException
-
Constructs a MalformedURLException
with no detail message.
- MalformedURLException(String) - Constructor for exception java.net.MalformedURLException
-
Constructs a MalformedURLException
with the
specified detail message.
- managedBlock(ForkJoinPool.ManagedBlocker) - Static method in class java.util.concurrent.ForkJoinPool
-
Runs the given possibly blocking task.
- ManagerFactoryParameters - Interface in javax.net.ssl
-
This class is the base interface for providing
algorithm-specific information to a KeyManagerFactory or
TrustManagerFactory.
- MANDAIC - Static variable in class java.lang.Character.UnicodeBlock
-
Constant for the "Mandaic" Unicode character block.
- Manifest - Class in java.util.jar
-
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.
- 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.
- map(FileChannel.MapMode, long, long) - Method in class java.nio.channels.FileChannel
-
Maps a region of this channel's file directly into memory.
- map - Variable in class java.util.jar.Attributes
-
The attribute name-value mappings.
- Map<K,V> - Interface in java.util
-
An object that maps keys to values.
- map(Function<? super T, ? extends U>) - Method in class java.util.Optional
-
If a value is present, apply the provided mapping function to it,
and if the result is non-null, return an Optional
describing the
result.
- map(DoubleUnaryOperator) - Method in interface java.util.stream.DoubleStream
-
Returns a stream consisting of the results of applying the given
function to the elements of this stream.
- map(IntUnaryOperator) - Method in interface java.util.stream.IntStream
-
Returns a stream consisting of the results of applying the given
function to the elements of this stream.
- map(LongUnaryOperator) - Method in interface java.util.stream.LongStream
-
Returns a stream consisting of the results of applying the given
function to the elements of this stream.
- map(Function<? super T, ? extends R>) - Method in interface java.util.stream.Stream
-
Returns a stream consisting of the results of applying the given
function to the elements of this stream.
- Map.Entry<K,V> - Interface in java.util
-
A map entry (key-value pair).
- MapComponent - Class in com.codename1.maps
-
All communication with the map and layers should be done in WGS84, it takes
care of coordinates transformation.
- MapComponent() - Constructor for class com.codename1.maps.MapComponent
-
Empty constructor creates a map with OpenStreetMapProvider on the Last
known Location of the LocationManager
- MapComponent(MapProvider) - Constructor for class com.codename1.maps.MapComponent
-
Constructor with a given provider
- MapComponent(MapProvider, Location, int) - Constructor for class com.codename1.maps.MapComponent
-
Constructor
- MapComponent(MapProvider, Location, int, boolean) - Constructor for class com.codename1.maps.MapComponent
-
Constructor
- MapComponent(MapProvider, Coord, int) - Constructor for class com.codename1.maps.MapComponent
-
Constructor
- MapComponent(MapProvider, Coord, int, boolean) - Constructor for class com.codename1.maps.MapComponent
-
Constructor
- mapEquivalents(List<Locale.LanguageRange>, Map<String, List<String>>) - Static method in class java.util.Locale.LanguageRange
-
Generates a new customized Language Priority List using the given
priorityList
and map
.
- mapLibraryName(String) - Static method in class java.lang.System
-
mapLibraryName maps a library name to the corresponding
platform-specific native library name
- MapListener - Interface in com.codename1.maps
-
Invoked when the map is panned or zoomed
- mapNamespaceAlias(String, String) - Method in class com.codename1.processing.Result
-
- MappedByteBuffer - Class in java.nio
-
A direct byte buffer whose content is a memory-mapped region of a file.
- mapping(Function<? super T, ? extends U>, Collector<? super U, A, R>) - Static method in class java.util.stream.Collectors
-
Adapts a Collector
accepting elements of type U
to one
accepting elements of type T
by applying a mapping function to
each input element before accumulation.
- mappingCount() - Method in class java.util.concurrent.ConcurrentHashMap
-
Returns the number of mappings.
- mapPositionUpdated(Component, int, Coord) - Method in interface com.codename1.maps.MapListener
-
Invoked when the map is zoomed or panned
- MapProvider - Class in com.codename1.maps.providers
-
This is a generic map provider.
- MapProvider(Projection, Dimension) - Constructor for class com.codename1.maps.providers.MapProvider
-
Creates a new MapProvider
- mapToDouble(IntToDoubleFunction) - Method in interface java.util.stream.IntStream
-
Returns a DoubleStream
consisting of the results of applying the
given function to the elements of this stream.
- mapToDouble(LongToDoubleFunction) - Method in interface java.util.stream.LongStream
-
Returns a DoubleStream
consisting of the results of applying the
given function to the elements of this stream.
- mapToDouble(ToDoubleFunction<? super T>) - Method in interface java.util.stream.Stream
-
Returns a DoubleStream
consisting of the results of applying the
given function to the elements of this stream.
- mapToInt(DoubleToIntFunction) - Method in interface java.util.stream.DoubleStream
-
Returns an IntStream
consisting of the results of applying the
given function to the elements of this stream.
- mapToInt(LongToIntFunction) - Method in interface java.util.stream.LongStream
-
Returns an IntStream
consisting of the results of applying the
given function to the elements of this stream.
- mapToInt(ToIntFunction<? super T>) - Method in interface java.util.stream.Stream
-
Returns an IntStream
consisting of the results of applying the
given function to the elements of this stream.
- mapToLong(DoubleToLongFunction) - Method in interface java.util.stream.DoubleStream
-
Returns a LongStream
consisting of the results of applying the
given function to the elements of this stream.
- mapToLong(IntToLongFunction) - Method in interface java.util.stream.IntStream
-
Returns a LongStream
consisting of the results of applying the
given function to the elements of this stream.
- mapToLong(ToLongFunction<? super T>) - Method in interface java.util.stream.Stream
-
Returns a LongStream
consisting of the results of applying the
given function to the elements of this stream.
- mapToObj(DoubleFunction<? extends U>) - Method in interface java.util.stream.DoubleStream
-
Returns an object-valued Stream
consisting of the results of
applying the given function to the elements of this stream.
- mapToObj(IntFunction<? extends U>) - Method in interface java.util.stream.IntStream
-
Returns an object-valued Stream
consisting of the results of
applying the given function to the elements of this stream.
- mapToObj(LongFunction<? extends U>) - Method in interface java.util.stream.LongStream
-
Returns an object-valued Stream
consisting of the results of
applying the given function to the elements of this stream.
- 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.
- MARCH - Static variable in class javax.xml.datatype.DatatypeConstants
-
Value for third month of year.
- MARGIN - Static variable in class com.codename1.ui.plaf.Style
-
Margin attribute name for the theme hashtable
- MARGIN - Static variable in class com.sun.lwuit.plaf.Style
-
Margin attribute name for the theme hashtable
- MARGIN_UNIT - Static variable in class com.codename1.ui.plaf.Style
-
The units of the margin
- mark(int) - Method in class com.codename1.io.BufferedInputStream
-
See the general contract of the mark
method of InputStream
.
- mark(int) - Method in class com.codename1.io.CharArrayReader
-
Sets a mark position in this reader.
- mark(int) - Method in class com.codename1.io.gzip.FilterInputStream
-
- mark(int) - Method in class com.codename1.io.gzip.InflaterInputStream
-
- 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
-
Marks 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
-
Marks 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
-
Marks 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.LineNumberInputStream
-
Deprecated.
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.PushbackInputStream
-
Marks the current position in this input stream.
- mark(int) - Method in class java.io.PushbackReader
-
Marks the present position in the stream.
- mark(int) - Method in class java.io.Reader
-
Marks the present position in the stream.
- mark(int) - Method in class java.io.StringReader
-
Marks the present position in the stream.
- mark() - Method in class java.nio.Buffer
-
Sets this buffer's mark at its position.
- mark(int) - Method in class java.util.zip.DeflaterInputStream
-
This operation is not supported.
- mark(int) - Method in class java.util.zip.InflaterInputStream
-
Marks the current position in this input stream.
- markedPos - Variable in class com.codename1.io.CharArrayReader
-
The current mark position.
- 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.
- markSupported() - Method in class com.codename1.io.BufferedInputStream
-
Tests if this input stream supports the mark
and reset
methods.
- markSupported() - Method in class com.codename1.io.CharArrayReader
-
Indicates whether this reader supports the mark()
and
reset()
methods.
- markSupported() - Method in class com.codename1.io.gzip.FilterInputStream
-
- markSupported() - Method in class com.codename1.io.gzip.InflaterInputStream
-
- 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
-
Tells 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
-
Tells 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
-
Tells 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
-
Tells whether this stream supports the mark() operation, which it does
not.
- markSupported() - Method in class java.io.Reader
-
Tells whether this stream supports the mark() operation.
- markSupported() - Method in class java.io.StringReader
-
Tells whether this stream supports the mark() operation, which it does.
- markSupported() - Method in class java.util.zip.DeflaterInputStream
-
Always returns
false
because this input stream does not support
the
mark()
and
reset()
methods.
- markSupported() - Method in class java.util.zip.InflaterInputStream
-
Tests if this input stream supports the mark
and
reset
methods.
- markSupported() - Method in class javax.crypto.CipherInputStream
-
Tests if this input stream supports the mark
and reset
methods, which it does not.
- MarshalException - Exception in java.rmi
-
A MarshalException
is thrown if a
java.io.IOException
occurs while marshalling the remote call
header, arguments or return value for a remote method call.
- MarshalException(String) - Constructor for exception java.rmi.MarshalException
-
Constructs a MarshalException
with the specified
detail message.
- MarshalException(String, Exception) - Constructor for exception java.rmi.MarshalException
-
Constructs a MarshalException
with the specified
detail message and nested exception.
- MarshalledObject<T> - Class in java.rmi
-
A MarshalledObject
contains a byte stream with the serialized
representation of an object given to its constructor.
- MarshalledObject(T) - Constructor for class java.rmi.MarshalledObject
-
Creates a new MarshalledObject
that contains the
serialized representation of the current state of the supplied object.
- MasterDetail - Class in com.codename1.components
-
Master-detail utility class simplifying the process of defining a master/detail
- MasterDetail() - Constructor for class com.codename1.components.MasterDetail
-
- match(Certificate) - Method in interface java.security.cert.CertSelector
-
Decides whether a Certificate
should be selected.
- match(CRL) - Method in interface java.security.cert.CRLSelector
-
Decides whether a CRL
should be selected.
- match(Certificate) - Method in class java.security.cert.X509CertSelector
-
Decides whether a Certificate
should be selected.
- match(CRL) - Method in class java.security.cert.X509CRLSelector
-
Decides whether a CRL
should be selected.
- match() - Method in class java.util.Scanner
-
Returns the match result of the last scanning operation performed
by this scanner.
- Matcher - Class in java.util.regex
-
- matcher(CharSequence) - Method in class java.util.regex.Pattern
-
Creates a matcher that will match the given input against this pattern.
- matches(String) - Method in class java.lang.String
-
- matches(Path) - Method in interface java.nio.file.PathMatcher
-
Tells if given path matches this matcher's pattern.
- matches() - Method in class java.util.regex.Matcher
-
Attempts to match the entire region against the pattern.
- matches(String, CharSequence) - Static method in class java.util.regex.Pattern
-
Compiles the given regular expression and attempts to match the given
input against it.
- matches(SNIServerName) - Method in class javax.net.ssl.SNIMatcher
-
- MatchResult - Interface in java.util.regex
-
The result of a match 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.
- MATH_SYMBOL - Static variable in class java.lang.Character
-
General category "Sm" in the Unicode specification.
- MathContext - Class in java.math
-
Immutable objects which encapsulate the context settings which
describe certain rules for numerical operators, such as those
implemented by the
BigDecimal
class.
- MathContext(int) - Constructor for class java.math.MathContext
-
Constructs a new
MathContext
with the specified
precision and the
HALF_UP
rounding
mode.
- MathContext(int, RoundingMode) - Constructor for class java.math.MathContext
-
Constructs a new MathContext
with a specified
precision and rounding mode.
- MathContext(String) - Constructor for class java.math.MathContext
-
Constructs a new MathContext
from a string.
- MATHEMATICAL_ALPHANUMERIC_SYMBOLS - Static variable in class java.lang.Character.UnicodeBlock
-
Constant for the "Mathematical Alphanumeric Symbols" Unicode
character block.
- MATHEMATICAL_OPERATORS - Static variable in class java.lang.Character.UnicodeBlock
-
Constant for the "Mathematical Operators" Unicode character block.
- MathUtil - Class in com.codename1.util
-
MathUtil for Java ME.
- MathUtil() - Constructor for class com.codename1.util.MathUtil
-
- max(double, double) - Static method in class java.lang.Double
-
Returns the greater of two
double
values
as if by calling
Math.max
.
- max(float, float) - Static method in class java.lang.Float
-
Returns the greater of two
float
values
as if by calling
Math.max
.
- max(int, int) - Static method in class java.lang.Integer
-
Returns the greater of two
int
values
as if by calling
Math.max
.
- max(long, long) - Static method in class java.lang.Long
-
Returns the greater of two
long
values
as if by calling
Math.max
.
- 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 - Static variable in class java.time.Instant
-
The maximum supported Instant
, '1000000000-12-31T23:59:59.999999999Z'.
- MAX - Static variable in class java.time.LocalDate
-
The maximum supported LocalDate
, '+999999999-12-31'.
- MAX - Static variable in class java.time.LocalDateTime
-
The maximum supported LocalDateTime
, '+999999999-12-31T23:59:59.999999999'.
- MAX - Static variable in class java.time.LocalTime
-
The maximum supported LocalTime
, '23:59:59.999999999'.
- MAX - Static variable in class java.time.OffsetDateTime
-
The maximum supported OffsetDateTime
, '+999999999-12-31T23:59:59.999999999-18:00'.
- MAX - Static variable in class java.time.OffsetTime
-
The maximum supported OffsetTime
, '23:59:59.999999999-18:00'.
- MAX - Static variable in class java.time.ZoneOffset
-
Constant for the maximum supported offset.
- max(Collection<? extends T>) - 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<? extends T>, Comparator<? super T>) - Static method in class java.util.Collections
-
Returns the maximum element of the given collection, according to the
order induced by the specified comparator.
- max() - Method in interface java.util.stream.DoubleStream
-
Returns an OptionalDouble
describing the maximum element of this
stream, or an empty OptionalDouble if this stream is empty.
- max() - Method in interface java.util.stream.IntStream
-
Returns an OptionalInt
describing the maximum element of this
stream, or an empty optional if this stream is empty.
- max() - Method in interface java.util.stream.LongStream
-
Returns an OptionalLong
describing the maximum element of this
stream, or an empty optional if this stream is empty.
- max(Comparator<? super T>) - Method in interface java.util.stream.Stream
-
Returns the maximum element of this stream according to the provided
Comparator
.
- MAX_CODE_POINT - Static variable in class java.lang.Character
-
- 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_HIGH_SURROGATE - Static variable in class java.lang.Character
-
- MAX_LOW_SURROGATE - Static variable in class java.lang.Character
-
- 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_SURROGATE - Static variable in class java.lang.Character
-
The maximum value of a Unicode surrogate code unit in the
UTF-16 encoding, constant '\uDFFF'
.
- MAX_TIMEZONE_OFFSET - Static variable in class javax.xml.datatype.DatatypeConstants
-
W3C XML Schema max timezone offset is -14:00.
- 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.
- MAX_VALUE - Static variable in class java.time.Year
-
The maximum supported year, '+999,999,999'.
- MAX_WBITS - Static variable in class com.codename1.io.gzip.JZlib
-
- MAX_WEIGHT - Static variable in class java.util.Locale.LanguageRange
-
A constant holding the maximum value of weight, 1.0, which indicates
that the language range is a good fit for the user.
- MAXBQUALSIZE - Static variable in interface javax.transaction.xa.Xid
-
Maximum number of bytes returned by getBqual.
- maxBy(Comparator<? super T>) - Static method in interface java.util.function.BinaryOperator
-
Returns a
BinaryOperator
which returns the greater of two elements
according to the specified
Comparator
.
- maxBy(Comparator<? super T>) - Static method in class java.util.stream.Collectors
-
Returns a Collector
that produces the maximal element according
to a given Comparator
, described as an Optional<T>
.
- MAXGRIDSIZE - Static variable in class com.codename1.ui.layouts.GridBagLayout
-
- MAXGTRIDSIZE - Static variable in interface javax.transaction.xa.Xid
-
Maximum number of bytes returned by getGtrid.
- maxLength() - Method in enum java.time.Month
-
Gets the maximum length of this month in days.
- maxMemory() - Method in class java.lang.Runtime
-
Returns the maximum amount of memory that the Java virtual machine will
attempt to use.
- maxZoomFor(Tile) - Method in class com.codename1.maps.providers.MapProvider
-
Returns the maximum zoom of a specific Tile.
- maxZoomLevel() - Method in class com.codename1.maps.providers.GoogleMapsProvider
-
- maxZoomLevel() - Method in class com.codename1.maps.providers.MapProvider
-
Maximal zoom level.
- maxZoomLevel() - Method in class com.codename1.maps.providers.OpenStreetMapProvider
-
- 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.
- MAY - Static variable in class javax.xml.datatype.DatatypeConstants
-
Value for fifth month of year.
- Media - Interface in com.codename1.media
-
Media control interface allows for media playback, recording.
- MEDIA_KEY_FAST_BACKWARD - Static variable in class com.codename1.ui.Display
-
Special case game key used for media playback events
- MEDIA_KEY_FAST_FORWARD - Static variable in class com.codename1.ui.Display
-
Special case game key used for media playback events
- MEDIA_KEY_PLAY - Static variable in class com.codename1.ui.Display
-
Special case game key used for media playback events
- MEDIA_KEY_PLAY_PAUSE - Static variable in class com.codename1.ui.Display
-
Special case game key used for media playback events
- MEDIA_KEY_PLAY_STOP - Static variable in class com.codename1.ui.Display
-
Special case game key used for media playback events
- MEDIA_KEY_SKIP_BACK - Static variable in class com.codename1.ui.Display
-
Special case game key used for media playback events
- MEDIA_KEY_SKIP_FORWARD - Static variable in class com.codename1.ui.Display
-
Special case game key used for media playback events
- MEDIA_KEY_STOP - Static variable in class com.codename1.ui.Display
-
Special case game key used for media playback events
- MEDIA_TYPE - Static variable in class javax.xml.transform.OutputKeys
-
media-type = string.
- MediaComponent - Class in com.sun.lwuit
-
A component allowing us to embed and control rich media content
- MediaComponent(Object) - Constructor for class com.sun.lwuit.MediaComponent
-
Creates a new instance of MediaComponent
- MediaManager - Class in com.codename1.media
-
This class is the Media Manager creator.
- MediaManager() - Constructor for class com.codename1.media.MediaManager
-
- MediaPlayer - Class in com.codename1.components
-
This is a Media Player Component with control buttons back, play/pause and
forward buttons
- MediaPlayer() - Constructor for class com.codename1.components.MediaPlayer
-
Empty constructor
- MediaPlayer(Media) - Constructor for class com.codename1.components.MediaPlayer
-
Empty constructor
- MEDIUM - Static variable in class com.codename1.l10n.DateFormat
-
Constant for medium style parsing/formatting pattern.
- MEDIUM - Static variable in class java.text.DateFormat
-
Constant for medium style pattern.
- MEETEI_MAYEK - Static variable in class java.lang.Character.UnicodeBlock
-
Constant for the "Meetei Mayek" Unicode character block.
- MEETEI_MAYEK_EXTENSIONS - Static variable in class java.lang.Character.UnicodeBlock
-
Constant for the "Meetei Mayek Extensions" Unicode character block.
- MEIJI - Static variable in class java.time.chrono.JapaneseEra
-
The singleton instance for the 'Meiji' era (1868-01-01 - 1912-07-29)
which has the value -1.
- Member - Interface in java.lang.reflect
-
Member is an interface that reflects identifying information about
a single member (a field or a method) or a constructor.
- MembershipKey - Class in java.nio.channels
-
A token representing the membership of an Internet Protocol (IP) multicast
group.
- MembershipKey() - Constructor for class java.nio.channels.MembershipKey
-
Initializes a new instance of this class.
- MemoryHandler - Class in java.util.logging
-
Handler that buffers requests in a circular buffer in memory.
- MemoryHandler() - Constructor for class java.util.logging.MemoryHandler
-
Create a MemoryHandler and configure it based on
LogManager configuration properties.
- MemoryHandler(Handler, int, Level) - Constructor for class java.util.logging.MemoryHandler
-
Create a MemoryHandler.
- MemoryImageSource - Class in java.awt.image
-
This class is an implementation of the ImageProducer interface which
uses an array to produce pixel values for an Image.
- MemoryImageSource(int, int, ColorModel, byte[], int, int) - Constructor for class java.awt.image.MemoryImageSource
-
Constructs an ImageProducer object which uses an array of bytes
to produce data for an Image object.
- MemoryImageSource(int, int, ColorModel, byte[], int, int, Hashtable<?, ?>) - Constructor for class java.awt.image.MemoryImageSource
-
Constructs an ImageProducer object which uses an array of bytes
to produce data for an Image object.
- MemoryImageSource(int, int, ColorModel, int[], int, int) - Constructor for class java.awt.image.MemoryImageSource
-
Constructs an ImageProducer object which uses an array of integers
to produce data for an Image object.
- MemoryImageSource(int, int, ColorModel, int[], int, int, Hashtable<?, ?>) - Constructor for class java.awt.image.MemoryImageSource
-
Constructs an ImageProducer object which uses an array of integers
to produce data for an Image object.
- MemoryImageSource(int, int, int[], int, int) - Constructor for class java.awt.image.MemoryImageSource
-
Constructs an ImageProducer object which uses an array of integers
in the default RGB ColorModel to produce data for an Image object.
- MemoryImageSource(int, int, int[], int, int, Hashtable<?, ?>) - Constructor for class java.awt.image.MemoryImageSource
-
Constructs an ImageProducer object which uses an array of integers
in the default RGB ColorModel to produce data for an Image object.
- MenuBar - Class in com.codename1.ui
-
This class represents the Form MenuBar.
- MenuBar() - Constructor for class com.codename1.ui.MenuBar
-
Empty Constructor
- Mercator - Class in com.codename1.maps
-
Represents a Mercator projection http://en.wikipedia.org/wiki/Mercator_projection
- Mercator() - Constructor for class com.codename1.maps.Mercator
-
Creates a new Mercator projection
- merge(Style) - Method in class com.codename1.ui.plaf.Style
-
Merges the new style with the current style without changing the elements that
were modified.
- merge(Style) - Method in class com.sun.lwuit.plaf.Style
-
Merges the new style with the current style without changing the elements that
were modified.
- merge(Object, Object, BiFunction<? super Object, ? super Object, ? extends Object>) - Method in class java.security.Provider
-
If the specified key is not already associated with a value or is
associated with null, associates it with the given value.
- merge(K, V, BiFunction<? super V, ? super V, ? extends V>) - Method in class java.util.concurrent.ConcurrentHashMap
-
If the specified key is not already associated with a
(non-null) value, associates it with the given value.
- merge(K, V, BiFunction<? super V, ? super V, ? extends V>) - Method in interface java.util.concurrent.ConcurrentMap
-
If the specified key is not already associated with a value or is
associated with null, associates it with the given non-null value.
- merge(K, V, BiFunction<? super V, ? super V, ? extends V>) - Method in class java.util.concurrent.ConcurrentSkipListMap
-
If the specified key is not already associated with a value,
associates it with the given value.
- merge(K, V, BiFunction<? super V, ? super V, ? extends V>) - Method in class java.util.HashMap
-
- merge(K, V, BiFunction<? super V, ? super V, ? extends V>) - Method in class java.util.Hashtable
-
- merge(K, V, BiFunction<? super V, ? super V, ? extends V>) - Method in interface java.util.Map
-
If the specified key is not already associated with a value or is
associated with null, associates it with the given non-null value.
- merge(StringJoiner) - Method in class java.util.StringJoiner
-
Adds the contents of the given StringJoiner
without prefix and
suffix as the next element if it is non-empty.
- mergeArrays(Object[], Object[], Object[]) - Static method in class com.codename1.io.Util
-
Merges arrays into one larger array
- MEROITIC_CURSIVE - Static variable in class java.lang.Character.UnicodeBlock
-
Constant for the "Meroitic Cursive" Unicode character block.
- MEROITIC_HIEROGLYPHS - Static variable in class java.lang.Character.UnicodeBlock
-
Constant for the "Meroitic Hieroglyphs" Unicode character block.
- Message - Class in com.codename1.messaging
-
Represents a message to be sent using underlying platform e-mail client.
- Message(String) - Constructor for class com.codename1.messaging.Message
-
Constructor with the message body content
- MessageDigest - Class in java.security
-
This MessageDigest class provides applications the functionality of a
message digest algorithm, such as SHA-1 or SHA-256.
- MessageDigest(String) - Constructor for class java.security.MessageDigest
-
Creates a message digest with the specified algorithm name.
- MessageDigestSpi - Class in java.security
-
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 in java.text
-
MessageFormat
provides a means to produce concatenated
messages in a language-neutral way.
- MessageFormat(String) - Constructor for class java.text.MessageFormat
-
Constructs a MessageFormat for the default
FORMAT
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 in java.text
-
Defines constants that are used as attribute keys in the
AttributedCharacterIterator
returned
from MessageFormat.formatToCharacterIterator
.
- META_DOWN_MASK - Static variable in class java.awt.event.InputEvent
-
The Meta key extended modifier constant.
- META_MASK - Static variable in class java.awt.event.ActionEvent
-
The meta modifier.
- META_MASK - Static variable in class java.awt.event.InputEvent
-
The Meta key modifier constant.
- metafactory(MethodHandles.Lookup, String, MethodType, MethodType, MethodHandle, MethodType) - Static method in class java.lang.invoke.LambdaMetafactory
-
Facilitates the creation of simple "function objects" that implement one
or more interfaces by delegation to a provided
MethodHandle
,
after appropriate type adaptation and partial evaluation of arguments.
- Method - Class in java.lang.reflect
-
A Method
provides information about, and access to, a single method
on a class or interface.
- method - Variable in class java.net.HttpURLConnection
-
The HTTP method (GET,POST,PUT,etc.).
- METHOD - Static variable in class javax.xml.transform.OutputKeys
-
method = "xml" | "html" | "text" | expanded name.
- METHOD_ATTRIBUTE_PFX - Static variable in interface java.util.jar.Pack200.Packer
-
When concatenated with a method attribute name,
indicates the format of that attribute.
- METHOD_TWEETS - Static variable in class com.codename1.io.services.TwitterRESTService
-
- METHOD_USER_TIMELINE - Static variable in class com.codename1.io.services.TwitterRESTService
-
- MethodHandle - Class in java.lang.invoke
-
A method handle is a typed, directly executable reference to an underlying method,
constructor, field, or similar low-level operation, with optional
transformations of arguments or return values.
- MethodHandleInfo - Interface in java.lang.invoke
-
A symbolic reference obtained by cracking a direct method handle
into its consitutent symbolic parts.
- MethodHandleProxies - Class in java.lang.invoke
-
This class consists exclusively of static methods that help adapt
method handles to other JVM types, such as interfaces.
- MethodHandles - Class in java.lang.invoke
-
This class consists exclusively of static methods that operate on or return
method handles.
- MethodHandles.Lookup - Class in java.lang.invoke
-
A lookup object is a factory for creating method handles,
when the creation requires access checking.
- methodModifiers() - Static method in class java.lang.reflect.Modifier
-
Return an int
value OR-ing together the source language
modifiers that can be applied to a method.
- MethodType - Class in java.lang.invoke
-
A method type represents the arguments and return type accepted and
returned by a method handle, or the arguments and return type passed
and expected by a method handle caller.
- methodType(Class<?>, Class<?>[]) - Static method in class java.lang.invoke.MethodType
-
Finds or creates an instance of the given method type.
- methodType(Class<?>, List<Class<?>>) - Static method in class java.lang.invoke.MethodType
-
Finds or creates a method type with the given components.
- methodType(Class<?>, Class<?>, Class<?>...) - Static method in class java.lang.invoke.MethodType
-
Finds or creates a method type with the given components.
- methodType(Class<?>) - Static method in class java.lang.invoke.MethodType
-
Finds or creates a method type with the given components.
- methodType(Class<?>, Class<?>) - Static method in class java.lang.invoke.MethodType
-
Finds or creates a method type with the given components.
- methodType(Class<?>, MethodType) - Static method in class java.lang.invoke.MethodType
-
Finds or creates a method type with the given components.
- MGF1ParameterSpec - Class in java.security.spec
-
This class specifies the set of parameters used with mask generation
function MGF1 in OAEP Padding and RSA-PSS signature scheme, as
defined in the
PKCS #1 v2.1
standard.
- MGF1ParameterSpec(String) - Constructor for class java.security.spec.MGF1ParameterSpec
-
Constructs a parameter set for mask generation function MGF1
as defined in the PKCS #1 standard.
- MIAO - Static variable in class java.lang.Character.UnicodeBlock
-
Constant for the "Miao" Unicode character block.
- MIDNIGHT - Static variable in class java.time.LocalTime
-
The time of midnight at the start of the day, '00:00'.
- millis() - Method in class java.time.Clock
-
Gets the current millisecond instant of the clock.
- 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.
- MIME_HTML - Static variable in class com.codename1.messaging.Message
-
- MIME_IMAGE_JPG - Static variable in class com.codename1.messaging.Message
-
- MIME_IMAGE_PNG - Static variable in class com.codename1.messaging.Message
-
- MIME_TEXT - Static variable in class com.codename1.messaging.Message
-
- min(double, double) - Static method in class java.lang.Double
-
Returns the smaller of two
double
values
as if by calling
Math.min
.
- min(float, float) - Static method in class java.lang.Float
-
Returns the smaller of two
float
values
as if by calling
Math.min
.
- min(int, int) - Static method in class java.lang.Integer
-
Returns the smaller of two
int
values
as if by calling
Math.min
.
- min(long, long) - Static method in class java.lang.Long
-
Returns the smaller of two
long
values
as if by calling
Math.min
.
- 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 - Static variable in class java.time.Instant
-
The minimum supported Instant
, '-1000000000-01-01T00:00Z'.
- MIN - Static variable in class java.time.LocalDate
-
The minimum supported LocalDate
, '-999999999-01-01'.
- MIN - Static variable in class java.time.LocalDateTime
-
The minimum supported LocalDateTime
, '-999999999-01-01T00:00:00'.
- MIN - Static variable in class java.time.LocalTime
-
The minimum supported LocalTime
, '00:00'.
- MIN - Static variable in class java.time.OffsetDateTime
-
The minimum supported OffsetDateTime
, '-999999999-01-01T00:00:00+18:00'.
- MIN - Static variable in class java.time.OffsetTime
-
The minimum supported OffsetTime
, '00:00:00+18:00'.
- MIN - Static variable in class java.time.ZoneOffset
-
Constant for the maximum supported offset.
- min(Collection<? extends T>) - 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<? extends T>, Comparator<? super T>) - Static method in class java.util.Collections
-
Returns the minimum element of the given collection, according to the
order induced by the specified comparator.
- min() - Method in interface java.util.stream.DoubleStream
-
Returns an OptionalDouble
describing the minimum element of this
stream, or an empty OptionalDouble if this stream is empty.
- min() - Method in interface java.util.stream.IntStream
-
Returns an OptionalInt
describing the minimum element of this
stream, or an empty optional if this stream is empty.
- min() - Method in interface java.util.stream.LongStream
-
Returns an OptionalLong
describing the minimum element of this
stream, or an empty optional if this stream is empty.
- min(Comparator<? super T>) - Method in interface java.util.stream.Stream
-
Returns the minimum element of this stream according to the provided
Comparator
.
- MIN_CODE_POINT - Static variable in class java.lang.Character
-
- 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_HIGH_SURROGATE - Static variable in class java.lang.Character
-
- MIN_LOW_SURROGATE - Static variable in class java.lang.Character
-
- 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_SUPPLEMENTARY_CODE_POINT - Static variable in class java.lang.Character
-
- MIN_SURROGATE - Static variable in class java.lang.Character
-
The minimum value of a Unicode surrogate code unit in the
UTF-16 encoding, constant '\uD800'
.
- MIN_TIMEZONE_OFFSET - Static variable in class javax.xml.datatype.DatatypeConstants
-
W3C XML Schema min timezone offset is +14:00.
- 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.
- MIN_VALUE - Static variable in class java.time.Year
-
The minimum supported year, '-999,999,999'.
- MIN_WEIGHT - Static variable in class java.util.Locale.LanguageRange
-
A constant holding the minimum value of weight, 0.0, which indicates
that the language range is not a good fit for the user.
- minBy(Comparator<? super T>) - Static method in interface java.util.function.BinaryOperator
-
Returns a
BinaryOperator
which returns the lesser of two elements
according to the specified
Comparator
.
- minBy(Comparator<? super T>) - Static method in class java.util.stream.Collectors
-
Returns a Collector
that produces the minimal element according
to a given Comparator
, described as an Optional<T>
.
- MinguoChronology - Class in java.time.chrono
-
The Minguo calendar system.
- MinguoDate - Class in java.time.chrono
-
A date in the Minguo calendar system.
- MinguoEra - Enum in java.time.chrono
-
An era in the Minguo calendar system.
- minimizeApplication() - Method in class com.codename1.ui.Display
-
Minimizes the current application if minimization is supported by the platform (may fail).
- minimizeApplication() - Method in class com.sun.lwuit.Display
-
Minimizes the current application if minimization is supported by the platform (may fail).
- minLength() - Method in enum java.time.Month
-
Gets the minimum length of this month in days.
- MINSIZE - Static variable in class com.codename1.ui.layouts.GridBagLayout
-
- minus(TemporalAmount) - Method in interface java.time.chrono.ChronoLocalDate
-
Returns an object of the same type as this object with an amount subtracted.
- minus(long, TemporalUnit) - Method in interface java.time.chrono.ChronoLocalDate
-
Returns an object of the same type as this object with the specified period subtracted.
- minus(TemporalAmount) - Method in interface java.time.chrono.ChronoLocalDateTime
-
Returns an object of the same type as this object with an amount subtracted.
- minus(long, TemporalUnit) - Method in interface java.time.chrono.ChronoLocalDateTime
-
Returns an object of the same type as this object with the specified period subtracted.
- minus(TemporalAmount) - Method in interface java.time.chrono.ChronoPeriod
-
Returns a copy of this period with the specified period subtracted.
- minus(TemporalAmount) - Method in interface java.time.chrono.ChronoZonedDateTime
-
Returns an object of the same type as this object with an amount subtracted.
- minus(long, TemporalUnit) - Method in interface java.time.chrono.ChronoZonedDateTime
-
Returns an object of the same type as this object with the specified period subtracted.
- minus(TemporalAmount) - Method in class java.time.chrono.HijrahDate
-
Returns an object of the same type as this object with an amount subtracted.
- minus(long, TemporalUnit) - Method in class java.time.chrono.HijrahDate
-
- minus(TemporalAmount) - Method in class java.time.chrono.JapaneseDate
-
Returns an object of the same type as this object with an amount subtracted.
- minus(long, TemporalUnit) - Method in class java.time.chrono.JapaneseDate
-
- minus(TemporalAmount) - Method in class java.time.chrono.MinguoDate
-
Returns an object of the same type as this object with an amount subtracted.
- minus(long, TemporalUnit) - Method in class java.time.chrono.MinguoDate
-
- minus(TemporalAmount) - Method in class java.time.chrono.ThaiBuddhistDate
-
Returns an object of the same type as this object with an amount subtracted.
- minus(long, TemporalUnit) - Method in class java.time.chrono.ThaiBuddhistDate
-
- minus(long) - Method in enum java.time.DayOfWeek
-
Returns the day-of-week that is the specified number of days before this one.
- minus(Duration) - Method in class java.time.Duration
-
Returns a copy of this duration with the specified duration subtracted.
- minus(long, TemporalUnit) - Method in class java.time.Duration
-
Returns a copy of this duration with the specified duration subtracted.
- minus(TemporalAmount) - Method in class java.time.Instant
-
Returns a copy of this instant with the specified amount subtracted.
- minus(long, TemporalUnit) - Method in class java.time.Instant
-
Returns a copy of this instant with the specified amount subtracted.
- minus(TemporalAmount) - Method in class java.time.LocalDate
-
Returns a copy of this date with the specified amount subtracted.
- minus(long, TemporalUnit) - Method in class java.time.LocalDate
-
Returns a copy of this date with the specified amount subtracted.
- minus(TemporalAmount) - Method in class java.time.LocalDateTime
-
Returns a copy of this date-time with the specified amount subtracted.
- minus(long, TemporalUnit) - Method in class java.time.LocalDateTime
-
Returns a copy of this date-time with the specified amount subtracted.
- minus(TemporalAmount) - Method in class java.time.LocalTime
-
Returns a copy of this time with the specified amount subtracted.
- minus(long, TemporalUnit) - Method in class java.time.LocalTime
-
Returns a copy of this time with the specified amount subtracted.
- minus(long) - Method in enum java.time.Month
-
Returns the month-of-year that is the specified number of months before this one.
- minus(TemporalAmount) - Method in class java.time.OffsetDateTime
-
Returns a copy of this date-time with the specified amount subtracted.
- minus(long, TemporalUnit) - Method in class java.time.OffsetDateTime
-
Returns a copy of this date-time with the specified amount subtracted.
- minus(TemporalAmount) - Method in class java.time.OffsetTime
-
Returns a copy of this time with the specified amount subtracted.
- minus(long, TemporalUnit) - Method in class java.time.OffsetTime
-
Returns a copy of this time with the specified amount subtracted.
- minus(TemporalAmount) - Method in class java.time.Period
-
Returns a copy of this period with the specified period subtracted.
- minus(TemporalAmount) - Method in interface java.time.temporal.Temporal
-
Returns an object of the same type as this object with an amount subtracted.
- minus(long, TemporalUnit) - Method in interface java.time.temporal.Temporal
-
Returns an object of the same type as this object with the specified period subtracted.
- minus(TemporalAmount) - Method in class java.time.Year
-
Returns a copy of this year with the specified amount subtracted.
- minus(long, TemporalUnit) - Method in class java.time.Year
-
Returns a copy of this year with the specified amount subtracted.
- minus(TemporalAmount) - Method in class java.time.YearMonth
-
Returns a copy of this year-month with the specified amount subtracted.
- minus(long, TemporalUnit) - Method in class java.time.YearMonth
-
Returns a copy of this year-month with the specified amount subtracted.
- minus(TemporalAmount) - Method in class java.time.ZonedDateTime
-
Returns a copy of this date-time with the specified amount subtracted.
- minus(long, TemporalUnit) - Method in class java.time.ZonedDateTime
-
Returns a copy of this date-time with the specified amount subtracted.
- minusDays(long) - Method in class java.time.Duration
-
Returns a copy of this duration with the specified duration in standard 24 hour days subtracted.
- minusDays(long) - Method in class java.time.LocalDate
-
Returns a copy of this LocalDate
with the specified number of days subtracted.
- minusDays(long) - Method in class java.time.LocalDateTime
-
Returns a copy of this LocalDateTime
with the specified number of days subtracted.
- minusDays(long) - Method in class java.time.OffsetDateTime
-
Returns a copy of this OffsetDateTime
with the specified number of days subtracted.
- minusDays(long) - Method in class java.time.Period
-
Returns a copy of this period with the specified days subtracted.
- minusDays(long) - Method in class java.time.ZonedDateTime
-
Returns a copy of this ZonedDateTime
with the specified number of days subtracted.
- minusHours(long) - Method in class java.time.Duration
-
Returns a copy of this duration with the specified duration in hours subtracted.
- minusHours(long) - Method in class java.time.LocalDateTime
-
Returns a copy of this LocalDateTime
with the specified number of hours subtracted.
- minusHours(long) - Method in class java.time.LocalTime
-
Returns a copy of this LocalTime
with the specified number of hours subtracted.
- minusHours(long) - Method in class java.time.OffsetDateTime
-
Returns a copy of this OffsetDateTime
with the specified number of hours subtracted.
- minusHours(long) - Method in class java.time.OffsetTime
-
Returns a copy of this OffsetTime
with the specified number of hours subtracted.
- minusHours(long) - Method in class java.time.ZonedDateTime
-
Returns a copy of this ZonedDateTime
with the specified number of hours subtracted.
- minusMillis(long) - Method in class java.time.Duration
-
Returns a copy of this duration with the specified duration in milliseconds subtracted.
- minusMillis(long) - Method in class java.time.Instant
-
Returns a copy of this instant with the specified duration in milliseconds subtracted.
- minusMinutes(long) - Method in class java.time.Duration
-
Returns a copy of this duration with the specified duration in minutes subtracted.
- minusMinutes(long) - Method in class java.time.LocalDateTime
-
Returns a copy of this LocalDateTime
with the specified number of minutes subtracted.
- minusMinutes(long) - Method in class java.time.LocalTime
-
Returns a copy of this LocalTime
with the specified number of minutes subtracted.
- minusMinutes(long) - Method in class java.time.OffsetDateTime
-
Returns a copy of this OffsetDateTime
with the specified number of minutes subtracted.
- minusMinutes(long) - Method in class java.time.OffsetTime
-
Returns a copy of this OffsetTime
with the specified number of minutes subtracted.
- minusMinutes(long) - Method in class java.time.ZonedDateTime
-
Returns a copy of this ZonedDateTime
with the specified number of minutes subtracted.
- minusMonths(long) - Method in class java.time.LocalDate
-
Returns a copy of this LocalDate
with the specified number of months subtracted.
- minusMonths(long) - Method in class java.time.LocalDateTime
-
Returns a copy of this LocalDateTime
with the specified number of months subtracted.
- minusMonths(long) - Method in class java.time.OffsetDateTime
-
Returns a copy of this OffsetDateTime
with the specified number of months subtracted.
- minusMonths(long) - Method in class java.time.Period
-
Returns a copy of this period with the specified months subtracted.
- minusMonths(long) - Method in class java.time.YearMonth
-
Returns a copy of this YearMonth
with the specified number of months subtracted.
- minusMonths(long) - Method in class java.time.ZonedDateTime
-
Returns a copy of this ZonedDateTime
with the specified number of months subtracted.
- minusNanos(long) - Method in class java.time.Duration
-
Returns a copy of this duration with the specified duration in nanoseconds subtracted.
- minusNanos(long) - Method in class java.time.Instant
-
Returns a copy of this instant with the specified duration in nanoseconds subtracted.
- minusNanos(long) - Method in class java.time.LocalDateTime
-
Returns a copy of this LocalDateTime
with the specified number of nanoseconds subtracted.
- minusNanos(long) - Method in class java.time.LocalTime
-
Returns a copy of this LocalTime
with the specified number of nanoseconds subtracted.
- minusNanos(long) - Method in class java.time.OffsetDateTime
-
Returns a copy of this OffsetDateTime
with the specified number of nanoseconds subtracted.
- minusNanos(long) - Method in class java.time.OffsetTime
-
Returns a copy of this OffsetTime
with the specified number of nanoseconds subtracted.
- minusNanos(long) - Method in class java.time.ZonedDateTime
-
Returns a copy of this ZonedDateTime
with the specified number of nanoseconds subtracted.
- minusSeconds(long) - Method in class java.time.Duration
-
Returns a copy of this duration with the specified duration in seconds subtracted.
- minusSeconds(long) - Method in class java.time.Instant
-
Returns a copy of this instant with the specified duration in seconds subtracted.
- minusSeconds(long) - Method in class java.time.LocalDateTime
-
Returns a copy of this LocalDateTime
with the specified number of seconds subtracted.
- minusSeconds(long) - Method in class java.time.LocalTime
-
Returns a copy of this LocalTime
with the specified number of seconds subtracted.
- minusSeconds(long) - Method in class java.time.OffsetDateTime
-
Returns a copy of this OffsetDateTime
with the specified number of seconds subtracted.
- minusSeconds(long) - Method in class java.time.OffsetTime
-
Returns a copy of this OffsetTime
with the specified number of seconds subtracted.
- minusSeconds(long) - Method in class java.time.ZonedDateTime
-
Returns a copy of this ZonedDateTime
with the specified number of seconds subtracted.
- minusWeeks(long) - Method in class java.time.LocalDate
-
Returns a copy of this LocalDate
with the specified number of weeks subtracted.
- minusWeeks(long) - Method in class java.time.LocalDateTime
-
Returns a copy of this LocalDateTime
with the specified number of weeks subtracted.
- minusWeeks(long) - Method in class java.time.OffsetDateTime
-
Returns a copy of this OffsetDateTime
with the specified number of weeks subtracted.
- minusWeeks(long) - Method in class java.time.ZonedDateTime
-
Returns a copy of this ZonedDateTime
with the specified number of weeks subtracted.
- minusYears(long) - Method in class java.time.LocalDate
-
Returns a copy of this LocalDate
with the specified number of years subtracted.
- minusYears(long) - Method in class java.time.LocalDateTime
-
Returns a copy of this LocalDateTime
with the specified number of years subtracted.
- minusYears(long) - Method in class java.time.OffsetDateTime
-
Returns a copy of this OffsetDateTime
with the specified number of years subtracted.
- minusYears(long) - Method in class java.time.Period
-
Returns a copy of this period with the specified years subtracted.
- minusYears(long) - Method in class java.time.Year
-
Returns a copy of this Year
with the specified number of years subtracted.
- minusYears(long) - Method in class java.time.YearMonth
-
Returns a copy of this YearMonth
with the specified number of years subtracted.
- minusYears(long) - Method in class java.time.ZonedDateTime
-
Returns a copy of this ZonedDateTime
with the specified number of years subtracted.
- 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.
- MINUTES - Static variable in class javax.xml.datatype.DatatypeConstants
-
A constant that represents the minutes field.
- minZoomLevel() - Method in class com.codename1.maps.providers.MapProvider
-
Minimal zoom level user is able to see.
- mirror() - Method in class com.codename1.ui.Image
-
Creates a mirror image for the given image which is useful for some RTL scenarios.
- mirrorBorder() - Method in class com.codename1.ui.plaf.Border
-
If a border is a horizontal image border it can be mirrored which is useful for an RTL scenario
- MISCELLANEOUS_MATHEMATICAL_SYMBOLS_A - Static variable in class java.lang.Character.UnicodeBlock
-
Constant for the "Miscellaneous Mathematical Symbols-A" Unicode character block.
- MISCELLANEOUS_MATHEMATICAL_SYMBOLS_B - Static variable in class java.lang.Character.UnicodeBlock
-
Constant for the "Miscellaneous Mathematical Symbols-B" Unicode
character block.
- MISCELLANEOUS_SYMBOLS - Static variable in class java.lang.Character.UnicodeBlock
-
Constant for the "Miscellaneous Symbols" Unicode character block.
- MISCELLANEOUS_SYMBOLS_AND_ARROWS - Static variable in class java.lang.Character.UnicodeBlock
-
Constant for the "Miscellaneous Symbols and Arrows" Unicode character
block.
- MISCELLANEOUS_SYMBOLS_AND_PICTOGRAPHS - Static variable in class java.lang.Character.UnicodeBlock
-
Constant for the "Miscellaneous Symbols And Pictographs" Unicode
character block.
- MISCELLANEOUS_TECHNICAL - Static variable in class java.lang.Character.UnicodeBlock
-
Constant for the "Miscellaneous Technical" Unicode character block.
- MissingFormatArgumentException - Exception in java.util
-
Unchecked exception thrown when there is a format specifier which does not
have a corresponding argument or if an argument index refers to an argument
that does not exist.
- MissingFormatArgumentException(String) - Constructor for exception java.util.MissingFormatArgumentException
-
Constructs an instance of this class with the unmatched format
specifier.
- MissingFormatWidthException - Exception in java.util
-
Unchecked exception thrown when the format width is required.
- MissingFormatWidthException(String) - Constructor for exception java.util.MissingFormatWidthException
-
Constructs an instance of this class with the specified format
specifier.
- MissingResourceException - Exception in java.util
-
Signals that a resource is missing.
- MissingResourceException(String, String, String) - Constructor for exception java.util.MissingResourceException
-
Constructs a MissingResourceException with the specified information.
- mkdir(String) - Method in class com.codename1.io.FileSystemStorage
-
Creates the given directory
- mkdir() - Method in class java.io.File
-
Creates the directory named by this abstract pathname.
- mkdir() - Method in interface javax.microedition.io.file.FileConnection
-
- 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.
- MODE_ASYNCHRONOUS - Static variable in interface org.w3c.dom.ls.DOMImplementationLS
-
Create an asynchronous LSParser
.
- MODE_SYNCHRONOUS - Static variable in interface org.w3c.dom.ls.DOMImplementationLS
-
Create a synchronous LSParser
.
- modelChanged(int, int) - Method in class com.codename1.ui.List
-
Callback to allow subclasses to react to a change in the model
- modelChanged(int, int) - Method in class com.sun.lwuit.List
-
Callback to allow subclasses to react to a change in the model
- MODIFICATION - Static variable in interface org.w3c.dom.events.MutationEvent
-
The Attr
was modified in place.
- MODIFICATION_TIME - Static variable in interface java.util.jar.Pack200.Packer
-
If this property is set to the special string
Pack200.Packer.LATEST
,
the packer will attempt to determine the latest modification time,
among all the available entries in the original archive or the latest
modification time of all the available entries in each segment.
- MODIFIED_JULIAN_DAY - Static variable in class java.time.temporal.JulianFields
-
Modified Julian Day field.
- Modifier - Class in java.lang.reflect
-
The Modifier class provides static
methods and
constants to decode class and member access modifiers.
- Modifier() - Constructor for class java.lang.reflect.Modifier
-
- 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.
- MODIFIER_TONE_LETTERS - Static variable in class java.lang.Character.UnicodeBlock
-
Constant for the "Modifier Tone Letters" Unicode character block.
- modifyAlpha(byte) - Method in class com.codename1.ui.EncodedImage
-
- modifyAlpha(byte, int) - Method in class com.codename1.ui.EncodedImage
-
- modifyAlpha(byte) - Method in class com.codename1.ui.Image
-
Creates a new image instance with the alpha channel of opaque/translucent
pixels within the image using the new alpha value.
- modifyAlpha(byte, int) - Method in class com.codename1.ui.Image
-
Creates a new image instance with the alpha channel of opaque/translucent
pixels within the image using the new alpha value.
- modifyAlpha(byte) - Method in class com.codename1.ui.RGBImage
-
- modifyAlpha(byte) - Method in class com.codename1.ui.ScaledImage
-
- modifyAlpha(byte, int) - Method in class com.codename1.ui.ScaledImage
-
- modifyAlpha(byte) - Method in class com.sun.lwuit.EncodedImage
-
- modifyAlpha(byte, int) - Method in class com.sun.lwuit.EncodedImage
-
- modifyAlpha(byte) - Method in class com.sun.lwuit.Image
-
Creates a new image instance with the alpha channel of opaque/translucent
pixels within the image using the new alpha value.
- modifyAlpha(byte, int) - Method in class com.sun.lwuit.Image
-
Creates a new image instance with the alpha channel of opaque/translucent
pixels within the image using the new alpha value.
- modifyAlpha(byte) - Method in class com.sun.lwuit.IndexedImage
-
Deprecated.
- modifyAlpha(byte) - Method in class com.sun.lwuit.RGBImage
-
- modifyAlpha(byte) - Method in class com.sun.lwuit.ScaledImage
-
- modifyAlpha(byte, int) - Method in class com.sun.lwuit.ScaledImage
-
- modifyAlphaWithTranslucency(byte) - Method in class com.codename1.ui.Image
-
Creates a new image instance with the alpha channel of opaque
pixels within the image using the new alpha value.
- modifyAlphaWithTranslucency(byte) - Method in class com.codename1.ui.ScaledImage
-
- modifyAlphaWithTranslucency(byte) - Method in class com.sun.lwuit.Image
-
Creates a new image instance with the alpha channel of opaque
pixels within the image using the new alpha value.
- modifyAlphaWithTranslucency(byte) - Method in class com.sun.lwuit.ScaledImage
-
- 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).
- MONDAY - Static variable in class java.util.Calendar
-
- MONGOLIAN - Static variable in class java.lang.Character.UnicodeBlock
-
Constant for the "Mongolian" Unicode character block.
- MONTH - Static variable in class java.text.DateFormat.Field
-
Constant identifying the month field.
- Month - Enum in java.time
-
A month-of-year, such as 'July'.
- 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.
- MonthDay - Class in java.time
-
A month-day in the ISO-8601 calendar system, such as --12-03
.
- MONTHS - Static variable in class javax.xml.datatype.DatatypeConstants
-
A constant that represents the months field.
- morph(Component, Component, int, Runnable) - Method in class com.codename1.ui.Container
-
Morph is similar to the replace functionality where a component might be replaced with
a component that isn't within the container.
- morphAndWait(Component, Component, int) - Method in class com.codename1.ui.Container
-
Morph is similar to the replace functionality where a component might be replaced with
a component that isn't within the container.
- Motion - Class in com.codename1.ui.animations
-
Abstracts the notion of physical motion over time from a numeric location to
another.
- Motion(int, int, int) - Constructor for class com.codename1.ui.animations.Motion
-
Construct a point/destination motion
- Motion(int, float, float) - Constructor for class com.codename1.ui.animations.Motion
-
Construct a velocity motion
- Motion - Class in com.sun.lwuit.animations
-
Abstracts the notion of physical motion over time from a numeric location to
another.
- Motion(int, int, int) - Constructor for class com.sun.lwuit.animations.Motion
-
Construct a point/destination motion
- Motion(int, float, float) - Constructor for class com.sun.lwuit.animations.Motion
-
Construct a velocity motion
- MOTION_TYPE_LINEAR - Static variable in class com.codename1.ui.animations.AnimationObject
-
Used to define the motion type used when manipulating an animation property
- MOTION_TYPE_LINEAR - Static variable in class com.sun.lwuit.animations.AnimationObject
-
Used to define the motion type used when manipulating an animation property
- MOTION_TYPE_SPLINE - Static variable in class com.codename1.ui.animations.AnimationObject
-
Used to define the motion type used when manipulating an animation property
- MOTION_TYPE_SPLINE - Static variable in class com.sun.lwuit.animations.AnimationObject
-
Used to define the motion type used when manipulating an animation property
- MOUSE_CLICKED - Static variable in class java.awt.event.MouseEvent
-
The "mouse clicked" event.
- MOUSE_DRAGGED - Static variable in class java.awt.event.MouseEvent
-
The "mouse dragged" event.
- MOUSE_ENTERED - Static variable in class java.awt.event.MouseEvent
-
The "mouse entered" event.
- MOUSE_EXITED - Static variable in class java.awt.event.MouseEvent
-
The "mouse exited" event.
- MOUSE_FIRST - Static variable in class java.awt.event.MouseEvent
-
The first number in the range of ids used for mouse events.
- MOUSE_LAST - Static variable in class java.awt.event.MouseEvent
-
The last number in the range of ids used for mouse events.
- MOUSE_MOVED - Static variable in class java.awt.event.MouseEvent
-
The "mouse moved" event.
- MOUSE_PRESSED - Static variable in class java.awt.event.MouseEvent
-
The "mouse pressed" event.
- MOUSE_RELEASED - Static variable in class java.awt.event.MouseEvent
-
The "mouse released" event.
- MOUSE_WHEEL - Static variable in class java.awt.event.MouseEvent
-
The "mouse wheel" event.
- MouseAdapter - Class in java.awt.event
-
An abstract adapter class for receiving mouse events.
- MouseAdapter() - Constructor for class java.awt.event.MouseAdapter
-
- mouseClicked(MouseEvent) - Method in class java.awt.event.MouseAdapter
-
Invoked when the mouse button has been clicked (pressed
and released) on a component.
- mouseClicked(MouseEvent) - Method in interface java.awt.event.MouseListener
-
Invoked when the mouse button has been clicked (pressed
and released) on a component.
- mouseDragged(MouseEvent) - Method in class java.awt.event.MouseAdapter
-
Invoked when a mouse button is pressed on a component and then
dragged.
- mouseDragged(MouseEvent) - Method in class java.awt.event.MouseMotionAdapter
-
Invoked when a mouse button is pressed on a component and then
dragged.
- mouseDragged(MouseEvent) - Method in interface java.awt.event.MouseMotionListener
-
Invoked when a mouse button is pressed on a component and then
dragged.
- mouseEntered(MouseEvent) - Method in class java.awt.event.MouseAdapter
-
Invoked when the mouse enters a component.
- mouseEntered(MouseEvent) - Method in interface java.awt.event.MouseListener
-
Invoked when the mouse enters a component.
- MouseEvent - Class in java.awt.event
-
An event which indicates that a mouse action occurred in a component.
- MouseEvent(Component, int, long, int, int, int, int, boolean, int) - Constructor for class java.awt.event.MouseEvent
-
Constructs a MouseEvent
object with the
specified source component,
type, modifiers, coordinates, and click count.
- MouseEvent(Component, int, long, int, int, int, int, boolean) - Constructor for class java.awt.event.MouseEvent
-
Constructs a MouseEvent
object with the
specified source component,
type, modifiers, coordinates, and click count.
- MouseEvent(Component, int, long, int, int, int, int, int, int, boolean, int) - Constructor for class java.awt.event.MouseEvent
-
Constructs a MouseEvent
object with the
specified source component,
type, modifiers, coordinates, absolute coordinates, and click count.
- MouseEvent - Interface in org.w3c.dom.events
-
The MouseEvent
interface provides specific contextual
information associated with Mouse events.
- mouseExited(MouseEvent) - Method in class java.awt.event.MouseAdapter
-
Invoked when the mouse exits a component.
- mouseExited(MouseEvent) - Method in interface java.awt.event.MouseListener
-
Invoked when the mouse exits a component.
- MouseListener - Interface in java.awt.event
-
The listener interface for receiving "interesting" mouse events
(press, release, click, enter, and exit) on a component.
- MouseMotionAdapter - Class in java.awt.event
-
An abstract adapter class for receiving mouse motion events.
- MouseMotionAdapter() - Constructor for class java.awt.event.MouseMotionAdapter
-
- MouseMotionListener - Interface in java.awt.event
-
The listener interface for receiving mouse motion events on a component.
- mouseMoved(MouseEvent) - Method in class java.awt.event.MouseAdapter
-
Invoked when the mouse cursor has been moved onto a component
but no buttons have been pushed.
- mouseMoved(MouseEvent) - Method in class java.awt.event.MouseMotionAdapter
-
Invoked when the mouse button has been moved on a component
(with no buttons no down).
- mouseMoved(MouseEvent) - Method in interface java.awt.event.MouseMotionListener
-
Invoked when the mouse cursor has been moved onto a component
but no buttons have been pushed.
- mousePressed(MouseEvent) - Method in class java.awt.event.MouseAdapter
-
Invoked when a mouse button has been pressed on a component.
- mousePressed(MouseEvent) - Method in interface java.awt.event.MouseListener
-
Invoked when a mouse button has been pressed on a component.
- mouseReleased(MouseEvent) - Method in class java.awt.event.MouseAdapter
-
Invoked when a mouse button has been released on a component.
- mouseReleased(MouseEvent) - Method in interface java.awt.event.MouseListener
-
Invoked when a mouse button has been released on a component.
- MouseWheelEvent - Class in java.awt.event
-
An event which indicates that the mouse wheel was rotated in a component.
- MouseWheelEvent(Component, int, long, int, int, int, int, boolean, int, int, int) - Constructor for class java.awt.event.MouseWheelEvent
-
Constructs a MouseWheelEvent
object with the
specified source component, type, modifiers, coordinates,
scroll type, scroll amount, and wheel rotation.
- MouseWheelEvent(Component, int, long, int, int, int, int, int, int, boolean, int, int, int) - Constructor for class java.awt.event.MouseWheelEvent
-
Constructs a MouseWheelEvent
object with the
specified source component, type, modifiers, coordinates,
absolute coordinates, scroll type, scroll amount, and wheel rotation.
- MouseWheelEvent(Component, int, long, int, int, int, int, int, int, boolean, int, int, int, double) - Constructor for class java.awt.event.MouseWheelEvent
-
Constructs a MouseWheelEvent
object with the specified
source component, type, modifiers, coordinates, absolute coordinates,
scroll type, scroll amount, and wheel rotation.
- MouseWheelListener - Interface in java.awt.event
-
The listener interface for receiving mouse wheel events on a component.
- mouseWheelMoved(MouseWheelEvent) - Method in class java.awt.event.MouseAdapter
-
Invoked when the mouse wheel is rotated.
- mouseWheelMoved(MouseWheelEvent) - Method in interface java.awt.event.MouseWheelListener
-
Invoked when the mouse wheel is rotated.
- move(Path, Path, CopyOption...) - Static method in class java.nio.file.Files
-
Move or rename a file to a target file.
- move(T, SecureDirectoryStream<T>, T) - Method in interface java.nio.file.SecureDirectoryStream
-
Move a file from this directory to another directory.
- move(Path, Path, CopyOption...) - Method in class java.nio.file.spi.FileSystemProvider
-
Move or rename a file to a target file.
- moveDown() - Method in class com.codename1.maps.MapComponent
-
move the map 25% down
- moveLeft() - Method in class com.codename1.maps.MapComponent
-
move the map 25% left
- 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
-
Returns a BigDecimal
which is equivalent to this one
with the decimal point moved n
places to the right.
- moveRight() - Method in class com.codename1.maps.MapComponent
-
move the map 25% right
- moveToCurrentRow() - Method in interface java.sql.ResultSet
-
Moves the cursor to the remembered cursor position, usually the
current row.
- moveToInsertRow() - Method in interface java.sql.ResultSet
-
Moves the cursor to the insert row.
- moveUp() - Method in class com.codename1.maps.MapComponent
-
move the map 25% up
- msg - Variable in class com.codename1.io.gzip.ZStream
-
Deprecated.
- MultiButton - Class in com.codename1.components
-
A powerful button like component that allows multiple rows/and an icon to be added
every row/icon can have its own UIID.
- MultiButton() - Constructor for class com.codename1.components.MultiButton
-
Default constructor allowing the designer to create an instance of this class
- MulticastChannel - Interface in java.nio.channels
-
A network channel that supports Internet Protocol (IP) multicasting.
- 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.
- MULTILINE - Static variable in class java.util.regex.Pattern
-
Enables multiline mode.
- MultiList - Class in com.codename1.ui.list
-
A list with a multi-button renderer by default
- MultiList() - Constructor for class com.codename1.ui.list.MultiList
-
Constructor for the GUI builder
- MultipartRequest - Class in com.codename1.io
-
A multipart post request allows a developer to submit large binary data
files to the server in a post request
- MultipartRequest() - Constructor for class com.codename1.io.MultipartRequest
-
Initialize variables
- multipliedBy(int) - Method in interface java.time.chrono.ChronoPeriod
-
Returns a new instance with each amount in this period in this period
multiplied by the specified scalar.
- multipliedBy(long) - Method in class java.time.Duration
-
Returns a copy of this duration multiplied by the scalar.
- multipliedBy(int) - Method in class java.time.Period
-
Returns a new instance with each element in this period multiplied
by the specified scalar.
- multiply(BigDecimal) - Method in class java.math.BigDecimal
-
Returns a BigDecimal
whose value is (this ×
multiplicand), and whose scale is (this.scale() +
multiplicand.scale())
.
- multiply(BigDecimal, MathContext) - Method in class java.math.BigDecimal
-
Returns a BigDecimal
whose value is (this ×
multiplicand), with rounding according to the context settings.
- multiply(BigInteger) - Method in class java.math.BigInteger
-
Returns a BigInteger whose value is (this * val)
.
- multiply(int) - Method in class javax.xml.datatype.Duration
-
Computes a new duration whose value is factor
times
longer than the value of this duration.
- multiply(BigDecimal) - Method in class javax.xml.datatype.Duration
-
Computes a new duration whose value is factor
times
longer than the value of this duration.
- multiplyExact(int, int) - Static method in class java.lang.Math
-
Returns the product of the arguments,
throwing an exception if the result overflows an int
.
- multiplyExact(long, long) - Static method in class java.lang.Math
-
Returns the product of the arguments,
throwing an exception if the result overflows a long
.
- multiplyExact(int, int) - Static method in class java.lang.StrictMath
-
Returns the product of the arguments,
throwing an exception if the result overflows an int
.
- multiplyExact(long, long) - Static method in class java.lang.StrictMath
-
Returns the product of the arguments,
throwing an exception if the result overflows a long
.
- MUSICAL_SYMBOLS - Static variable in class java.lang.Character.UnicodeBlock
-
Constant for the "Musical Symbols" Unicode character block.
- MutableCallSite - Class in java.lang.invoke
-
A
MutableCallSite
is a
CallSite
whose target variable
behaves like an ordinary field.
- MutableCallSite(MethodType) - Constructor for class java.lang.invoke.MutableCallSite
-
Creates a blank call site object with the given method type.
- MutableCallSite(MethodHandle) - Constructor for class java.lang.invoke.MutableCallSite
-
Creates a call site object with an initial target method handle.
- mutableCopy_ - Variable in class com.sun.lwuit.IndexedImage
-
Deprecated.
- MutationEvent - Interface in org.w3c.dom.events
-
The MutationEvent
interface provides specific contextual
information associated with Mutation events.
- MYANMAR - Static variable in class java.lang.Character.UnicodeBlock
-
Constant for the "Myanmar" Unicode character block.
- MYANMAR_EXTENDED_A - Static variable in class java.lang.Character.UnicodeBlock
-
Constant for the "Myanmar Extended-A" Unicode character block.
- mydeflater - Variable in class com.codename1.io.gzip.DeflaterOutputStream
-
- myinflater - Variable in class com.codename1.io.gzip.InflaterInputStream
-
- myremoveCommands(Command, Command, Command) - Method in class com.sun.lwuit.TextField
-
public version of removeCommands function