/external/guava/guava/src/com/google/common/collect/ |
D | StandardTable.java | 83 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 …]
|
D | ForwardingTable.java | 72 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()
|
D | Tables.java | 125 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 …]
|
D | Table.java | 82 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()
|
D | AbstractTable.java | 43 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()
|
D | ImmutableTable.java | 107 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()
|
D | TreeBasedTable.java | 173 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()
|
D | DenseImmutableTable.java | 72 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/ |
D | StandardTable.java | 81 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 …]
|
D | ForwardingTable.java | 72 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()
|
D | Tables.java | 128 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 …]
|
D | Table.java | 82 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()
|
D | AbstractTable.java | 42 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()
|
D | ImmutableTable.java | 110 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()
|
D | TreeBasedTable.java | 173 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()
|
D | DenseImmutableTable.java | 72 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/ |
D | BaseBigtableDataClientTest.java | 219 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 …]
|
D | BaseBigtableDataClient.java | 279 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/ |
D | SynchronizedTableTest.java | 104 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/ |
D | SynchronizedTableTest.java | 104 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/ |
D | TableSubject.java | 62 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/ |
D | SyncMutateRowTablenameBytestringListmutation.java | 42 ByteString rowKey = ByteString.EMPTY; in syncMutateRowTablenameBytestringListmutation() local
|
D | SyncMutateRowStringBytestringListmutation.java | 42 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/ |
D | SyncReadModifyWriteRowStringBytestringListreadmodifywriterule.java | 43 ByteString rowKey = ByteString.EMPTY; in syncReadModifyWriteRowStringBytestringListreadmodifywriterule() local
|
D | SyncReadModifyWriteRowTablenameBytestringListreadmodifywriterule.java | 43 ByteString rowKey = ByteString.EMPTY; in syncReadModifyWriteRowTablenameBytestringListreadmodifywriterule() local
|