package org.apache.commons.collections; import java.util.Map; public interface IterableMap extends Map { MapIterator mapIterator(); }