keys abstract method

Iterable<String> keys(
  1. C carrier
)

Returns all the keys in the given carrier.

Implementation

Iterable<String> keys(C carrier);