Imports
The Hashids
class represents the public API located in the com.arcticicestudio.icecore.hashids
package.
import com.arcticicestudio.icecore.hashids.Hashids;
For simplification the instance builder can be imported statically
import static com.arcticicestudio.icecore.hashids.Hashids.Builder;
which also applies to feature enums.
import static com.arcticicestudio.icecore.hashids.HashidsFeature.ALLOW_HEXADECIMAL_NUMBER_PREFIX;
import static com.arcticicestudio.icecore.hashids.HashidsFeature.EXCEPTION_HANDLING;
import static com.arcticicestudio.icecore.hashids.HashidsFeature.NO_MAX_INTEROP_NUMBER_SIZE;