public class Map2<K,V> extends Object implements Iterable<K>
Map2(Map<K,V> map1, Map2<K,V> map2)
boolean
containsKey(K key)
V
get(K key)
isEmpty()
Iterator<K>
iterator()
void
put(K key, V value)
int
size()
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
public Map2(Map<K,V> map1, Map2<K,V> map2)
public boolean containsKey(K key)
public V get(K key)
public void put(K key, V value)
public Iterator<K> iterator()
iterator
Iterable<K>
public boolean isEmpty()
public int size()
Licenced under the Apache License, Version 2.0