Search Options

Display Count
Sort
Preferred Language
Advanced Search

Results 1 - 1 of 1 for UnmodifiableRowSortedMap (0.16 seconds)

  1. guava/src/com/google/common/collect/Tables.java

         */
        return new UnmodifiableRowSortedMap<>(table);
      }
    
      private static final class UnmodifiableRowSortedMap<
              R extends @Nullable Object, C extends @Nullable Object, V extends @Nullable Object>
          extends UnmodifiableTable<R, C, V> implements RowSortedTable<R, C, V> {
    
        UnmodifiableRowSortedMap(RowSortedTable<R, ? extends C, ? extends V> delegate) {
          super(delegate);
    Created: Fri Apr 03 12:43:13 GMT 2026
    - Last Modified: Sun Mar 08 16:16:42 GMT 2026
    - 25.3K bytes
    - Click Count (0)
Back to Top