Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 2 of 2 for StandardDescendingMap (0.08 sec)

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

       * override the {@code entryIterator()} method of this class.
       *
       * @since 12.0
       */
      protected class StandardDescendingMap extends Maps.DescendingMap<K, V> {
        /** Constructor for use by subclasses. */
        public StandardDescendingMap() {}
    
        @Override
        NavigableMap<K, V> forward() {
          return ForwardingNavigableMap.this;
        }
    
        @Override
    Registered: Fri Sep 05 12:43:10 UTC 2025
    - Last Modified: Sun Dec 22 03:38:46 UTC 2024
    - 14.1K bytes
    - Viewed (0)
  2. guava/src/com/google/common/collect/ForwardingNavigableMap.java

       * override the {@code entryIterator()} method of this class.
       *
       * @since 12.0
       */
      protected class StandardDescendingMap extends Maps.DescendingMap<K, V> {
        /** Constructor for use by subclasses. */
        public StandardDescendingMap() {}
    
        @Override
        NavigableMap<K, V> forward() {
          return ForwardingNavigableMap.this;
        }
    
        @Override
    Registered: Fri Sep 05 12:43:10 UTC 2025
    - Last Modified: Sun Dec 22 03:38:46 UTC 2024
    - 14.3K bytes
    - Viewed (0)
Back to top