Posted By:
John_Zukowski
Posted On:
Monday, October 8, 2001 07:48 PM
As with any protected method, if you want to call it you have to subclass.
If you need to regularly call the method, perhaps you should rethink the use of removeRange(), as it must adjust the internal arrays being used. A LinkedList is probably a better data structure for you to use.