Uses of Class
com.h2tcoin.takamakachain.utils.chainInfo.BlocksBean
-
Packages that use BlocksBean Package Description com.h2tcoin.takamakachain.utils.chainInfo com.h2tcoin.takamakachain.utils.threadSafeUtils -
-
Uses of BlocksBean in com.h2tcoin.takamakachain.utils.chainInfo
Methods in com.h2tcoin.takamakachain.utils.chainInfo with parameters of type BlocksBean Modifier and Type Method Description intBlocksBean. compareTo(BlocksBean o) -
Uses of BlocksBean in com.h2tcoin.takamakachain.utils.threadSafeUtils
Methods in com.h2tcoin.takamakachain.utils.threadSafeUtils that return BlocksBean Modifier and Type Method Description BlocksBeanKeyWriterBlocksBean. getBlocksBeanByHex(String hexAddr)static BlocksBeanTkmTextUtils. getBlocksBeanFromJson(String jsonString)BlocksBeanKeyWriterBlocksBean. getStakeBeanByURL64(String urlAddr)Methods in com.h2tcoin.takamakachain.utils.threadSafeUtils that return types with arguments of type BlocksBean Modifier and Type Method Description ConcurrentSkipListMap<String,BlocksBean>KeyWriterBlocksBean. getHexToStakeList()static ConcurrentSkipListMap<String,BlocksBean>TkmTextUtils. getListMapBlocksBeanFromJson(String jsonString)static ConcurrentSkipListMap<String,BlocksBean>TkmKeyWriter. retriveBlocksBeans(KeyWriterGlobalStatus kwGS)this function does not alter blocks beans.static ConcurrentSkipListMap<String,BlocksBean>TkmKeyWriter. retriveBlocksBeans(String[] blocksID)Methods in com.h2tcoin.takamakachain.utils.threadSafeUtils with parameters of type BlocksBean Modifier and Type Method Description static StringTkmTextUtils. prettyPrintBlocksBean(BlocksBean bb)voidKeyWriterBlocksBean. pushBlocksBean(BlocksBean bb)static StringTkmTextUtils. toJson(BlocksBean bb)Method parameters in com.h2tcoin.takamakachain.utils.threadSafeUtils with type arguments of type BlocksBean Modifier and Type Method Description static voidTkmKeyWriter. mergeBlocksBeansRightToLeft(KeyWriterBlocksBean left, ConcurrentSkipListMap<String,BlocksBean> right)Copy the values from right to left.protected voidKeyWriterBlocksBean. setHexToBlocksBean(ConcurrentSkipListMap<String,BlocksBean> hexToBalanceBeanSet)static StringTkmTextUtils. toJsonBlocks(ConcurrentSkipListMap<String,BlocksBean> listMapBlocksBean)
-