exo5: add filtred maps from the original tree map.
[Project_POO.git] / exo4 / Compactable.java
1
2 public interface Compactable {
3
4 public void compacter(int nElements);
5
6 }