Search Options

Display Count
Sort
Preferred Language
Advanced Search

Results 1 - 2 of 2 for TransformedEntriesSortedMap (0.28 seconds)

The search processing time has exceeded the limit. The displayed results may be partial.

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

        }
      }
    
      private static class TransformedEntriesSortedMap<
              K extends @Nullable Object, V1 extends @Nullable Object, V2 extends @Nullable Object>
          extends TransformedEntriesMap<K, V1, V2> implements SortedMap<K, V2> {
    
        protected SortedMap<K, V1> fromMap() {
          return (SortedMap<K, V1>) fromMap;
        }
    
        TransformedEntriesSortedMap(
    Created: Fri Dec 26 12:43:10 GMT 2025
    - Last Modified: Tue Sep 23 17:50:58 GMT 2025
    - 157.6K bytes
    - Click Count (0)
  2. guava/src/com/google/common/collect/Maps.java

        }
      }
    
      private static class TransformedEntriesSortedMap<
              K extends @Nullable Object, V1 extends @Nullable Object, V2 extends @Nullable Object>
          extends TransformedEntriesMap<K, V1, V2> implements SortedMap<K, V2> {
    
        protected SortedMap<K, V1> fromMap() {
          return (SortedMap<K, V1>) fromMap;
        }
    
        TransformedEntriesSortedMap(
    Created: Fri Dec 26 12:43:10 GMT 2025
    - Last Modified: Mon Nov 17 22:50:48 GMT 2025
    - 163.5K bytes
    - Click Count (0)
Back to Top