Searched defs:mapOf (Results 1 – 2 of 2) sorted by relevance
170 public static <K, V> Map<K, V> mapOf(Pair<K, V>... pairs) { in mapOf() method in CryptoTestUtils
53 private static <K, V> Map<K, V> mapOf(Object... keyValuePairs) { in mapOf() method in SignedConfigTest