Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for testSerialization_singleElement (0.23 sec)

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

        assertThat(table.row('c').keySet()).containsExactly(1, 2, 3).inOrder();
      }
    
      public void testSerialization_empty() {
        validateReserialization(ImmutableTable.of());
      }
    
      public void testSerialization_singleElement() {
        validateReserialization(ImmutableTable.of('a', 2, "foo"));
      }
    
      public void testDenseSerialization_manualOrder() {
    Registered: Fri Nov 01 12:43:10 UTC 2024
    - Last Modified: Wed Oct 30 16:15:19 UTC 2024
    - 18.5K bytes
    - Viewed (0)
Back to top