DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG 
RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT
<http://issues.apache.org/bugzilla/show_bug.cgi?id=27901>.
ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND 
INSERTED IN THE BUG DATABASE.

http://issues.apache.org/bugzilla/show_bug.cgi?id=27901

TextCharIterator.remove() does not work properly





------- Additional Comments From [EMAIL PROTECTED]  2004-03-25 15:46 -------
Hi,
if I got everything right, I think the most oo way do this would be to use
java.util.LinkedList:

new LinkedList(Arrays.asList(ca));

Then you could also use the ListIterator provided by LinkedList and
delegate all calls to it.

Hope this helps,
Christian

Reply via email to