Class DoubleDataValue
- java.lang.Object
-
- com.djrapitops.plan.extension.implementation.builder.BuiltDataValue<java.lang.Double>
-
- com.djrapitops.plan.extension.implementation.builder.DoubleDataValue
-
- All Implemented Interfaces:
DataValue<java.lang.Double>
public class DoubleDataValue extends BuiltDataValue<java.lang.Double>
-
-
Constructor Summary
Constructors Constructor Description DoubleDataValue(java.lang.Double value, ProviderInformation information)
DoubleDataValue(java.util.function.Supplier<java.lang.Double> supplier, ProviderInformation information)
-
Method Summary
-
Methods inherited from class com.djrapitops.plan.extension.implementation.builder.BuiltDataValue
equals, getInformation, getInformation, getValue, hashCode, toString
-
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
-
Methods inherited from interface com.djrapitops.plan.extension.builder.DataValue
getMetadata
-
-
-
-
Constructor Detail
-
DoubleDataValue
public DoubleDataValue(java.lang.Double value, ProviderInformation information)
-
DoubleDataValue
public DoubleDataValue(java.util.function.Supplier<java.lang.Double> supplier, ProviderInformation information)
-
-