Index

A B C D E F G H I K L M N O P R S T U V W Z 
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 MultiMaps for this ManyToManyMap.
ManyToManyMap(MultiMap<K, V>, MultiMap<V, K>, ManyToManyMap<K, V>) - Constructor for class com.github.tadukoo.util.map.ManyToManyMap
Sets the backing MultiMaps for this ManyToManyMap and calls putAll for the given ManyToManyMap's entries.
ManyToManyMap(MultiMap<K, V>, MultiMap<V, K>, MultiMap<K, V>) - Constructor for class com.github.tadukoo.util.map.ManyToManyMap
Sets the backing MultiMaps for this ManyToManyMap and calls putAll for the given MultiMap's entries.
ManyToManyMap(MultiMap<K, V>, MultiMap<V, K>, Pair<K, V>...) - Constructor for class com.github.tadukoo.util.map.ManyToManyMap
Sets the backing MultiMaps for this ManyToManyMap and calls ManyToManyMap.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
Sets the backing MultiMaps for this ManyToManyMap and calls putAll for the given map's entries.
ManyToManyMapUtil - Class in com.github.tadukoo.util.map
Util functions for dealing with ManyToManyMaps.
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 Maps.
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 Months.
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
Sets the backing Map for this MultiMap and calls putAll for the given multiMap's entries.
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 calls MultiMap.putAll(Pair[]) for the given Pair entries.
MultiMap(Map<K, List<V>>, Map<K, V>) - Constructor for class com.github.tadukoo.util.map.MultiMap
Sets the backing Map for this MultiMap and calls putAll for the given otherMap's entries.
MultiMapUtil - Class in com.github.tadukoo.util.map
Util functions for dealing with MultiMaps.
MultiMapUtil() - Constructor for class com.github.tadukoo.util.map.MultiMapUtil
Not allowed to make a MultiMapUtil
A B C D E F G H I K L M N O P R S T U V W Z 
All Classes and Interfaces|All Packages|Serialized Form