import java.util.List; public interface DrieSomProbleem { public TripletIndices zoekNulSomTriplet(List gesorteerdeInvoer); }