ArrayTableTest.java | 38 @Override protected ArrayTable<String, Integer, Character> create( method in class:ArrayTableTest 43 ArrayTable.create(asList("foo", "bar", "cat"), asList(1, 2, 3)); 63 table = create("foo", 1, 'a', "bar", 1, 'b', "foo", 3, 'c'); 79 table = create("foo", 1, 'a', "bar", 1, 'b', "foo", 3, 'c'); 88 table = create("foo", 1, 'a', "bar", 1, 'b', "foo", 3, 'c'); 97 table = create("foo", 1, 'a', "bar", 1, 'b', "foo", 3, 'c'); 107 table = create("foo", 1, 'a', "bar", 1, 'b', "foo", 3, 'c'); 112 table = create("foo", 1, 'a', "bar", 1, 'b', "foo", 3, 'c'); 113 Table<String, Integer, Character> hashCopy = HashBasedTable.create(); 118 = create("foo", 3, 'c', "foo", 1, 'a', "bar", 1, 'b') [all...] |