Searched refs:strip (Results 1 - 1 of 1) sorted by relevance

/libcore/ojluni/src/main/java/sun/misc/
H A DSoftCache.java135 private static Object strip(Object val, boolean drop) { method in class:SoftCache.ValueCell
242 return ValueCell.strip(hash.get(key), false) != null;
295 return ValueCell.strip(v, false);
315 return ValueCell.strip(hash.put(key, vc), true);
329 return ValueCell.strip(hash.remove(key), true);

Completed in 29 milliseconds