This shows you the differences between two versions of the page.
poo:laboratoare:09 [2020/12/02 10:14] carmen.odubasteanu |
poo:laboratoare:09 [2023/12/09 11:43] (current) carmen.odubasteanu |
||
---|---|---|---|
Line 1: | Line 1: | ||
- | ===== Laboratorul 09. ===== | + | ===== Laboratorul 12. ===== |
=== Problema 1 === | === Problema 1 === | ||
Line 32: | Line 32: | ||
public String toString(); | public String toString(); | ||
public V put(K, V); | public V put(K, V); | ||
- | public V get(K); | + | public V get(Object ); |
public Set<K> keySet(); | public Set<K> keySet(); | ||
public Collection<V> values(); | public Collection<V> values(); |