A
B
C
D
E
F
G
H
I
J
K
L
M
N
O
P
Q
R
S
T
U
V
W
U
- union(EntityIterable) - function in jetbrains.exodus.entitystore.EntityIterable
- Returns union of this
{@code EntityIterable}and the right{@code EntityIterable}. - USE_EXISTING - enum entry in jetbrains.exodus.env.StoreConfig
If it is known that a Store definitely exists it can be opened with the
{@code StoreConfig.USE_EXISTING}configuration. In that case, you don't need to know whether the Store can have duplicate keys or was it created with key prefixing.