getId abstract method

Identifier getId(
  1. K key
)

Returns a value at key as Identifier.

FormatException is thrown if an underlying value is unavailable or cannot be converted to Identifier.

Implementation

Identifier getId(K key);