Node.js examples for the TypeScript Collections Framework
Start with ArrayList, which is a tutorial for the ArrayList collection
LinkedList gets into more depth on the List interface
HashSet shows the Set interface and how much easier it is to work with this Framework than with Java.
HashMap shows the Map interface and all the goodness we provide there
TreeSet shows the TreeSet class and how to work with Sorted and Navigable interfaces
CompositeCollection shows the Composite Collection class