package com.nutiteq.components; public interface Sortable { int compareTo(final Object other); }