addKeys abstract method

void addKeys(
  1. Iterable<String> keys
)

Add each key in keys.

If a key does not allready exists then it is mapped to an empty value collection, otherwise no change occurs.

Implementation

void addKeys(Iterable<String> keys);