Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 2 of 2 for Olah (0.15 sec)

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

        assertTrue(
            RegularImmutableTable.forCells(
                    ImmutableSet.of(
                        Tables.immutableCell('a', 1, "blah"),
                        Tables.immutableCell('b', 2, "blah"),
                        Tables.immutableCell('c', 3, "blah")))
                instanceof SparseImmutableTable<?, ?, ?>);
      }
    
      public void testGet() {
    Java
    - Registered: Fri Apr 19 12:43:09 GMT 2024
    - Last Modified: Mon Feb 19 20:34:55 GMT 2024
    - 6.3K bytes
    - Viewed (0)
  2. android/guava-tests/test/com/google/common/collect/RegularImmutableTableTest.java

        assertTrue(
            RegularImmutableTable.forCells(
                    ImmutableSet.of(
                        Tables.immutableCell('a', 1, "blah"),
                        Tables.immutableCell('b', 2, "blah"),
                        Tables.immutableCell('c', 3, "blah")))
                instanceof SparseImmutableTable<?, ?, ?>);
      }
    
      public void testGet() {
    Java
    - Registered: Fri Apr 26 12:43:10 GMT 2024
    - Last Modified: Mon Feb 19 20:34:55 GMT 2024
    - 6.3K bytes
    - Viewed (0)
Back to top