Searched refs:existingElement (Results 1 – 2 of 2) sorted by relevance
72 public void update(E existingElement); in update() argument231 Pinnable<E> existingElement = null; in swapLeast() local237 existingElement = mElements.get(newKey); in swapLeast()240 if (existingElement != null) { in swapLeast()241 swapper.update(existingElement.getElement()); in swapLeast()
480 public void update(CapturedImage existingElement) {481 existingElement.addMetadata(newMetadata);510 public void update(CapturedImage existingElement) {511 existingElement.addImage(newImage);