public class IntOrdreCroissant implements Comparateur { @Override public boolean inf(Integer n1, Integer n2) { return n1 < n2; } }