Search Options

Display Count
Sort
Preferred Language
Advanced Search

Results 1 - 2 of 2 for standardDescendingKeySet (0.09 seconds)

  1. android/guava/src/com/google/common/collect/ForwardingNavigableMap.java

       * descendingMap}, you may wish to override {@code descendingKeySet} to forward to this
       * implementation.
       */
      protected NavigableSet<K> standardDescendingKeySet() {
        return descendingMap().navigableKeySet();
      }
    
      /**
       * A sensible definition of {@link #subMap(Object, Object)} in terms of {@link #subMap(Object,
    Created: Fri Dec 26 12:43:10 GMT 2025
    - Last Modified: Sun Dec 22 03:38:46 GMT 2024
    - 14.1K bytes
    - Click Count (0)
  2. guava/src/com/google/common/collect/ForwardingNavigableMap.java

       * descendingMap}, you may wish to override {@code descendingKeySet} to forward to this
       * implementation.
       */
      protected NavigableSet<K> standardDescendingKeySet() {
        return descendingMap().navigableKeySet();
      }
    
      /**
       * A sensible definition of {@link #subMap(Object, Object)} in terms of {@link #subMap(Object,
    Created: Fri Dec 26 12:43:10 GMT 2025
    - Last Modified: Sun Dec 22 03:38:46 GMT 2024
    - 14.3K bytes
    - Click Count (0)
Back to Top