Abstract class for testing the MapIterator 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
Whether the get operation on the map structurally modifies the map,
such as with LRUMap. Default is false.
true if the get method structurally modifies the map