Home | History | Annotate | Download | only in cache

Lines Matching defs:valueReferenceQueue

393             ? new SoftValueReference<K, V>(segment.valueReferenceQueue, value, entry)
395 segment.valueReferenceQueue, value, entry, weight);
409 ? new WeakValueReference<K, V>(segment.valueReferenceQueue, value, entry)
411 segment.valueReferenceQueue, value, entry, weight);
2105 final ReferenceQueue<V> valueReferenceQueue;
2147 valueReferenceQueue = map.usesValueReferences()
2185 newEntry.setValueReference(valueReference.copyFor(this.valueReferenceQueue, newEntry));
2529 while ((ref = valueReferenceQueue.poll()) != null) {
2556 while (valueReferenceQueue.poll() != null) {}