Searched defs:singletonMap (Results 1 – 2 of 2) sorted by relevance
148 …@libcore.util.NullFromTypeParam K, @libcore.util.NullFromTypeParam V> singletonMap(@libcore.util.N… in singletonMap() method in Collections
343 public static <K, V> java.util.Map<K, V> singletonMap(K key, V value) { in singletonMap() method in Collections