getKeysForTag abstract method

Set<String> getKeysForTag(
  1. String tag
)

Gets all keys associated with a tag.

Implementation

Set<String> getKeysForTag(String tag);