[jdom-commits] CVS update: jdom-wip/src/java/org/jdom
arosen at cvs.jdom.org
arosen at cvs.jdom.org
Sat Nov 17 13:43:13 PST 2001
Date: Saturday November 17, 2001 @ 21:43
Author: arosen
Update of /home/cvspublic/jdom-wip/src/java/org/jdom
In directory www.nmemonix.com:/tmp/cvs-serv2553
Modified Files:
FilterList.java
Log Message:
(1) Instead of checking for out-of-bounds exceptions up-front, we check
during iteration in several methods. If we don't find the item we're
looking for, that means that the passed-in index was too big. This is
faster than calling size() up-front.
(2) Removed the currently-useless clone() method, until we can figure
out how it's supposed to work.
===================================================================
File: FilterList.java Status: Up-to-date
Working revision: 1.27 Sat Nov 17 21:43:12 2001
Repository revision: 1.27 /home/cvspublic/jdom-wip/src/java/org/jdom/FilterList.java,v
Existing Tags:
initial (revision: 1.1.1.1)
jdom-wip (branch: 1.1.1)
More information about the jdom-commits
mailing list