Module org.autogui

Class GuiSwingPrefsEditor.MapList<K,V>

java.lang.Object
java.util.AbstractCollection<Map.Entry<K,V>>
java.util.AbstractList<Map.Entry<K,V>>
org.autogui.swing.prefs.GuiSwingPrefsEditor.MapList<K,V>
Type Parameters:
K - the map key
V - the map value
All Implemented Interfaces:
Iterable<Map.Entry<K,V>>, Collection<Map.Entry<K,V>>, List<Map.Entry<K,V>>, SequencedCollection<Map.Entry<K,V>>
Enclosing class:
GuiSwingPrefsEditor

public static class GuiSwingPrefsEditor.MapList<K,V> extends AbstractList<Map.Entry<K,V>>
a list wrapping a map; it supposes that the map never updated the outside of the list