| Abstract class for testing the OrderedMapIterator interface.
This class provides a framework for testing an implementation of MapIterator.
Concrete subclasses must provide the list iterator to be tested.
They must also specify certain details of how the list iterator operates by
overriding the supportsXxx() methods if necessary.
since: Commons Collections 3.0 version: $Revision: 155406 $ $Date: 2005-02-26 12:55:26 +0000 (Sat, 26 Feb 2005) $ author: Stephen Colebourne |