Package | Description |
---|---|
org.multiverse.api | |
org.multiverse.api.references | |
org.multiverse.collections | |
org.multiverse.stms.gamma |
Modifier and Type | Field and Description |
---|---|
private static TxnRefFactory |
StmUtils.refFactory |
Modifier and Type | Method and Description |
---|---|
TxnRefFactory |
Stm.getDefaultRefFactory()
Returns the default
TxnRefFactory that can be used for easy and cheap access to a reference factory
instead of setting one up through the TxnRefFactoryBuilder . |
Modifier and Type | Method and Description |
---|---|
TxnRefFactory |
TxnRefFactoryBuilder.build()
Builds a TxnRefFactory.
|
Modifier and Type | Field and Description |
---|---|
protected TxnRefFactory |
AbstractTxnMap.defaultRefFactory |
protected TxnRefFactory |
AbstractTxnCollection.defaultRefFactory |
Constructor and Description |
---|
Entry(TxnRefFactory refFactory,
E value) |
Modifier and Type | Interface and Description |
---|---|
interface |
GammaTxnRefFactory
A
TxnRefFactory tailored for the GammaStm. |
Modifier and Type | Class and Description |
---|---|
private class |
GammaStm.GammaTxnRefFactoryImpl |