1
2
3
4
public static String[] loadFile(final String f) {
		String thisLine;
		final SortedSet<String> s = new TreeSet<String>();
...

Java Efficiently load a text fil...

by firesalamander.myopenid.com, November 25, 2008 07:04, 1 refactoring, tagged with speed, buffered

Has full "finally" blocks, ...

4100acda45394fa4e8efc805a486b732 Talk
1
2
3
public PreviewTreeModel(Collection<FileDescription> files)
	{
...

Java Create a tree out of a coll...

by Loid, March 02, 2008 19:14, 1 refactoring, tagged with tree, file, speed

I would like to transform a...

2b3b5047901ac67fefd8b392c26027b4 Talk