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 StringTkmTextUtils. 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 VrfIntervalVrfInterval. leftLeafprotected VrfIntervalVrfInterval. rightLeafMethods in com.h2tcoin.takamakachain.utils.vrf.tree that return VrfInterval Modifier and Type Method Description static VrfIntervalVrfInternalTree. createTree(List<VrfInterval> orderedIntervalList)Methods in com.h2tcoin.takamakachain.utils.vrf.tree with parameters of type VrfInterval Modifier and Type Method Description intVrfInterval. compareTo(VrfInterval o)static StringVrfInternalTree. 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 VrfIntervalVrfInternalTree. 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) 
 -