Skip to content

πŸ“š Learning and experimenting with the Java Collections Framework

Notifications You must be signed in to change notification settings

dgroomes/java-collections-playground

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Β 

History

2 Commits
Β 
Β 
Β 
Β 
Β 
Β 

Repository files navigation

java-collections-playground

πŸ“š Learning and experimenting with the Java Collections Framework.


The Java Collections Framework is the name that Java uses, but I'm not sure I've ever heard this name used in conversation. Instead, I just think about Java's standard library classes like List, Set, Iterator, etc.

Instructions

  • Use Java 16
  • Build and run the program:
    • java src/dgroomes/Main.java
    • Alternatively, execute it from within an IDE like Intellij.
    • It should print:
      CountingIterator{elementsVisited=1} message: 'Hello'
      CountingIterator{elementsVisited=2} message: 'there,'
      CountingIterator{elementsVisited=3} message: 'world!'
      

Reference

About

πŸ“š Learning and experimenting with the Java Collections Framework

Resources

Stars

Watchers

Forks

Languages