Searched refs:SingletonMap (Results 1 – 2 of 2) sorted by relevance
5303 return new SingletonMap<>(key, value);5309 private static class SingletonMap<K,V>5320 SingletonMap(K key, V value) {
2024 private static class SingletonMap<K, V> extends java.util.AbstractMap<K, V> class in Collections2027 SingletonMap(K key, V value) { in SingletonMap() method in Collections.SingletonMap