public interface VarMap<K,V>
V
get(K key)
void
put(K key, V value)
remove(K key)
void put(K key, V value)
V get(K key)
V remove(K key)