Uses of Class
com.h2tcoin.takamakachain.api.data.NodeDataBean
-
Packages that use NodeDataBean Package Description com.h2tcoin.takamakachain.api.data com.h2tcoin.takamakachain.utils.simpleWallet.panels.support com.h2tcoin.takamakachain.utils.threadSafeUtils -
-
Uses of NodeDataBean in com.h2tcoin.takamakachain.api.data
Methods in com.h2tcoin.takamakachain.api.data that return types with arguments of type NodeDataBean Modifier and Type Method Description static ConcurrentSkipListSet<NodeDataBean>
NodeStatisticUtils. getNodes(KeyContexts.AddressType nodeType, boolean onlyAssigned)
Methods in com.h2tcoin.takamakachain.api.data with parameters of type NodeDataBean Modifier and Type Method Description int
NodeDataBean. compareTo(NodeDataBean o)
-
Uses of NodeDataBean in com.h2tcoin.takamakachain.utils.simpleWallet.panels.support
Methods in com.h2tcoin.takamakachain.utils.simpleWallet.panels.support that return NodeDataBean Modifier and Type Method Description NodeDataBean
MainListBean. getNdb()
Methods in com.h2tcoin.takamakachain.utils.simpleWallet.panels.support with parameters of type NodeDataBean Modifier and Type Method Description void
MainListBean. setNdb(NodeDataBean ndb)
Constructors in com.h2tcoin.takamakachain.utils.simpleWallet.panels.support with parameters of type NodeDataBean Constructor Description MainListBean(String address, NodeDataBean ndb)
-
Uses of NodeDataBean in com.h2tcoin.takamakachain.utils.threadSafeUtils
Methods in com.h2tcoin.takamakachain.utils.threadSafeUtils that return types with arguments of type NodeDataBean Modifier and Type Method Description static ConcurrentSkipListSet<NodeDataBean>
TkmTextUtils. getNodeDataBeanListFromJson(String jsonString)
Method parameters in com.h2tcoin.takamakachain.utils.threadSafeUtils with type arguments of type NodeDataBean Modifier and Type Method Description static String
TkmTextUtils. toJsonNodeDataBean(ConcurrentSkipListSet<NodeDataBean> nodeStateBeanList)
-