Crea la tua classe di base , come mostrato nel seguente esempio :
importazione java.util.HashMap ;
classe
StringMap {
public static void main ( String [] args ) {
}}
2
dichiarare un oggetto HashMap all'interno della funzione "principale" :
HashMap hm = new HashMap ( ) ;
3
creare due array di oggetti String nella funzione "principale" :
String [ ] list = new String [ 20 ] ; String [ ] list2 = new String [ 20 ] ;
4
mappa un oggetto String per la matrice dentro l'oggetto HashMap :
hm.put ( " mappati" , lista ) ; hm.put ( " Mapped2 " , lista2 ) ;
Programmazione © www.354353.com