Re: Java2 Collections

2002-12-27 Thread paul
package org.apache.xmlrpc; /* * The Apache Software License, Version 1.1 * * * Copyright (c) 2001 The Apache Software Foundation. All rights * reserved. * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the followi

Re: Java2 Collections

2002-12-26 Thread Andrew Evers
> I had a need to use Java2 collections so I changed two > classes (webserver.java and xmlwriter.java). The > changes were fairly trivial - I switched to using > interfaces where possible, so it wouldn't break > existing 1.1 code (eg. Hashtable and Hashmap both > i

Java2 Collections

2002-12-26 Thread paul
Hi everyone, I had a need to use Java2 collections so I changed two classes (webserver.java and xmlwriter.java). The changes were fairly trivial - I switched to using interfaces where possible, so it wouldn't break existing 1.1 code (eg. Hashtable and Hashmap both implement Map) also