che differenza c'è se faccio cosi:
ho un vettore di interi; poi

codice:
while (e.hasmore Elements())
       Integer temp = (Integer)e.nextElement();
       System.out.print(temp)

//oppure quando stampo faccio:
   
        System.out.print(temp.intValue());