Uses of Interface
org.multiverse.api.references.TxnRefFactory
-
Packages that use TxnRefFactory Package Description org.multiverse.api org.multiverse.api.references org.multiverse.collections org.multiverse.stms.gamma -
-
Uses of TxnRefFactory in org.multiverse.api
Fields in org.multiverse.api declared as TxnRefFactory Modifier and Type Field Description private static TxnRefFactoryStmUtils. refFactoryMethods in org.multiverse.api that return TxnRefFactory Modifier and Type Method Description TxnRefFactoryStm. getDefaultRefFactory()Returns the defaultTxnRefFactorythat can be used for easy and cheap access to a reference factory instead of setting one up through theTxnRefFactoryBuilder. -
Uses of TxnRefFactory in org.multiverse.api.references
Methods in org.multiverse.api.references that return TxnRefFactory Modifier and Type Method Description TxnRefFactoryTxnRefFactoryBuilder. build()Builds a TxnRefFactory. -
Uses of TxnRefFactory in org.multiverse.collections
Fields in org.multiverse.collections declared as TxnRefFactory Modifier and Type Field Description protected TxnRefFactoryAbstractTxnCollection. defaultRefFactoryprotected TxnRefFactoryAbstractTxnMap. defaultRefFactoryConstructors in org.multiverse.collections with parameters of type TxnRefFactory Constructor Description Entry(TxnRefFactory refFactory, E value) -
Uses of TxnRefFactory in org.multiverse.stms.gamma
Subinterfaces of TxnRefFactory in org.multiverse.stms.gamma Modifier and Type Interface Description interfaceGammaTxnRefFactoryATxnRefFactorytailored for the GammaStm.Classes in org.multiverse.stms.gamma that implement TxnRefFactory Modifier and Type Class Description private classGammaStm.GammaTxnRefFactoryImpl
-