Updated Description
This commit is contained in:
parent
d18324619c
commit
fc6a4b48c9
14
README.md
14
README.md
|
@ -4,9 +4,10 @@ This is a Simple Primitive Collections Library i started as a hobby Project.
|
||||||
It is based on Java's Collection Library and FastUtil.
|
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, HashSet/Map (Linked & HashControl), TreeSet/Map (RB & AVL), Priority Queue.
|
ArraysList, HashSet/Map (Linked & HashControl), TreeSet/Map (RB & AVL), Priority Queue.
|
||||||
|
|
||||||
|
|
||||||
# Guide
|
# Guide
|
||||||
|
|
||||||
The SourceCode can be already generated via:
|
The SourceCode can be already generated via:
|
||||||
|
@ -15,9 +16,8 @@ to build the jar
|
||||||
/gradlew.bat build
|
/gradlew.bat build
|
||||||
do not combine the commands because they can not be executed at the same time.
|
do not combine the commands because they can not be executed at the same time.
|
||||||
|
|
||||||
Current Problem:
|
## Current Down Sides (Random order)
|
||||||
EnumMaps use sun.misc package.
|
- SplitIterators & Stream support is not implemented yet
|
||||||
Some overhauls or missing implementations have to be added. (A couple passes)
|
- EnumMaps are only normal maps no Linked Support yet
|
||||||
But technically Lists/Sets/PriorityQueues are fully usable, Maps are untested and just recently added.
|
- Testing for Sub Maps/Sets/Lists are only in a very basic way tested
|
||||||
|
- Documentation is only present at the lowest level for most cases and needs a typo fixing.
|
||||||
Documentation & Tests are going to be added very soon.
|
|
Loading…
Reference in New Issue