Searched defs:removeEntry (Results 1 - 4 of 4) sorted by relevance

/dalvik/libcore/security/src/main/java/java/security/acl/
H A DAcl.java104 boolean removeEntry(Principal caller, AclEntry entry) method in interface:Acl
/dalvik/libcore/support/src/test/java/org/apache/harmony/security/tests/support/acl/
H A DAclImpl.java76 public synchronized boolean removeEntry(Principal principal, AclEntry aclentry) method in class:AclImpl
/dalvik/libcore/luni/src/main/java/java/util/
H A DWeakHashMap.java171 removeEntry(currentEntry);
570 removeEntry(toRemove);
574 void removeEntry(Entry<K, V> toRemove) { method in class:WeakHashMap
/dalvik/libcore/luni/src/main/java/org/apache/harmony/luni/util/
H A DTwoKeyHashMap.java129 Entry<E, K, V> e = removeEntry(key1, key2);
390 return removeEntry(((Entry) obj).getKey1(), ((Entry) obj).getKey2()) != null;
490 private final Entry<E, K, V> removeEntry(Object key1, Object key2) { method in class:TwoKeyHashMap

Completed in 1147 milliseconds