Uses of Class
ax.antpick.k2hash.K2hash.STATS_DUMP_LEVEL
-
-
Uses of K2hash.STATS_DUMP_LEVEL in ax.antpick.k2hash
Methods in ax.antpick.k2hash that return K2hash.STATS_DUMP_LEVEL Modifier and Type Method Description static K2hash.STATS_DUMP_LEVEL
K2hash.STATS_DUMP_LEVEL. valueOf(String name)
Returns the enum constant of this type with the specified name.static K2hash.STATS_DUMP_LEVEL[]
K2hash.STATS_DUMP_LEVEL. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in ax.antpick.k2hash with parameters of type K2hash.STATS_DUMP_LEVEL Modifier and Type Method Description void
K2hash. printTableStats(K2hash.STATS_DUMP_LEVEL level)
Prints k2hash key table information.
-