Releases: emirpasic/gods
Releases · emirpasic/gods
v1.3.0
v1.2.0
New features:
- Iterators extended:
- Begin() for iterators to reset iterator (one-before-first).
- End() for iterators to move iterator past the end (one-past-the-end).
- First() for iterators to jump to first element.
- Last() for reversible iterators to jump to last element.
Fixes and Improvements:
- RebBlackTree iterator to be explicit about its state
v1.1.0
v1.0.0
This is is the first official production-ready release that matured for a year. There were no issues throughout the year, so we feel comfortable calling this v1.0.0.
- Containers
- Lists
- ArrayList
- SinglyLinkedList
- DoublyLinkedList
- Sets
- HashSet
- TreeSet
- Stacks
- LinkedListStack
- ArrayStack
- Maps
- HashMap
- TreeMap
- Trees
- RedBlackTree
- BinaryHeap
- Lists
- Functions
- Comparator
- Iterator
- IteratorWithIndex
- IteratorWithKey
- Enumerable
- EnumerableWithIndex
- EnumerableWithKey
- Sort
- Container
- Appendix