Home | History | Annotate | Download | only in cache

Lines Matching defs:getKey

146       put(entry.getKey(), entry.getValue());
154 alertListenerIfPresent(entry.getKey(), entry.getValue().getValue(), RemovalCause.EXPLICIT);
491 ignored.getKey(),
561 return new WriteThroughEntry(lastEntry.getKey(), lastEntry.getValue().getValue());
582 LocalCache.this.remove(lastEntry.getKey(), lastEntry.getValue());
604 return iterator.next().getKey();
680 public K getKey() {
694 return key.equals(that.getKey()) && value.equals(that.getValue());
715 return getKey() + "=" + getValue();
810 Object key = e.getKey();
825 Object key = e.getKey();