HashSet and Sets: Java Collections Framework Video Tutorial, Part 5

A tutorial on sets in Java; in this tutorial I show you how to use HashSet, TreeSet and LinkedHashSet, plus how to use the Set interface methods and how to do stuff like finding the intersection of two sets. After … Continue reading

Posted in Java, Java Collections Framework | Tagged , , , , , , , , |

Sorted Maps: Java Collections Framework Video Tutorial, Part 4

A tutorial on sorted maps in Java, plus some explanation of the Map interface and interfaces in general. After starting the video, click the maximise button to make it fullscreen so you can see the code! Code For This Tutorial … Continue reading

Posted in Java, Java Collections Framework | Tagged , , , , , , , |