Map
to ensure that the order of addition is retained using a List
to maintain order. The order will be used via the iterators and toArray methods on the views. The order is also returned by the MapIterator
. The orderedMapIterator()
method accesses an iterator that can iterate both forwards and backwards through the map. In addition, non-interface methods are provided to access the map by index.
If an object is added to the Map for a second time, it will remain in the original position in the iteration.
This class is Serializable from Commons Collections 3.1. @since Commons Collections 3.0 @version $Revision: 1.16 $ $Date: 2004/06/07 21:51:39 $ @author Henri Yandell @author Stephen Colebourne
|
|
|
|