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

M

M - Static variable in class propel.core.common.CONSTANT
The M letter
m - Static variable in class propel.core.common.CONSTANT
The m letter
mapKeySelector(Map.Entry<K, V>) - Static method in class propel.core.functional.projections.Tuples
Calls getKey() on map entries specified
MapMultimap<T extends java.lang.Comparable<? super T>,K extends java.lang.Comparable<? super K>,V> - Class in propel.core.collections.maps.multi
A type-aware implementation of a Map of Maps.
MapMultimap() - Constructor for class propel.core.collections.maps.multi.MapMultimap
 
MapMultimap(Class<?>, Class<?>, Class<?>) - Constructor for class propel.core.collections.maps.multi.MapMultimap
 
MapUtils - Class in propel.core.utils
TODO: implement
MapUtils() - Constructor for class propel.core.utils.MapUtils
 
mapValueSelector(Map.Entry<K, V>) - Static method in class propel.core.functional.projections.Tuples
Calls getValue() on map entries specified
match(byte[], MatchType, byte[]) - Static method in class propel.core.utils.ByteArrayUtils
Allows for matching a byte[] to another, using Equals, StartsWith, EndsWith or Contains matching types.
match(T) - Method in class propel.core.utils.Matcher
Returns the first match based on the given input.
match(String, MatchType, String, StringComparison) - Static method in class propel.core.utils.StringUtils
Allows for matching a string to another, using Equals, StartsWith, EndsWith or Contains and a string comparison.
match(String, MatchType, String, Locale, Collator, boolean) - Static method in class propel.core.utils.StringUtils
Allows for matching a string to another, using Equals, StartsWith, EndsWith or Contains and a string comparison.
Matcher<T,TResult> - Class in propel.core.utils
Class allows for matching, helps in reducing the usage of nested if-then-else statements.
Matcher() - Constructor for class propel.core.utils.Matcher
Default constructor
MatchType - Enum in propel.core.utils
Allows the selection of the matching method to be used
max(T[]) - Static method in class propel.core.utils.Linq
Returns the maximum of the given values.
max(int[]) - Static method in class propel.core.utils.Linq
Returns the maximum of the given values.
max(long[]) - Static method in class propel.core.utils.Linq
Returns the maximum of the given values.
MAX_STACK_FRAMES - Static variable in class propel.core.common.StackTraceLogger
 
MAX_VALUE - Static variable in class propel.core.userTypes.Int128
 
MAX_VALUE - Static variable in class propel.core.userTypes.SignedByte
 
MAX_VALUE - Static variable in class propel.core.userTypes.UnsignedByte
 
MAX_VALUE - Static variable in class propel.core.userTypes.UnsignedInteger
 
MAX_VALUE - Static variable in class propel.core.userTypes.UnsignedLong
 
MAX_VALUE - Static variable in class propel.core.userTypes.UnsignedShort
 
maxOccurring(T[]) - Static method in class propel.core.utils.Linq
Returns the item with the most occurrences in the given array.
maxOccurring(T[], Comparator<? super T>) - Static method in class propel.core.utils.Linq
Returns the item with the most occurrences in the given array.
maxOccurring(Iterable<T>) - Static method in class propel.core.utils.Linq
Returns the item with the most occurrences in the given iterable.
maxOccurring(Iterable<T>, Comparator<? super T>) - Static method in class propel.core.utils.Linq
Returns the item with the most occurrences in the given iterable.
MemberInfo - Class in propel.core.utils
A class encapsulating a member, i.e.
MemberInfo(PropertyInfo) - Constructor for class propel.core.utils.MemberInfo
Initializes with property information.
MemberInfo(Method) - Constructor for class propel.core.utils.MemberInfo
Initializes with method information.
MemberInfo(Constructor<?>) - Constructor for class propel.core.utils.MemberInfo
Initializes with constructor information.
MemberInfo(Field) - Constructor for class propel.core.utils.MemberInfo
Initializes with field information.
min(T[]) - Static method in class propel.core.utils.Linq
Returns the minimum of the given values.
min(int[]) - Static method in class propel.core.utils.Linq
Returns the minimum of the given values.
min(long[]) - Static method in class propel.core.utils.Linq
Returns the minimum of the given values.
MIN_VALUE - Static variable in class propel.core.userTypes.Int128
 
MIN_VALUE - Static variable in class propel.core.userTypes.SignedByte
 
MIN_VALUE - Static variable in class propel.core.userTypes.UnsignedByte
 
MIN_VALUE - Static variable in class propel.core.userTypes.UnsignedInteger
 
MIN_VALUE - Static variable in class propel.core.userTypes.UnsignedLong
 
MIN_VALUE - Static variable in class propel.core.userTypes.UnsignedShort
 
minOccurring(T[]) - Static method in class propel.core.utils.Linq
Returns the item with the least occurrences in the given array.
minOccurring(T[], Comparator<? super T>) - Static method in class propel.core.utils.Linq
Returns the item with the least occurrences in the given array.
minOccurring(Iterable<T>) - Static method in class propel.core.utils.Linq
Returns the item with the least occurrences in the given iterable.
minOccurring(Iterable<T>, Comparator<? super T>) - Static method in class propel.core.utils.Linq
Returns the item with the least occurrences in the given iterable.
MINUS_SIGN - Static variable in class propel.core.common.CONSTANT
The minus sign String "-"
MINUS_SIGN_CHAR - Static variable in class propel.core.common.CONSTANT
The minus sign char '-'
MiscProjections - Class in propel.core.functional.projections
Some common, re-usable projections (miscellaneous)
ModuloCounter - Class in propel.core.counters
Class providing modulo counter functionality.
ModuloCounter() - Constructor for class propel.core.counters.ModuloCounter
Default constructor, initializes with default minimum and maximum bounds.
ModuloCounter(long) - Constructor for class propel.core.counters.ModuloCounter
Initializes counter with a specified maximum value.
ModuloCounter(long, long) - Constructor for class propel.core.counters.ModuloCounter
Initializes counter with a specified maximum value and minimum value.
moveFile(File, String) - Static method in class propel.core.functional.projections.Files
Action that moves a file from an absolute file path to another
moveFile(File, String) - Static method in class propel.core.utils.FileUtils
Moves a file from source to destination
moveFile(String, String) - Static method in class propel.core.utils.FileUtils
Moves a file from source to destination
MultiInitGuard - Class in propel.core.initialisation
Thread-safe lock-free guard, allows components to check whether they have initialised prior to being used.
MultiInitGuard(Class<?>) - Constructor for class propel.core.initialisation.MultiInitGuard
Constructor initialises with the owner of this guard
MultiInitGuard(String) - Constructor for class propel.core.initialisation.MultiInitGuard
Constructor initialises with the owner of this guard
MULTIPLICATION_SIGN - Static variable in class propel.core.common.CONSTANT
The multiplication sign String "×"
MULTIPLICATION_SIGN_CHAR - Static variable in class propel.core.common.CONSTANT
The multiplication sign char '×'
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