Searched defs:singletonMap (Results 1 – 4 of 4) sorted by relevance
209 Map<Integer,Integer> singletonMap = singletonMap(1,2); in realMain() local1477 final Map singletonMap = new HashMap(); in testNavigableMapRemovers() local
150 …@libcore.util.NullFromTypeParam K, @libcore.util.NullFromTypeParam V> singletonMap(@libcore.util.N… in singletonMap() method in Collections
157 public static <K, V> java.util.Map<K,V> singletonMap(K key, V value) { throw new RuntimeException("… 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