Home | History | Annotate | Download | only in collect

Lines Matching refs:of

6  * You may obtain a copy of the License at
12 * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
28 ImmutableTable.of();
32 return ImmutableSet.of(INSTANCE);
43 .addEqualityGroup(ArrayTable.create(ImmutableSet.of("A"),
44 ImmutableSet.of(1)))
65 assertEquals(ImmutableSet.of(), INSTANCE.cellSet());
69 assertEquals(ImmutableMap.of(), INSTANCE.column(1));
73 assertEquals(ImmutableSet.of(), INSTANCE.columnKeySet());
77 assertEquals(ImmutableMap.of(), INSTANCE.columnMap());
97 assertEquals(ImmutableMap.of(), INSTANCE.row('a'));
101 assertEquals(ImmutableSet.of(), INSTANCE.rowKeySet());
105 assertEquals(ImmutableMap.of(), INSTANCE.rowMap());