Home | History | Annotate | Download | only in collect

Lines Matching defs:previousEvictable

1822     private ReferenceEntry<K, V> previousEvictable = nullEntry();
1826 return previousEvictable;
1831 this.previousEvictable = previous;