1: package com.teamkonzept.lib; 2: 3: public interface TKSorted { 4: 5: boolean sortedForward(); 6: }