import java.util.Collection; public interface DiscreteKnapsack { public Collection selecteer(Collection items, double capaciteit); }