TP2: Add code skeleton for the Compactable interface.
[TP_POO.git] / TP2 / Compactable.java
diff --git a/TP2/Compactable.java b/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);
+
+}