https://issues.apache.org/bugzilla/show_bug.cgi?id=46883
--- Comment #2 from Andreas L. Delmelle <[email protected]> 2009-07-12 09:42:41 PST --- Note: Just thought of another way to go about it. Define the dataLength member, and simply update it upon every add() or remove() operation. It will make those operations just a tiny bit slower, but at least it also avoids having to iterate over the entire collection to determine the data length. -- Configure bugmail: https://issues.apache.org/bugzilla/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug.
