a est un tableau de long...
LinkedList tmpList = new LinkedList( ); // die Hilfsliste
for( int i = 0; i < a.length; i++ ){
tmpList.addLast( a[ i ] );
l'erreur
Sort.java:24: addLast(java.lang.Object) in java.util.LinkedList cannot be applie
d to (long)
tmpList.addLast( a[ i ] );
je ne comprend pas trop... cette méthode accepte des objets...
long n'est pas un object?
---------------
Borland rulez: http://pages.infinit.net/borland