Uses of Class
com.h2tcoin.takamakachain.utils.acceptedBet.HolderStakesByTargetBean
-
-
Uses of HolderStakesByTargetBean in com.h2tcoin.takamakachain.db.embedded.node
Methods in com.h2tcoin.takamakachain.db.embedded.node that return types with arguments of type HolderStakesByTargetBean Modifier and Type Method Description static ConcurrentSkipListMap<String,HolderStakesByTargetBean>
StakeManagement. getHolderStakesByTarget(ConcurrentSkipListSet<AcceptedBetByHolderBean> acceptedBets, KeyWriterStatusBean kwSB, ConcurrentSkipListMap<String,AcceptedBetByTargetBean> mainStakesByHolder)
Same as AcceptedBetByHolder but this list contains only bets on MAIN addresses enabled to mine -
Uses of HolderStakesByTargetBean in com.h2tcoin.takamakachain.main
Method parameters in com.h2tcoin.takamakachain.main with type arguments of type HolderStakesByTargetBean Modifier and Type Method Description static void
TestTkmPayBack. printHolderStakesByTarget(ConcurrentSkipListMap<String,HolderStakesByTargetBean> holderStakesByTarget)
static void
TestTkmSkippedRunner. printHolderStakesByTarget(ConcurrentSkipListMap<String,HolderStakesByTargetBean> holderStakesByTarget)
-
Uses of HolderStakesByTargetBean in com.h2tcoin.takamakachain.support
Fields in com.h2tcoin.takamakachain.support with type parameters of type HolderStakesByTargetBean Modifier and Type Field Description ConcurrentSkipListMap<String,HolderStakesByTargetBean>
HsbtManageBean. hsbtCurrent
-
Uses of HolderStakesByTargetBean in com.h2tcoin.takamakachain.utils.threadSafeUtils
Methods in com.h2tcoin.takamakachain.utils.threadSafeUtils that return HolderStakesByTargetBean Modifier and Type Method Description static HolderStakesByTargetBean
TkmTextUtils. getHolderStakesByTargetBeanFromJson(String jsonString)
Methods in com.h2tcoin.takamakachain.utils.threadSafeUtils that return types with arguments of type HolderStakesByTargetBean Modifier and Type Method Description static ConcurrentSkipListMap<String,HolderStakesByTargetBean>
NodeManagerUtils. getHolderStakesByTarget()
static ConcurrentSkipListMap<String,HolderStakesByTargetBean>
TkmTextUtils. getListMapHolderStakesByTargetBeanFromJson(String jsonString)
Methods in com.h2tcoin.takamakachain.utils.threadSafeUtils with parameters of type HolderStakesByTargetBean Modifier and Type Method Description static String
TkmTextUtils. toJson(HolderStakesByTargetBean hsbt)
Method parameters in com.h2tcoin.takamakachain.utils.threadSafeUtils with type arguments of type HolderStakesByTargetBean Modifier and Type Method Description static String
TkmTextUtils. toJsonHolderStakesByTargetBeanList(ConcurrentSkipListMap<String,HolderStakesByTargetBean> listMapHolderStakesByTargetBean)
-