net.cscott.jutil

Interface MapSet<K,V>

public interface MapSet<K,V> extends Set<Entry<K,V>>

A MapSet is a java.util.Set of Map.Entrys 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 $

Author: C. Scott Ananian

Method Summary
Map<K,V>asMap()

Method Detail

asMap

public Map<K,V> asMap()
Copyright © 2003 C. Scott Ananian