Uses of Class
com.h2tcoin.takamakachain.utils.vrf.tree.VrfInterval
-
Packages that use VrfInterval Package Description com.h2tcoin.takamakachain.utils.threadSafeUtils com.h2tcoin.takamakachain.utils.vrf.tree -
-
Uses of VrfInterval in com.h2tcoin.takamakachain.utils.threadSafeUtils
Methods in com.h2tcoin.takamakachain.utils.threadSafeUtils that return types with arguments of type VrfInterval Modifier and Type Method Description static ConcurrentSkipListSet<VrfInterval>
TkmTextUtils. getVrfIntervalDumpFromJson(String jsonString)
Method parameters in com.h2tcoin.takamakachain.utils.threadSafeUtils with type arguments of type VrfInterval Modifier and Type Method Description static String
TkmTextUtils. toJson(ConcurrentSkipListSet<VrfInterval> dump)
-
Uses of VrfInterval in com.h2tcoin.takamakachain.utils.vrf.tree
Fields in com.h2tcoin.takamakachain.utils.vrf.tree declared as VrfInterval Modifier and Type Field Description protected VrfInterval
VrfInterval. leftLeaf
protected VrfInterval
VrfInterval. rightLeaf
Methods in com.h2tcoin.takamakachain.utils.vrf.tree that return VrfInterval Modifier and Type Method Description static VrfInterval
VrfInternalTree. createTree(List<VrfInterval> orderedIntervalList)
Methods in com.h2tcoin.takamakachain.utils.vrf.tree with parameters of type VrfInterval Modifier and Type Method Description int
VrfInterval. compareTo(VrfInterval o)
static String
VrfInternalTree. getWinningKey(VrfInterval root, BigInteger val)
Method parameters in com.h2tcoin.takamakachain.utils.vrf.tree with type arguments of type VrfInterval Modifier and Type Method Description static VrfInterval
VrfInternalTree. createTree(List<VrfInterval> orderedIntervalList)
Constructors in com.h2tcoin.takamakachain.utils.vrf.tree with parameters of type VrfInterval Constructor Description VrfInterval(BigInteger left, BigInteger right, VrfInterval leftLeaf, VrfInterval rightLeaf)
-