Updated readme a bit.

This commit is contained in:
Speiger 2021-06-27 16:05:43 +02:00
parent 880a9169e5
commit e6c4d43f6e
1 changed files with 4 additions and 2 deletions

View File

@ -5,10 +5,12 @@ It is based on Java's Collection Library and FastUtil.
But its focus is a different one. But its focus is a different one.
## Main Features: ## Main Features:
- ArraysList - ArrayLists
- HashSet/Map (Linked & HashControl) - HashSet/Map (Linked & HashControl)
- TreeSet/Map (RB & AVL) - TreeSet/Map (RB & AVL)
- Priority Queue. - EnumMap
- Immutable Maps/Lists/Sets
- Priority Queue
- Streams - Streams
- SplitIterators - SplitIterators
- Iterators - Iterators