Home
last modified time | relevance | path

Searched defs:rowKey (Results 1 – 25 of 39) sorted by relevance

12

/external/guava/guava/src/com/google/common/collect/
DStandardTable.java83 public boolean contains(@CheckForNull Object rowKey, @CheckForNull Object columnKey) { in contains()
101 public boolean containsRow(@CheckForNull Object rowKey) { in containsRow()
112 public V get(@CheckForNull Object rowKey, @CheckForNull Object columnKey) { in get()
137 private Map<C, V> getOrCreate(R rowKey) { in getOrCreate()
149 public V put(R rowKey, C columnKey, V value) { in put()
159 public V remove(@CheckForNull Object rowKey, @CheckForNull Object columnKey) { in remove()
191 private boolean containsMapping( in containsMapping()
197 private boolean removeMapping( in removeMapping()
313 public Map<C, V> row(R rowKey) { in row()
318 final R rowKey; field in StandardTable.Row
[all …]
DForwardingTable.java72 public boolean contains(@CheckForNull Object rowKey, @CheckForNull Object columnKey) { in contains()
82 public boolean containsRow(@CheckForNull Object rowKey) { in containsRow()
93 public V get(@CheckForNull Object rowKey, @CheckForNull Object columnKey) { in get()
105 public V put( in put()
118 public V remove(@CheckForNull Object rowKey, @CheckForNull Object columnKey) { in remove()
123 public Map<C, V> row(@ParametricNullness R rowKey) { in row()
DTables.java125 Cell<R, C, V> immutableCell( in immutableCell()
135 @ParametricNullness private final R rowKey; field in Tables.ImmutableCell
139 ImmutableCell( in ImmutableCell()
249 public boolean contains(@CheckForNull Object rowKey, @CheckForNull Object columnKey) { in contains()
259 public boolean containsRow(@CheckForNull Object rowKey) { in containsRow()
270 public V get(@CheckForNull Object rowKey, @CheckForNull Object columnKey) { in get()
276 public V put( in put()
290 public V remove(@CheckForNull Object rowKey, @CheckForNull Object columnKey) { in remove()
295 public Map<R, V> row(@ParametricNullness C rowKey) { in row()
428 public boolean contains(@CheckForNull Object rowKey, @CheckForNull Object columnKey) { in contains()
[all …]
DTable.java82 boolean contains( in contains()
91 boolean containsRow(@CompatibleWith("R") @CheckForNull Object rowKey); in containsRow()
115 V get( in get()
156 V put(@ParametricNullness R rowKey, @ParametricNullness C columnKey, @ParametricNullness V value); in put()
175 V remove( in remove()
191 Map<C, V> row(@ParametricNullness R rowKey); in row()
DAbstractTable.java43 public boolean containsRow(@CheckForNull Object rowKey) { in containsRow()
73 public boolean contains(@CheckForNull Object rowKey, @CheckForNull Object columnKey) { in contains()
80 public V get(@CheckForNull Object rowKey, @CheckForNull Object columnKey) { in get()
98 public V remove(@CheckForNull Object rowKey, @CheckForNull Object columnKey) { in remove()
106 public V put( in put()
DImmutableTable.java107 public static <R, C, V> ImmutableTable<R, C, V> of(R rowKey, C columnKey, V value) { in of()
156 static <R, C, V> Cell<R, C, V> cellOf(R rowKey, C columnKey, V value) { in cellOf()
220 public Builder<R, C, V> put(R rowKey, C columnKey, V value) { in put()
362 public ImmutableMap<C, V> row(R rowKey) { in row()
383 public boolean contains(@CheckForNull Object rowKey, @CheckForNull Object columnKey) { in contains()
416 public final V put(R rowKey, C columnKey, V value) { in put()
444 public final V remove(@CheckForNull Object rowKey, @CheckForNull Object columnKey) { in remove()
DTreeBasedTable.java173 public SortedMap<C, V> row(R rowKey) { in row()
181 TreeRow(R rowKey) { in TreeRow()
185 TreeRow(R rowKey, @CheckForNull C lowerBound, @CheckForNull C upperBound) { in TreeRow()
DDenseImmutableTable.java72 R rowKey = cell.getRowKey(); in DenseImmutableTable() local
306 public V get(@CheckForNull Object rowKey, @CheckForNull Object columnKey) { in get()
321 R rowKey = rowKeySet().asList().get(rowIndex); in getCell() local
/external/guava/android/guava/src/com/google/common/collect/
DStandardTable.java81 public boolean contains(@CheckForNull Object rowKey, @CheckForNull Object columnKey) { in contains()
99 public boolean containsRow(@CheckForNull Object rowKey) { in containsRow()
110 public V get(@CheckForNull Object rowKey, @CheckForNull Object columnKey) { in get()
135 private Map<C, V> getOrCreate(R rowKey) { in getOrCreate()
147 public V put(R rowKey, C columnKey, V value) { in put()
157 public V remove(@CheckForNull Object rowKey, @CheckForNull Object columnKey) { in remove()
189 private boolean containsMapping( in containsMapping()
195 private boolean removeMapping( in removeMapping()
297 public Map<C, V> row(R rowKey) { in row()
302 final R rowKey; field in StandardTable.Row
[all …]
DForwardingTable.java72 public boolean contains(@CheckForNull Object rowKey, @CheckForNull Object columnKey) { in contains()
82 public boolean containsRow(@CheckForNull Object rowKey) { in containsRow()
93 public V get(@CheckForNull Object rowKey, @CheckForNull Object columnKey) { in get()
105 public V put( in put()
118 public V remove(@CheckForNull Object rowKey, @CheckForNull Object columnKey) { in remove()
123 public Map<C, V> row(@ParametricNullness R rowKey) { in row()
DTables.java128 Cell<R, C, V> immutableCell( in immutableCell()
138 @ParametricNullness private final R rowKey; field in Tables.ImmutableCell
142 ImmutableCell( in ImmutableCell()
252 public boolean contains(@CheckForNull Object rowKey, @CheckForNull Object columnKey) { in contains()
262 public boolean containsRow(@CheckForNull Object rowKey) { in containsRow()
273 public V get(@CheckForNull Object rowKey, @CheckForNull Object columnKey) { in get()
279 public V put( in put()
293 public V remove(@CheckForNull Object rowKey, @CheckForNull Object columnKey) { in remove()
298 public Map<R, V> row(@ParametricNullness C rowKey) { in row()
426 public boolean contains(@CheckForNull Object rowKey, @CheckForNull Object columnKey) { in contains()
[all …]
DTable.java82 boolean contains( in contains()
91 boolean containsRow(@CompatibleWith("R") @CheckForNull Object rowKey); in containsRow()
115 V get( in get()
156 V put(@ParametricNullness R rowKey, @ParametricNullness C columnKey, @ParametricNullness V value); in put()
175 V remove( in remove()
191 Map<C, V> row(@ParametricNullness R rowKey); in row()
DAbstractTable.java42 public boolean containsRow(@CheckForNull Object rowKey) { in containsRow()
72 public boolean contains(@CheckForNull Object rowKey, @CheckForNull Object columnKey) { in contains()
79 public V get(@CheckForNull Object rowKey, @CheckForNull Object columnKey) { in get()
97 public V remove(@CheckForNull Object rowKey, @CheckForNull Object columnKey) { in remove()
105 public V put( in put()
DImmutableTable.java110 public static <R, C, V> ImmutableTable<R, C, V> of(R rowKey, C columnKey, V value) { in of()
159 static <R, C, V> Cell<R, C, V> cellOf(R rowKey, C columnKey, V value) { in cellOf()
223 public Builder<R, C, V> put(R rowKey, C columnKey, V value) { in put()
360 public ImmutableMap<C, V> row(R rowKey) { in row()
381 public boolean contains(@CheckForNull Object rowKey, @CheckForNull Object columnKey) { in contains()
414 public final V put(R rowKey, C columnKey, V value) { in put()
442 public final V remove(@CheckForNull Object rowKey, @CheckForNull Object columnKey) { in remove()
DTreeBasedTable.java173 public SortedMap<C, V> row(R rowKey) { in row()
181 TreeRow(R rowKey) { in TreeRow()
185 TreeRow(R rowKey, @CheckForNull C lowerBound, @CheckForNull C upperBound) { in TreeRow()
DDenseImmutableTable.java72 R rowKey = cell.getRowKey(); in DenseImmutableTable() local
306 public V get(@CheckForNull Object rowKey, @CheckForNull Object columnKey) { in get()
321 R rowKey = rowKeySet().asList().get(rowIndex); in getCell() local
/external/sdk-platform-java/test/integration/goldens/bigtable/src/com/google/cloud/bigtable/data/v2/
DBaseBigtableDataClientTest.java219 ByteString rowKey = ByteString.EMPTY; in mutateRowTest() local
245 ByteString rowKey = ByteString.EMPTY; in mutateRowExceptionTest() local
260 ByteString rowKey = ByteString.EMPTY; in mutateRowTest2() local
286 ByteString rowKey = ByteString.EMPTY; in mutateRowExceptionTest2() local
301 ByteString rowKey = ByteString.EMPTY; in mutateRowTest3() local
329 ByteString rowKey = ByteString.EMPTY; in mutateRowExceptionTest3() local
345 ByteString rowKey = ByteString.EMPTY; in mutateRowTest4() local
373 ByteString rowKey = ByteString.EMPTY; in mutateRowExceptionTest4() local
442 ByteString rowKey = ByteString.EMPTY; in checkAndMutateRowTest() local
473 ByteString rowKey = ByteString.EMPTY; in checkAndMutateRowExceptionTest() local
[all …]
DBaseBigtableDataClient.java279 TableName tableName, ByteString rowKey, List<Mutation> mutations) { in mutateRow()
320 String tableName, ByteString rowKey, List<Mutation> mutations) { in mutateRow()
365 TableName tableName, ByteString rowKey, List<Mutation> mutations, String appProfileId) { in mutateRow()
411 String tableName, ByteString rowKey, List<Mutation> mutations, String appProfileId) { in mutateRow()
561 ByteString rowKey, in checkAndMutateRow()
619 ByteString rowKey, in checkAndMutateRow()
680 ByteString rowKey, in checkAndMutateRow()
743 ByteString rowKey, in checkAndMutateRow()
1046 TableName tableName, ByteString rowKey, List<ReadModifyWriteRule> rules) { in readModifyWriteRow()
1091 String tableName, ByteString rowKey, List<ReadModifyWriteRule> rules) { in readModifyWriteRow()
[all …]
/external/guava/guava-tests/test/com/google/common/collect/
DSynchronizedTableTest.java104 public boolean contains(Object rowKey, Object columnKey) { in contains()
116 public boolean containsRow(Object rowKey) { in containsRow()
122 public @Nullable V get(Object rowKey, Object columnKey) { in get()
128 public @Nullable V put(R rowKey, C columnKey, V value) { in put()
140 public @Nullable V remove(Object rowKey, Object columnKey) { in remove()
146 public Map<C, V> row(R rowKey) { in row()
/external/guava/android/guava-tests/test/com/google/common/collect/
DSynchronizedTableTest.java104 public boolean contains(Object rowKey, Object columnKey) { in contains()
116 public boolean containsRow(Object rowKey) { in containsRow()
122 public @Nullable V get(Object rowKey, Object columnKey) { in get()
128 public @Nullable V put(R rowKey, C columnKey, V value) { in put()
140 public @Nullable V remove(Object rowKey, Object columnKey) { in remove()
146 public Map<C, V> row(R rowKey) { in row()
/external/truth/core/src/main/java/com/google/common/truth/
DTableSubject.java62 public void contains(@Nullable Object rowKey, @Nullable Object columnKey) { in contains()
76 public void doesNotContain(@Nullable Object rowKey, @Nullable Object columnKey) { in doesNotContain()
88 public void containsCell( in containsCell()
102 public void doesNotContainCell( in doesNotContainCell()
118 public void containsRow(@Nullable Object rowKey) { in containsRow()
/external/sdk-platform-java/test/integration/goldens/bigtable/samples/snippets/generated/main/java/com/google/cloud/bigtable/data/v2/bigtable/mutaterow/
DSyncMutateRowTablenameBytestringListmutation.java42 ByteString rowKey = ByteString.EMPTY; in syncMutateRowTablenameBytestringListmutation() local
DSyncMutateRowStringBytestringListmutation.java42 ByteString rowKey = ByteString.EMPTY; in syncMutateRowStringBytestringListmutation() local
/external/sdk-platform-java/test/integration/goldens/bigtable/samples/snippets/generated/main/java/com/google/cloud/bigtable/data/v2/bigtable/readmodifywriterow/
DSyncReadModifyWriteRowStringBytestringListreadmodifywriterule.java43 ByteString rowKey = ByteString.EMPTY; in syncReadModifyWriteRowStringBytestringListreadmodifywriterule() local
DSyncReadModifyWriteRowTablenameBytestringListreadmodifywriterule.java43 ByteString rowKey = ByteString.EMPTY; in syncReadModifyWriteRowTablenameBytestringListreadmodifywriterule() local

12