Skip to content
2021 Java Programming I

2021 Java Programming I

Just another Kyoung Shin Park’s Lectures Sites site

Posted on May 19, 2021May 21, 2021 by kpark

Java Collections: List, Set, Map

Java Collections: List, Set, Map (http://web.mit.edu/6.031/www/sp17/classes/02-basic-java/#java_collections)

A List contains an ordered collection of zero or more objects, where the same object might appear multiple times.

A Set is an unordered collection of zero or more unique objects.

A Map is similar to a dictionary (key, value).

CategoriesJava Programming

Post navigation

Previous PostPrevious PersonStreamTest
Next PostNext Java9 Immutable Collection

Recent Posts

  • 최종성적공지
  • Final Exam
  • java.io.InputStream.read(byte[] b, int off, int len)
  • Exceptions
  • FileIO & Exception

Recent Comments

    Archives

    • June 2021
    • May 2021
    • April 2021
    • March 2021

    Categories

    • Homework
    • Java Programming
    • Lecture Note
    • Q&A

    Meta

    • Log in
    • Entries RSS
    • Comments RSS
    • WordPress.org
    Proudly powered by WordPress