getAll abstract method

List<E?> getAll(
  1. Iterable<String> keys
)

Returns all values associated with the given keys or null if a key does not exist.

Implementation

List<E?> getAll(Iterable<String> keys);