import java.util.*; public class PikkusteVordleja implements Comparator{ public int compare(String s1, String s2){ if(s1.length()s2.length()){ return 1;} throw new RuntimeException("Siia ei tohiks korrektsete "+ "võrdluste puhul sattuda"); } }