Uses of Class
org.dizitart.no2.mvstore.compat.v1.mvstore.MVMap.Decision
-
Packages that use MVMap.Decision Package Description org.dizitart.no2.mvstore.compat.v1.mvstore -
-
Uses of MVMap.Decision in org.dizitart.no2.mvstore.compat.v1.mvstore
Methods in org.dizitart.no2.mvstore.compat.v1.mvstore that return MVMap.Decision Modifier and Type Method Description abstract MVMap.DecisionMVMap.DecisionMaker. decide(V existingValue, V providedValue)Makes a decision about how to proceed with the update.static MVMap.DecisionMVMap.Decision. valueOf(String name)Returns the enum constant of this type with the specified name.static MVMap.Decision[]MVMap.Decision. values()Returns an array containing the constants of this enum type, in the order they are declared.
-