public void add(IntArrayWritable autre) { // récupérer les valeurs Writable[] values = this.get(); Writable[] autres = autre.get(); // this = this + autre for (int i=0; i