exo2: Fix and simplify the introspection.
[Project_POO.git] / exo4 / TP2 / Compactable.java
CommitLineData
c05c2289
JB
1
2public interface Compactable {
3
4 public void compacter(int nElements);
5
6}