- MathLib - Class in javolution.lang
-
This utility class ensures cross-platform portability of the math
library.
- max(int, int) - Static method in class javolution.lang.MathLib
-
Returns the greater of two int
values.
- max(long, long) - Static method in class javolution.lang.MathLib
-
Returns the greater of two long
values.
- max(float, float) - Static method in class javolution.lang.MathLib
-
Returns the greater of two float
values.
- max(double, double) - Static method in class javolution.lang.MathLib
-
Returns the greater of two double
values.
- MAXIMUM_ALIGNMENT - Static variable in class javolution.io.Struct
-
Configurable holding the maximum wordSize in bytes
(default 4
).
- MAXIMUM_CONCURRENCY - Static variable in class javolution.context.ConcurrentContext
-
- Member(int, int) - Constructor for class javolution.io.Struct.Member
-
Base constructor for custom member types.
- MemoryArea - Class in javax.realtime
-
Stub for non-rtsj vms.
- min(int, int) - Static method in class javolution.lang.MathLib
-
Returns the smaller of two int
values.
- min(long, long) - Static method in class javolution.lang.MathLib
-
Returns the smaller of two long
values.
- min(float, float) - Static method in class javolution.lang.MathLib
-
Returns the smaller of two float
values.
- min(double, double) - Static method in class javolution.lang.MathLib
-
Returns the smaller of two double
values.
- minus(CharSet) - Method in class javolution.text.CharSet
-
Returns the character set containing the characters from this
character minus the characters from the character set specified.
- MutableList<E> - Class in javolution.util
-
- MutableList() - Constructor for class javolution.util.MutableList
-