@Override public boolean remove(Object key, Object value) { return removeNode(hash(key), key, value, true, true) != null; }