Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 3 of 3 for columnMap (0.09 sec)

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

                      }
                    }),
                mutex);
          }
        }
    
        @Override
        public Map<C, Map<R, V>> columnMap() {
          synchronized (mutex) {
            return map(
                transformValues(
                    delegate().columnMap(),
                    new com.google.common.base.Function<Map<R, V>, Map<R, V>>() {
                      @Override
    Registered: Fri Nov 01 12:43:10 UTC 2024
    - Last Modified: Wed Oct 30 16:15:19 UTC 2024
    - 53.4K bytes
    - Viewed (0)
  2. guava/src/com/google/common/collect/Synchronized.java

                      }
                    }),
                mutex);
          }
        }
    
        @Override
        public Map<C, Map<R, V>> columnMap() {
          synchronized (mutex) {
            return map(
                transformValues(
                    delegate().columnMap(),
                    new com.google.common.base.Function<Map<R, V>, Map<R, V>>() {
                      @Override
    Registered: Fri Nov 01 12:43:10 UTC 2024
    - Last Modified: Wed Oct 30 16:15:19 UTC 2024
    - 57.2K bytes
    - Viewed (0)
  3. common-protos/k8s.io/apimachinery/pkg/apis/meta/v1/generated.proto

    // +k8s:deepcopy-gen:interfaces=k8s.io/apimachinery/pkg/runtime.Object
    message TableOptions {
      // includeObject decides whether to include each object along with its columnar information.
      // Specifying "None" will return no object, specifying "Object" will return the full object contents, and
      // specifying "Metadata" (the default) will return the object's metadata in the PartialObjectMetadata kind
    Registered: Wed Nov 06 22:53:10 UTC 2024
    - Last Modified: Mon Mar 11 18:43:24 UTC 2024
    - 53.3K bytes
    - Viewed (0)
Back to top