Tells whether or not this string matches the given
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.
max - Variable in class de.toem.impulse.cells.view.AxisConfiguration
MAX - Static variable in class de.toem.impulse.domain.DomainValue
max(DomainValue, DomainValue) - Static method in class de.toem.impulse.domain.DomainValue
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_CODE_POINT - Static variable in class java.lang.Character
MAX_DATA - Static variable in interface de.toem.impulse.samples.ISample
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_LAYERS - Static variable in interface de.toem.impulse.samples.ISample
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_SAMPLE_SIZE - Static variable in interface de.toem.impulse.samples.ISample
MAX_SCALE - Static variable in interface de.toem.impulse.samples.ISample
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_VALUE - Static variable in class java.lang.Byte
A constant holding the maximum value a byte
can
have, 27-1.
MAX_VALUE - Static variable in class java.lang.Character
The constant value of this field is the largest value of type
char
, '\uFFFF'
.
MAX_VALUE - Static variable in class java.lang.Double
A constant holding the largest positive finite value of type
double
,
(2-2-52)·21023.
MAX_VALUE - Static variable in class java.lang.Float
A constant holding the largest positive finite value of type
float
, (2-2-23)·2127.
MAX_VALUE - Static variable in class java.lang.Integer
A constant holding the maximum value an int
can
have, 231-1.
MAX_VALUE - Static variable in class java.lang.Long
A constant holding the maximum value a long
can
have, 263-1.
MAX_VALUE - Static variable in class java.lang.Short
A constant holding the maximum value a short
can
have, 215-1.
maxMemory() - Method in class java.lang.Runtime
Returns the maximum amount of memory that the Java virtual machine will
attempt to use.
MEETEI_MAYEK - Static variable in class java.lang.Character.UnicodeBlock
Constant for the "Meetei Mayek" Unicode character block.
MemberDescriptor - Class in de.toem.impulse.values
A StructMemberDescriptor is a struct member without a value or packed data.
MemberDescriptor() - Constructor for class de.toem.impulse.values.MemberDescriptor
MemberDescriptor(String, int, String, int) - Constructor for class de.toem.impulse.values.MemberDescriptor
Creates a new member descriptor.
membersWithContent(String) - Method in interface de.toem.impulse.samples.IReadableMembers
Returns the member identifier of the first member providing content 'content'.
membersWithContent(String) - Method in interface de.toem.impulse.samples.IReadableSamples
Returns tall member identifiers with members that have contains the given content.
membersWithContent(String) - Method in class de.toem.impulse.values.CompoundValue
membersWithContent(String) - Method in class de.toem.impulse.values.Struct
membersWithContent(String) - Method in class de.toem.impulse.values.Transaction
Message - Class in de.toem.impulse.cells.record
Message() - Constructor for class de.toem.impulse.cells.record.Message
Message(String, int, String) - Constructor for class de.toem.impulse.cells.record.Message
message - Variable in class de.toem.impulse.cells.record.Message
min - Variable in class de.toem.impulse.cells.view.AxisConfiguration
MIN - Static variable in class de.toem.impulse.domain.DomainValue
min(DomainValue, DomainValue) - Static method in class de.toem.impulse.domain.DomainValue
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_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_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_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.
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
).
MODE_LEFT_FAST - Static variable in interface de.toem.impulse.paint.IPaint
MODE_LEFT_MED - Static variable in interface de.toem.impulse.paint.IPaint
MODE_LEFT_SLOW - Static variable in interface de.toem.impulse.paint.IPaint
MODE_LOOSE - Static variable in interface de.toem.impulse.paint.IPaint
MODE_RESIZE - Static variable in interface de.toem.impulse.paint.IPaint
MODE_RIGHT_FAST - Static variable in interface de.toem.impulse.paint.IPaint
MODE_RIGHT_MED - Static variable in interface de.toem.impulse.paint.IPaint
MODE_RIGHT_SLOW - Static variable in interface de.toem.impulse.paint.IPaint
MODE_STRICT - Static variable in interface de.toem.impulse.paint.IPaint
MODE_ZOOM - Static variable in interface de.toem.impulse.paint.IPaint
modified(ElementModifierEvent) - Method in interface de.toem.pattern.element.IElement
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.
modifierNotification(ElementModifierEvent) - Method in interface de.toem.pattern.element.IElementModifierListener
modifyDomainBase(IDomainBase) - Method in interface de.toem.impulse.samples.ISamplesEditor
modifyRange(long, long, long) - Method in interface de.toem.impulse.samples.ISamplesEditor
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).
MONGOLIAN - Static variable in class java.lang.Character.UnicodeBlock
Constant for the "Mongolian" Unicode character block.
mouseDoubleClick(int, int, int, int, IPaintItem, DomainValue) - Method in interface de.toem.impulse.paint.IPlotTreeMouseListener
Sent when a mouse button is pressed twice within the double click period.
mouseDown(int, int, int, int, IPaintItem, DomainValue) - Method in interface de.toem.impulse.paint.IPlotTreeMouseListener
Sent when a mouse button is pressed.
mouseHover(int, int, int, int, IPaintItem, DomainValue) - Method in interface de.toem.impulse.paint.IPlotTreeMouseListener
Sent when the mouse pointer hovers (that is, stops moving for an
(operating system specified) period of time) over a control.
mouseUp(int, int, int, int, IPaintItem, DomainValue) - Method in interface de.toem.impulse.paint.IPlotTreeMouseListener
Sent when a mouse button is released.
move(ICell, int) - Method in interface de.toem.pattern.element.ICell
moveItem(ITreeItem, int) - Method in interface de.toem.impulse.paint.ITreeItem
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.
MultiPlotConfiguration - Class in de.toem.impulse.cells.view
MultiPlotConfiguration() - Constructor for class de.toem.impulse.cells.view.MultiPlotConfiguration
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)
.
MUSICAL_SYMBOLS - Static variable in class java.lang.Character.UnicodeBlock
Constant for the "Musical Symbols" Unicode character block.
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.
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