Uses of Class
dev.vality.damsel.merch_stat.CryptoCurrency
Packages that use CryptoCurrency
-
Uses of CryptoCurrency in dev.vality.damsel.merch_stat
Methods in dev.vality.damsel.merch_stat that return CryptoCurrencyModifier and TypeMethodDescriptionCryptoCurrency.deepCopy()PaymentTool.getCryptoCurrency()CryptoCurrency.setCryptoCurrency(CryptoCurrencyRef crypto_currency) Methods in dev.vality.damsel.merch_stat with parameters of type CryptoCurrencyModifier and TypeMethodDescriptionintCryptoCurrency.compareTo(CryptoCurrency other) static PaymentToolPaymentTool.crypto_currency(CryptoCurrency value) booleanCryptoCurrency.equals(CryptoCurrency that) voidPaymentTool.setCryptoCurrency(CryptoCurrency value) Constructors in dev.vality.damsel.merch_stat with parameters of type CryptoCurrencyModifierConstructorDescriptionCryptoCurrency(CryptoCurrency other) Performs a deep copy on other.