isKeyValuePaired abstract method
Checks if this class represents a key-value pair type.
Returns:
truefor Map and Map-like typesfalsefor other collection types
Implementation
bool isKeyValuePaired();
Checks if this class represents a key-value pair type.
Returns:
true for Map and Map-like typesfalse for other collection typesbool isKeyValuePaired();