Skip to content

Java Collection Framework

moinuddin14 edited this page Mar 12, 2016 · 8 revisions

Welcome to the CoreJavaExamples wiki!

In this section, we will be discussing the Java Collection Framework, and that includes the following sections!

Refer to the package com.core.java.basics.examples for the examples

  1. Collection vs Collections

  2. Legacy Vector

  3. Lists

    • ArrayList
    • LinkedList
    • ListIterator
  4. Sets

    • HashSet
    • LinkedHashSet
    • TreeSet
  5. Maps

    • Map Interface
    • HashMap
    • LinkedHashMap
    • TreeMap
  6. Queues

  7. Sorting

  8. Comparable vs Comparator