- Type Parameters:
K
- the map keyV
- 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
a list wrapping a map; it supposes that the map never updated the outside of the list
-
Field Summary
FieldsFields inherited from class java.util.AbstractList
modCount
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class java.util.AbstractList
add, addAll, clear, equals, hashCode, indexOf, iterator, lastIndexOf, listIterator, listIterator, removeRange, subList
Methods inherited from class java.util.AbstractCollection
addAll, contains, containsAll, isEmpty, remove, removeAll, retainAll, toArray, toArray, toString
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
Methods inherited from interface java.util.Collection
parallelStream, removeIf, stream, toArray
Methods inherited from interface java.util.List
addAll, addFirst, addLast, contains, containsAll, getFirst, getLast, isEmpty, remove, removeAll, removeFirst, removeLast, replaceAll, retainAll, reversed, sort, spliterator, toArray, toArray
-
Field Details
-
source
-
keys
-
-
Constructor Details
-
MapList
-
-
Method Details
-
setKeysFromSource
public void setKeysFromSource() -
getSource
-
getKeys
-
inconsistentSource
public boolean inconsistentSource() -
get
-
size
public int size() -
add
-
remove
-
set
-