net.cscott.jutil
public interface MultiMapSet<K,V> extends MapSet<K,V>
MultiMapSet
is a java.util.Set
of
Map.Entry
s which can also be accessed as a
MultiMap
. Use the entrySet()
method
of the MultiMap
to get back the MultiMapSet
.
Version: $Id: MultiMapSet.java,v 1.1 2003/03/20 01:58:20 cananian Exp $
Method Summary | |
---|---|
MultiMap<K,V> | asMap() |
MultiMap<K,V> | asMultiMap() |