Difference between revisions of "Key-value pair"

From PKC
Jump to navigation Jump to search
(Created page with "Key-value pair is a fundamental data type that is often called a hashtable or dictionary. <noinclude> Category:Namespace Management [...")
 
Line 1: Line 1:
[[wikipedia:Key-value pair|Key-value pair]] is a fundamental data type that is often called a [[hashtable]] or [[dictionary]].
[[wikipedia:Key-value pair|Key-value pair]] is a fundamental data type, which only specifies a relationship between a '''name''' or '''key''' with a '''value'''.  
{{:Key-value pairs}}
 


<noinclude>
<noinclude>
[[Category:Namespace Management]] [[Category:Universal Data Abstraction]]
[[Category:Namespace Management]] [[Category:Universal Data Abstraction]]
</noinclude>
</noinclude>

Revision as of 09:31, 19 July 2021

Key-value pair is a fundamental data type, which only specifies a relationship between a name or key with a value. Key-value pairs is the plural form of Key-value pair, A key-value pairs can be considered as a function, a hash table, or a dictionary.