All notable changes to this project will be documented in this file. This project adheres to Semantic Versioning.
See ROADMAP.
- List methods:
- indexOf()
- lastIndexOf()
- AbstractList class.
- ArrayList.add() behavior with already present in collection elements: override inherited method.
- Export List interface.
- List interface.
- AbstractCollection class.
- ArrayList basic implementation (now it's common code with HashSet), only get method implemented.
- LinkedHashMap.put with existed key.
- Correct coverage computing.
- Interfaces and classes ported from Java Collection Framework:
- Collection
- HashSet
- Iterator
- LinkedHashMap
- Map
- Set