public class ItemMap<K,V> extends Object
ItemMap()
ItemMap(LinkedHashMap<K,V> items)
Map<K,V>
getItems()
ItemMap<K,V>
put(K key, V value)
remove(K item)
removeAll(Map<K,V> items)
int
size()
String
toString()
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
public ItemMap()
public ItemMap(LinkedHashMap<K,V> items)
public ItemMap<K,V> put(K key, V value)
public ItemMap<K,V> remove(K item)
public ItemMap<K,V> removeAll(Map<K,V> items)
public int size()
public Map<K,V> getItems()
public String toString()
toString
Object
Copyright © 2021. All rights reserved.