Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for getPreviousInWriteQueue (0.1 sec)

  1. android/guava/src/com/google/common/cache/ReferenceEntry.java

      /** Sets the next entry in the write queue. */
      void setNextInWriteQueue(ReferenceEntry<K, V> next);
    
      /** Returns the previous entry in the write queue. */
      ReferenceEntry<K, V> getPreviousInWriteQueue();
    
      /** Sets the previous entry in the write queue. */
      void setPreviousInWriteQueue(ReferenceEntry<K, V> previous);
    Registered: Fri Nov 01 12:43:10 UTC 2024
    - Last Modified: Tue Jun 15 18:00:07 UTC 2021
    - 3.5K bytes
    - Viewed (0)
Back to top