Uses of Class
com.h2tcoin.takamakachain.tkmdata.exceptions.builder.IntegerOverflow
-
Packages that use IntegerOverflow Package Description com.h2tcoin.takamakachain.tkmdata com.h2tcoin.takamakachain.tkmdata.utils -
-
Uses of IntegerOverflow in com.h2tcoin.takamakachain.tkmdata
Constructors in com.h2tcoin.takamakachain.tkmdata that throw IntegerOverflow Constructor Description TkmHashTableImplSQLITE(String driver, String folder, String fragmentName, int depth, String extension, boolean isNewDatabase)
-
Uses of IntegerOverflow in com.h2tcoin.takamakachain.tkmdata.utils
Methods in com.h2tcoin.takamakachain.tkmdata.utils that throw IntegerOverflow Modifier and Type Method Description static String[]
TkmDataUtils. getHexKeysArrayByDepth(int depth)
static int
TkmDataUtils. pow(int base, int exp)
-