Index
All Classes and Interfaces|All Packages|Serialized Form
M
- ManyToManyMap<K,
V> - Class in com.github.tadukoo.util.map -
This class relates keys to values, but allows for a many-to-many relationship of keys to values.
- ManyToManyMap(MultiMap<K, V>, MultiMap<V, K>) - Constructor for class com.github.tadukoo.util.map.ManyToManyMap
-
Sets the backing
MultiMap
s for this ManyToManyMap. - ManyToManyMap(MultiMap<K, V>, MultiMap<V, K>, ManyToManyMap<K, V>) - Constructor for class com.github.tadukoo.util.map.ManyToManyMap
- ManyToManyMap(MultiMap<K, V>, MultiMap<V, K>, MultiMap<K, V>) - Constructor for class com.github.tadukoo.util.map.ManyToManyMap
- ManyToManyMap(MultiMap<K, V>, MultiMap<V, K>, Pair<K, V>...) - Constructor for class com.github.tadukoo.util.map.ManyToManyMap
-
Sets the backing
MultiMap
s for this ManyToManyMap and callsManyToManyMap.putAllKeyValMappings(Pair[])
for the given key-value Pairs. - ManyToManyMap(MultiMap<K, V>, MultiMap<V, K>, Map<K, V>) - Constructor for class com.github.tadukoo.util.map.ManyToManyMap
- ManyToManyMapUtil - Class in com.github.tadukoo.util.map
-
Util functions for dealing with
ManyToManyMap
s. - ManyToManyMapUtil() - Constructor for class com.github.tadukoo.util.map.ManyToManyMapUtil
-
Not allowed to make a ManyToManyMapUtil
- map - Variable in class com.github.tadukoo.util.dictionary.AbstractDictionary
-
The Map containing the valid words for this Dictionary
- map - Variable in class com.github.tadukoo.util.pojo.AbstractMappedPojo
-
The map containing the items in this pojo
- MappedPojo - Interface in com.github.tadukoo.util.pojo
-
Represents a Pojo that holds its values in a Map.
- MapUtil - Class in com.github.tadukoo.util.map
-
Util functions for dealing with
Map
s. - MapUtil() - Constructor for class com.github.tadukoo.util.map.MapUtil
-
Not allowed to make a MapUtil
- message - Variable in class com.github.tadukoo.util.event.Event
-
The message for the Event
- middle - Variable in class com.github.tadukoo.util.tuple.Triple
-
The middle item in the tuple
- MonthUtil - Class in com.github.tadukoo.util.time
-
Month Util provides utilities for dealing with
Month
s. - MonthUtil() - Constructor for class com.github.tadukoo.util.time.MonthUtil
-
Can't create a MonthUtil
- MultiMap<K,
V> - Class in com.github.tadukoo.util.map -
This class relates keys to values, but allows for one key to reference multiple values.
- MultiMap(Map<K, List<V>>) - Constructor for class com.github.tadukoo.util.map.MultiMap
-
Sets the backing
Map
for this MultiMap. - MultiMap(Map<K, List<V>>, MultiMap<K, V>) - Constructor for class com.github.tadukoo.util.map.MultiMap
- MultiMap(Map<K, List<V>>, Pair<K, V>...) - Constructor for class com.github.tadukoo.util.map.MultiMap
-
Sets the backing
Map
for this MultiMap and callsMultiMap.putAll(Pair[])
for the given Pair entries. - MultiMap(Map<K, List<V>>, Map<K, V>) - Constructor for class com.github.tadukoo.util.map.MultiMap
- MultiMapUtil - Class in com.github.tadukoo.util.map
-
Util functions for dealing with
MultiMap
s. - MultiMapUtil() - Constructor for class com.github.tadukoo.util.map.MultiMapUtil
-
Not allowed to make a MultiMapUtil
All Classes and Interfaces|All Packages|Serialized Form