Home | History | Annotate | Download | only in cache

Lines Matching defs:nextAccess

2537     private ReferenceEntry<K, V> nextAccess = nullEntry();
2541 return nextAccess;
2546 this.nextAccess = next;