Personne[] t1 = { new Personne( "Proust", "Marcel", 1000.00 ) , new Personne( "Bowie", "David", 2000.00 ) }; Arrays.sort( t1 );