Search Options

Display Count
Sort
Preferred Language
Advanced Search

Results 1 - 2 of 2 for setNextInWriteQueue (0.36 seconds)

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

      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. */
      ReferenceEntry<K, V> getPreviousInWriteQueue();
    
      /** Sets the previous entry in the write queue. */
    Created: Fri Apr 03 12:43:13 GMT 2026
    - Last Modified: Mon Feb 23 13:13:59 GMT 2026
    - 3.5K bytes
    - Click Count (0)
  2. android/guava/src/com/google/common/cache/ReferenceEntry.java

      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. */
      ReferenceEntry<K, V> getPreviousInWriteQueue();
    
      /** Sets the previous entry in the write queue. */
    Created: Fri Apr 03 12:43:13 GMT 2026
    - Last Modified: Mon Feb 23 13:13:59 GMT 2026
    - 3.5K bytes
    - Click Count (0)
Back to Top