public interface MultiMapSet<K,V> extends MapSet<K,V>
MultiMapSet is a Set of
Map.Entrys which can also be accessed as a
MultiMap. Use the MultiMap.entrySet() method
of the MultiMap to get back the MultiMapSet.Copyright (c) 2006 C. Scott Ananian