|
Current code relies on custom/ad-hoc apis of Vector and hashtable. Not only are these methods antiquated, but it makes switching collection implementations difficult. Switch to the 'new' collection apis, so that swapping implementations is simpler, if desired, in the future.
This patch covers the Extensions classes
|