package org.apache.s4.base; public interface Hasher { long hash(String hashKey); }