- Sort Score
- Result 10 results
- Languages All
Results 1 - 1 of 1 for getNextInWriteQueue (0.07 sec)
-
android/guava/src/com/google/common/cache/ReferenceEntry.java
/** Sets the entry write time in ns. */ @SuppressWarnings("GoodTime") // b/122668874 void setWriteTime(long time); /** Returns the next entry in the write queue. */ ReferenceEntry<K, V> getNextInWriteQueue(); /** Sets the next entry in the write queue. */ void setNextInWriteQueue(ReferenceEntry<K, V> next); /** Returns the previous entry in the write queue. */
Registered: Fri Sep 05 12:43:10 UTC 2025 - Last Modified: Tue Feb 11 18:34:30 UTC 2025 - 3.5K bytes - Viewed (0)