mirror of
https://github.com/apache/commons-collections.git
synced 2025-02-09 11:35:28 +00:00
Javadoc
This commit is contained in:
parent
28520b6152
commit
2c43a61770
@ -34,7 +34,7 @@ import org.apache.commons.collections4.collection.AbstractCollectionTest;
|
||||
import org.junit.jupiter.api.Test;
|
||||
|
||||
/**
|
||||
* Test ArrayListValuedHashMap
|
||||
* Tests {@link ArrayListValuedHashMap}.
|
||||
*/
|
||||
public class ArrayListValuedHashMapTest<K, V> extends AbstractMultiValuedMapTest<K, V> {
|
||||
|
||||
|
@ -32,7 +32,7 @@ import org.apache.commons.collections4.collection.AbstractCollectionTest;
|
||||
import org.junit.jupiter.api.Test;
|
||||
|
||||
/**
|
||||
* Test HashSetValuedHashMap
|
||||
* Tests {@link HashSetValuedHashMap}.
|
||||
*/
|
||||
public class HashSetValuedHashMapTest<K, V> extends AbstractMultiValuedMapTest<K, V> {
|
||||
|
||||
|
@ -31,7 +31,7 @@ import org.apache.commons.collections4.collection.TransformedCollectionTest;
|
||||
import org.junit.jupiter.api.Test;
|
||||
|
||||
/**
|
||||
* Tests for TransformedMultiValuedMap
|
||||
* Tests {@link TransformedMultiValuedMap}.
|
||||
*/
|
||||
public class TransformedMultiValuedMapTest<K, V> extends AbstractMultiValuedMapTest<K, V> {
|
||||
|
||||
|
@ -37,7 +37,7 @@ import org.apache.commons.collections4.collection.AbstractCollectionTest;
|
||||
import org.junit.jupiter.api.Test;
|
||||
|
||||
/**
|
||||
* Tests for UnmodifiableMultiValuedMap
|
||||
* Tests {@link UnmodifiableMultiValuedMap}.
|
||||
*/
|
||||
public class UnmodifiableMultiValuedMapTest<K, V> extends AbstractMultiValuedMapTest<K, V> {
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user