public class MapIt { public static class X { } public static void main(String[] args) { Map<String,X> m = new HashMap<>(); Iterator<Entry<String,X>> it = m.entrySet().iterator(); while(it.hasNext()) { X o = it.next().getValue(); } } }
compiler fint.
Synes godt om
Ny brugerNybegynder
Din løsning...
Tilladte BB-code-tags: [b]fed[/b] [i]kursiv[/i] [u]understreget[/u] Web- og emailadresser omdannes automatisk til links. Der sættes "nofollow" på alle links.