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 java.util.Map.Entrys which can also be accessed as a java.util.Map. Use the Map#entrySet() method of the Map to get back the MapSet.

Version: $Id: MapSet.java,v 1.3 2006-10-30 20:14:41 cananian Exp $

Author: C. Scott Ananian

Method Summary
Map<K,V>asMap()

Method Detail

asMap

public Map<K,V> asMap()
Copyright (c) 2006 C. Scott Ananian