TP2: Add code skeleton for the Compactable interface.
[TP_POO.git] / TP2 / Liste.java
index 2a2aff29af1ab516ede9be36d3512b5ed2cf2b67..4ead214c512edb513a900572095685bb34baa334 100644 (file)
@@ -136,4 +136,8 @@ public class Liste extends Structure {
         }
     }
 
+    public void compacter(int nElements) {
+
+    }
+
 }