4337 links
  • Arnaud's links
  • Home
  • Login
  • RSS Feed
  • ATOM Feed
  • Tag cloud
  • Picture wall
  • Daily
Links per page: 20 50 100
page 1 / 1
1 results tagged hashmap x
  • Iterate over a Map using Java 5 generics « timothypowell.net

    Java : Comment itérer sur une hashmap

    Map<String, String> items = new HashMap<String, String>();
    //fill map with String, String values
    …
    for (Map.Entry<String,String> entry : items.entrySet()) {
    String key = entry.getKey();
    String value = entry.getValue();
    //do stuff here
    }

    March 9, 2012 at 9:57:50 AM GMT+1 - permalink - archive.org - http://timothypowell.net/blog/?p=177
    hashmap java map
Links per page: 20 50 100
page 1 / 1
Shaarli - The personal, minimalist, super-fast, database free, bookmarking service by the Shaarli community - Help/documentation