| Modifier and Type | Field and Description |
|---|---|
private boolean |
tableIdCaseInsensitive |
private ConcurrentMap<TableId,Table> |
values |
| Constructor and Description |
|---|
TablesById(boolean tableIdCaseInsensitive) |
| Modifier and Type | Method and Description |
|---|---|
(package private) void |
clear() |
(package private) Set<Map.Entry<TableId,Table>> |
entrySet() |
boolean |
equals(Object obj) |
(package private) void |
forEach(BiConsumer<? super TableId,? super Table> action) |
Table |
get(TableId tableId) |
int |
hashCode() |
Set<TableId> |
ids() |
(package private) boolean |
isEmpty() |
Table |
put(TableId tableId,
Table updated) |
void |
putAll(Tables.TablesById tablesByTableId) |
Table |
remove(TableId tableId) |
(package private) int |
size() |
private TableId |
toLowerCaseIfNeeded(TableId tableId) |
private final boolean tableIdCaseInsensitive
private final ConcurrentMap<TableId,Table> values
boolean isEmpty()
public void putAll(Tables.TablesById tablesByTableId)
int size()
void forEach(BiConsumer<? super TableId,? super Table> action)
void clear()
Copyright © 2020 JBoss by Red Hat. All rights reserved.