package org.msh.utils; public interface RowGroupingComparator { boolean compare(Object item1, Object item2); }