Jai vraiment tout fix aussi TKT
This commit is contained in:
parent
c70741225a
commit
296de454ff
@ -59,6 +59,7 @@ public class MaMemoire implements Memoire {
|
|||||||
throw new ArrayIndexOutOfBoundsException("La mémoire est pleine, utilisez remove pour faire de la place.");
|
throw new ArrayIndexOutOfBoundsException("La mémoire est pleine, utilisez remove pour faire de la place.");
|
||||||
this.mem[this.index+1]=s;
|
this.mem[this.index+1]=s;
|
||||||
this.index++;
|
this.index++;
|
||||||
|
return;
|
||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
@ -86,7 +87,7 @@ public class MaMemoire implements Memoire {
|
|||||||
res=true;
|
res=true;
|
||||||
break;//l'indentation bien fait c'est bien.
|
break;//l'indentation bien fait c'est bien.
|
||||||
}
|
}
|
||||||
return res;
|
return !res;
|
||||||
}
|
}
|
||||||
|
|
||||||
// pour afficher, on surcharge ToString
|
// pour afficher, on surcharge ToString
|
||||||
|
Loading…
Reference in New Issue
Block a user