Uses of Class
ax.antpick.k2hash.K2hash.OPEN_MODE
-
-
Uses of K2hash.OPEN_MODE in ax.antpick.k2hash
Methods in ax.antpick.k2hash that return K2hash.OPEN_MODE Modifier and Type Method Description static K2hash.OPEN_MODEK2hash.OPEN_MODE. valueOf(String name)Returns the enum constant of this type with the specified name.static K2hash.OPEN_MODE[]K2hash.OPEN_MODE. 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.OPEN_MODE Modifier and Type Method Description static K2hashK2hash. of(String pathname, K2hash.OPEN_MODE mode)Creates a k2hash instance.
-