public static String findsite(InputStream text) {
      String site, line = null;
      Boolean nospace = true;
...

Java speed up this horrendous co...

by feydr.myopenid.com, May 21, 2009 16:01, 4 refactorings, tagged with speed, java, conditionals

I don't know too much about...

7c3536f0ffdc51a02ec2c9d1d72165d5 Talk
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, 2 refactorings, tagged with speed, buffered

Has full "finally" blocks, ...

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

Java Create a tree out of a coll...

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

I would like to transform a...

29389e14fe7aea8d5517c69660b3964d Talk