public interface MapSet<K,V> extends Set<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 |
|---|---|
Map<K,V> |
asMap() |
add, addAll, clear, contains, containsAll, equals, hashCode, isEmpty, iterator, remove, removeAll, retainAll, size, spliterator, toArray, toArrayparallelStream, removeIf, streamCopyright (c) 2006 C. Scott Ananian