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

/libcore/luni/src/main/java/java/util/
H A DWeakHashMap.java280 return getEntry(key) != null;
318 Entry<?, ?> entry = getEntry(((Map.Entry<?, ?>) object)
495 Entry<K, V> getEntry(Object key) { method in class:WeakHashMap
H A DIdentityHashMap.java175 .getEntry(position);
231 .getEntry(((Map.Entry) object).getKey());
391 private IdentityHashMapEntry<K, V> getEntry(Object key) { method in class:IdentityHashMap
398 return getEntry(index);
409 private IdentityHashMapEntry<K, V> getEntry(int index) { method in class:IdentityHashMap
/libcore/luni/src/main/java/java/util/jar/
H A DJarFile.java268 return (JarEntry) getEntry(name);
411 public ZipEntry getEntry(String name) { method in class:JarFile
412 ZipEntry ze = super.getEntry(name);
/libcore/luni/src/main/java/java/util/zip/
H A DZipFile.java223 public ZipEntry getEntry(String entryName) { method in class:ZipFile
248 entry = getEntry(entry.getName());
/libcore/luni/src/main/java/java/security/
H A DKeyStore.java636 public final Entry getEntry(String alias, ProtectionParameter param) method in class:KeyStore

Completed in 239 milliseconds