exo2: Fix and simplify the introspection.
[Project_POO.git] / exo4 / TP2 / Compactable.java
diff --git a/exo4/TP2/Compactable.java b/exo4/TP2/Compactable.java
new file mode 100644 (file)
index 0000000..cd5c39e
--- /dev/null
@@ -0,0 +1,6 @@
+
+public interface Compactable {
+
+    public void compacter(int nElements);
+
+}