Advertisement
moonlightcheese

Untitled

Feb 24th, 2012
52
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Java 0.17 KB | None | 0 0
  1. List<String[]> myList = new ArrayList<String[]>();
  2. myList.add(new String[] {"john", "Smith", "Snowboarding"});
  3. myList.add(new String[] {"john", "Smith", "Snowboarding"});
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement