2.1.0
Features
- New List:
DoubleLinkedList
clear()
method for removing all elements of the list (alias:removeAll()
) -> thanks to @nnyerges for the idea (#13)
Examples
- add
clear()
call
Fix
- Removing elements in SingleLinkedLists
Internal Changes
- Add private Class for Entries
- Reorder methods
- add new Class and new methods to keywords file
Full Changelog: v2.0.0...v2.1.0