Welcome To Snipplr


Everyone's Recent Java Snippets Tagged list



« Prev 1 Next »
Create a List<String> for a specified number strings with a specified max characters (randomized...1-max). This method uses another snippet which contains initCharacterList(int, int) http://snipplr.com/view/71355/fill-character-list-from-ascii-table-...
0 843 posted 10 years ago by borysn
FIll a List<Character> with ASCII (0-127) characters with a given number of characters.
0 663 posted 10 years ago by borysn
This code uses the new Java 5 foreach loop to iterate through every element of a list. It avoids the need to declare an iterator.
0 672 posted 17 years ago by cpjobling
2 704 posted 17 years ago by cetnar
« Prev 1 Next »