isKeyValuePaired abstract method

bool isKeyValuePaired()

Checks if this class represents a key-value pair type.

Returns:

  • true for Map and Map-like types
  • false for other collection types

Implementation

bool isKeyValuePaired();