Uses of Class
com.h2tcoin.takamakachain.transactions.fee.HolderFrozenFeeBean
-
Packages that use HolderFrozenFeeBean Package Description com.h2tcoin.takamakachain.utils.threadSafeUtils -
-
Uses of HolderFrozenFeeBean in com.h2tcoin.takamakachain.utils.threadSafeUtils
Methods in com.h2tcoin.takamakachain.utils.threadSafeUtils that return HolderFrozenFeeBean Modifier and Type Method Description HolderFrozenFeeBean
KeyWriterHolderFrozenFeeBean. getStakeBeanByHex(String hexAddr)
HolderFrozenFeeBean
KeyWriterHolderFrozenFeeBean. getStakeBeanByURL64(String urlAddr)
Methods in com.h2tcoin.takamakachain.utils.threadSafeUtils that return types with arguments of type HolderFrozenFeeBean Modifier and Type Method Description ConcurrentSkipListMap<String,HolderFrozenFeeBean>
KeyWriterHolderFrozenFeeBean. getHexToFrozenBeanMap()
Methods in com.h2tcoin.takamakachain.utils.threadSafeUtils with parameters of type HolderFrozenFeeBean Modifier and Type Method Description boolean
KeyWriterHolderFrozenFeeBean. writeHexFrozen(String hexAddr, HolderFrozenFeeBean hffb)
add if STB is not present overwrite if present FAIL if address is not part of this setboolean
KeyWriterHolderFrozenFeeBean. writeURL64Frozen(String url64Addr, HolderFrozenFeeBean hffb)
add if STB is not present overwrite if present FAIL if address is not part of this setMethod parameters in com.h2tcoin.takamakachain.utils.threadSafeUtils with type arguments of type HolderFrozenFeeBean Modifier and Type Method Description protected void
KeyWriterHolderFrozenFeeBean. setHexToStakeBeanMap(ConcurrentSkipListMap<String,HolderFrozenFeeBean> hexToFrozenBeanSet)
-