Map<String, String> map = ...
for ([Link]<String, String> entry : [Link]()) {
[Link]([Link]() + "/" +
[Link]());
}
Map<String, Integer> map = new HashMap<>();
[Link]("one", 1);
[Link]("two", 2);
[Link]("three", 3);
for (String key : [Link]()) {
[Link]("Key: " + key + ", Value: " +
[Link](key));
}
public int size()
Returns the number of key-value mappings in this map.
public boolean containsKey(Object key)
Returns true if this map contains a mapping for the
specified key.
public boolean containsValue(Object value)
Page 1 of 2
Returns true if this map maps one or more keys to the
specified value.
Page 2 of 2