- testAdd
void testAdd()
 Tests {@link MultiMap#add(string, Object)}
- testAddValues_List
void testAddValues_List()
 Tests {@link MultiMap#addValues(string, List)}
- testAddValues_List_Empty
void testAddValues_List_Empty()
 Tests {@link MultiMap#addValues(string, List)}
- testAddValues_StringArray
void testAddValues_StringArray()
 Tests {@link MultiMap#addValues(string, Object[])}
- testAddValues_StringArray_Empty
void testAddValues_StringArray_Empty()
 Tests {@link MultiMap#addValues(string, Object[])}
- testBasicOperations
void testBasicOperations()
 Undocumented in source. Be warned that the author may not have intended to support it.
- testClear
void testClear()
 Tests {@link MultiMap#clear()}
- testContainsKey
void testContainsKey()
 Tests {@link MultiMap#containsKey(Object)}
- testContainsSimpleValue
void testContainsSimpleValue()
 Tests {@link MultiMap#containsSimpleValue(Object)}
- testContainsValue
void testContainsValue()
 Tests {@link MultiMap#containsValue(Object)}
- testPut
void testPut()
 Tests {@link MultiMap#put(Object, Object)}
- testPutAll_Map
void testPutAll_Map()
 Tests {@link MultiMap#putAll(java.util.Map)}
- testPutAll_MultiMapComplex
void testPutAll_MultiMapComplex()
 Tests {@link MultiMap#putAll(java.util.Map)}
- testPutAll_MultiMap_Simple
void testPutAll_MultiMap_Simple()
 Tests {@link MultiMap#putAll(java.util.Map)}
- testPutValues_List
void testPutValues_List()
 Tests {@link MultiMap#putValues(string, List)}
- testPutValues_StringArray
void testPutValues_StringArray()
 Undocumented in source. Be warned that the author may not have intended to support it.
- testPutValues_VarArgs
void testPutValues_VarArgs()
 Undocumented in source. Be warned that the author may not have intended to support it.
- testPut_Null_List
void testPut_Null_List()
 Tests {@link MultiMap#put(Object, Object)}
- testPut_Null_String
void testPut_Null_String()
 Tests {@link MultiMap#put(Object, Object)}
- testPut_Replace
void testPut_Replace()
 Tests {@link MultiMap#put(Object, Object)}
- testRemoveValue
void testRemoveValue()
 Tests {@link MultiMap#removeValue(string, Object)}
- testRemoveValue_AllItems
void testRemoveValue_AllItems()
 Tests {@link MultiMap#removeValue(string, Object)}
- testRemoveValue_FromEmpty
void testRemoveValue_FromEmpty()
 Tests {@link MultiMap#removeValue(string, Object)}
- testRemoveValue_InvalidItem
void testRemoveValue_InvalidItem()
 Tests {@link MultiMap#removeValue(string, Object)}
- testToString
void testToString()
 Tests {@link MultiMap#toString()}