Updated readme a bit.
This commit is contained in:
parent
880a9169e5
commit
e6c4d43f6e
|
@ -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
|
||||||
|
|
Loading…
Reference in New Issue