Advertisement
Guest User

Untitled

a guest
Aug 27th, 2011
114
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Java 0.17 KB | None | 0 0
  1. import java.util.*;
  2.  
  3. public class Test {
  4.  
  5.     public static void main(String[] args) {
  6.     Map data = new HashMap();
  7.    
  8.     for (Map.Entry entry : data.entrySet()) { }
  9.     }
  10. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement