forked from Speiger/Primitive-Collections
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.
|
||||
|
||||
## Main Features:
|
||||
- ArraysList
|
||||
- ArrayLists
|
||||
- HashSet/Map (Linked & HashControl)
|
||||
- TreeSet/Map (RB & AVL)
|
||||
- Priority Queue.
|
||||
- EnumMap
|
||||
- Immutable Maps/Lists/Sets
|
||||
- Priority Queue
|
||||
- Streams
|
||||
- SplitIterators
|
||||
- Iterators
|
||||
|
|
Loading…
Reference in New Issue