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

/libcore/ojluni/src/main/java/java/util/
H A DHashMap.java809 * @param movable if false do not move other nodes while removing
813 boolean matchValue, boolean movable) {
839 ((TreeNode<K,V>)node).removeTreeNode(this, tab, movable);
2028 boolean movable) {
2118 if (movable)
812 removeNode(int hash, Object key, Object value, boolean matchValue, boolean movable) argument
2027 removeTreeNode(HashMap<K,V> map, Node<K,V>[] tab, boolean movable) argument

Completed in 80 milliseconds