public interface Grouper { String computeGroup(T key, String group); Class getKeyType(); }