Searched defs:Entry (Results 1 – 7 of 7) sorted by relevance
| /libcore/luni/src/main/java/java/util/ |
| D | EnumMap.java | 51 private static class Entry<KT extends Enum<KT>, VT> extends class in EnumMap 57 Entry(KT theKey, VT theValue, EnumMap<KT, VT> em) { in Entry() method in EnumMap.Entry
|
| D | WeakHashMap.java | 56 private static final class Entry<K, V> extends WeakReference<K> implements class in WeakHashMap 70 Entry(K key, V object, ReferenceQueue<K> queue) { in Entry() method in WeakHashMap.Entry
|
| D | Map.java | 36 public static interface Entry<K,V> { interface
|
| D | TreeMap.java | 363 Node<K, V> findByEntry(Entry<?, ?> entry) { in findByEntry() argument
|
| /libcore/luni/src/main/java/libcore/net/http/ |
| D | HttpResponseCache.java | 314 private static final class Entry { class in HttpResponseCache 369 public Entry(InputStream in) throws IOException { in Entry() method in HttpResponseCache.Entry 405 public Entry(URI uri, RawHeaders varyHeaders, HttpURLConnection httpConnection) { in Entry() method in HttpResponseCache.Entry
|
| /libcore/luni/src/main/java/libcore/io/ |
| D | DiskLruCache.java | 792 private final class Entry { class in DiskLruCache 807 private Entry(String key) { in Entry() method in DiskLruCache.Entry
|
| /libcore/luni/src/main/java/java/security/ |
| D | KeyStore.java | 1078 public static interface Entry { interface in KeyStore
|