io invece mi sto incazzando una cifra sto facendo classi che anche uno di 2 anni saprebbe fare...
codice:
private static void leggiTabella(Tabella tabella){ Map map=null; map = tabella.getCampi(); Iterator iterator = map.entrySet().iterator(); while(iterator.hasNext()){ Map.Entry entry = (Map.Entry) iterator.next(); System.out.println(entry.getKey()); }
Commenta