Package net.serenitybdd.core.collect
Class NewMap
java.lang.Object
net.serenitybdd.core.collect.NewMap
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic <K,V> Map<K, V> static <K,V> HashMap<K, V> static <K,V> Map<K, V> of(K k1, V v1) static <K,V> Map<K, V> of(K k1, V v1, K k2, V v2) static <K,V> Map<K, V> of(K k1, V v1, K k2, V v2, K k3, V v3) static <K,V> Map<K, V> of(K k1, V v1, K k2, V v2, K k3, V v3, K k4, V v4) static <K,V> Map<K, V> of(K k1, V v1, K k2, V v2, K k3, V v3, K k4, V v4, K k5, V v5)
-
Constructor Details
-
NewMap
public NewMap()
-
-
Method Details
-
newHashMap
-
copyOf
-
of
-
of
-
of
-
of
-
of
-