Home
last modified time | relevance | path

Searched defs:SingletonMap (Results 1 – 1 of 1) sorted by relevance

/libcore/ojluni/annotations/hiddenapi/java/util/
DCollections.java2024 private static class SingletonMap<K, V> extends java.util.AbstractMap<K, V> class in Collections
2027 SingletonMap(K key, V value) { in SingletonMap() method in Collections.SingletonMap