TP-programmation-orientee-o.../TP08/Comparateur.java

6 lines
71 B
Java
Raw Permalink Normal View History

2023-06-20 19:02:09 +00:00
public interface Comparateur<E> {
boolean inf(E n1, E n2);
}