package org.andengine.entity; import java.util.Comparator; /** * (c) Zynga 2012 * * @author Nicolas Gramlich <ngramlich@zynga.com> * @since 14:02:56 - 10.04.2012 */ public interface IEntityComparator extends Comparator<IEntity> { // =========================================================== // Constants // =========================================================== // =========================================================== // Methods // =========================================================== }