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