Home | History | Annotate | Download | only in collect

Lines Matching defs:nextEvictable

1810     private ReferenceEntry<K, V> nextEvictable = nullEntry();
1814 return nextEvictable;
1819 this.nextEvictable = next;