public interface MapSet<K,V>
extends java.util.Set<java.util.Map.Entry<K,V>>
MapSet is a Set of
Map.Entrys which can also be accessed as a
Map. Use the Map.entrySet()
method of the Map to get back the MapSet.| Modifier and Type | Method and Description |
|---|---|
java.util.Map<K,V> |
asMap() |
Copyright (c) 2006 C. Scott Ananian