Searched defs:getEntry (Results 1 - 6 of 6) sorted by relevance

/libcore/luni/src/main/java/java/util/
H A DWeakHashMap.java281 return getEntry(key) != null;
319 Entry<?, ?> entry = getEntry(((Map.Entry<?, ?>) object)
476 Entry<K, V> getEntry(Object key) { method in class:WeakHashMap
H A DIdentityHashMap.java175 .getEntry(position);
231 .getEntry(((Map.Entry) object).getKey());
390 private IdentityHashMapEntry<K, V> getEntry(Object key) { method in class:IdentityHashMap
397 return getEntry(index);
408 private IdentityHashMapEntry<K, V> getEntry(int index) { method in class:IdentityHashMap
/libcore/luni/src/main/java/java/util/jar/
H A DJarFile.java275 return (JarEntry) getEntry(name);
413 public ZipEntry getEntry(String name) { method in class:JarFile
414 ZipEntry ze = super.getEntry(name);
/libcore/luni/src/main/java/java/util/zip/
H A DZipFile.java41 * {@link #getEntry} to look up multiple files by name, you get the benefit of this index.
275 public ZipEntry getEntry(String entryName) { method in class:ZipFile
300 entry = getEntry(entry.getName());
/libcore/luni/src/main/java/java/security/
H A DKeyStore.java637 public final Entry getEntry(String alias, ProtectionParameter param) method in class:KeyStore
/libcore/benchmarks/libs/
H A Dcaliper.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/caliper/ com/google/caliper/AllocationMeasurer ...

Completed in 359 milliseconds