<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
  <channel>
    <title>Java Maps :: CC 210 Textbook</title>
    <link>https://textbooks.cs.ksu.edu/cc210/15-collections/04-java/04-maps/video/index.html</link>
    <description>Resources Slides Video Script The next collection we’ll review is the map, also known as the dictionary. A map is a collection that associates a key with a value. However, instead of arrays associating an array index with a value, a map can use any data type as the key as well as the value. Because of this, maps are easily searchable by key, and are typically used to store and retrieve data quickly in a program.</description>
    <generator>Hugo</generator>
    <language>en-us</language>
    <atom:link href="https://textbooks.cs.ksu.edu/cc210/15-collections/04-java/04-maps/video/index.xml" rel="self" type="application/rss+xml" />
  </channel>
</rss>