Search Options

Display Count
Sort
Preferred Language
Advanced Search

Results 1 - 1 of 1 for QueryOp (0.04 seconds)

  1. guava-tests/test/com/google/common/collect/AbstractHashFloodingTest.java

              return name;
            }
          };
        }
    
        static final QueryOp<Map<Object, Object>> MAP_GET =
            QueryOp.create(
                "Map.get",
                (map, key) -> {
                  Object unused = map.get(key);
                },
                Math::log);
    
        static final QueryOp<Set<Object>> SET_CONTAINS =
            QueryOp.create(
                "Set.contains",
                (set, key) -> {
    Created: Fri Apr 03 12:43:13 GMT 2026
    - Last Modified: Wed Apr 01 17:27:13 GMT 2026
    - 9K bytes
    - Click Count (0)
Back to Top