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 int
BlocksBean. 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 BlocksBean
KeyWriterBlocksBean. getBlocksBeanByHex(String hexAddr)
static BlocksBean
TkmTextUtils. getBlocksBeanFromJson(String jsonString)
BlocksBean
KeyWriterBlocksBean. 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 String
TkmTextUtils. prettyPrintBlocksBean(BlocksBean bb)
void
KeyWriterBlocksBean. pushBlocksBean(BlocksBean bb)
static String
TkmTextUtils. toJson(BlocksBean bb)
Method parameters in com.h2tcoin.takamakachain.utils.threadSafeUtils with type arguments of type BlocksBean Modifier and Type Method Description static void
TkmKeyWriter. mergeBlocksBeansRightToLeft(KeyWriterBlocksBean left, ConcurrentSkipListMap<String,BlocksBean> right)
Copy the values from right to left.protected void
KeyWriterBlocksBean. setHexToBlocksBean(ConcurrentSkipListMap<String,BlocksBean> hexToBalanceBeanSet)
static String
TkmTextUtils. toJsonBlocks(ConcurrentSkipListMap<String,BlocksBean> listMapBlocksBean)
-