Fix the Compactable implementation in Entiers and Listes classes.
[TP_POO.git] / TP2 / Structure.java
index 170928f618016918a427237b5c76285e4b5676a9..7c1ce9f3eaf9594ee90f81754045f5e08fb76838 100644 (file)
@@ -1,5 +1,5 @@
 
-public abstract class Structure {
+public abstract class Structure implements Affichable, Compactable {
 
     public abstract boolean inserer(int value);
     public abstract boolean supprimer(int value);