This repository has been archived by the owner on May 28, 2019. It is now read-only.
- [FIXED]
Collection::getIterator()
now correctly resolves nestedIteratorAggregate
iterators - [NEW] Added
Set::pop()
andMap::pop()
- [IMPROVED]
LinkedList
is now implemented as a doubly-linked-list, the original implementation is available asSinglyLinkedList
- [IMPROVED] Updated autoloader to PSR-4