TP2: Add code skeleton for the Compactable interface.
[TP_POO.git] / TP2 / Compactable.java
CommitLineData
97929775
JB
1
2public interface Compactable {
3
4 public void compacter(int nElements);
5
6}