addition
This commit is contained in:
parent
7b5e61e175
commit
595909cfc7
1 changed files with 3 additions and 1 deletions
|
|
@ -3,3 +3,5 @@
|
||||||
* uses SQLite storage with 1 exception: float is stored as f32
|
* uses SQLite storage with 1 exception: float is stored as f32
|
||||||
* needs jdk 9 (VarHandles)
|
* needs jdk 9 (VarHandles)
|
||||||
* minimal reflection (once per creation of the list)
|
* minimal reflection (once per creation of the list)
|
||||||
|
|
||||||
|
* The only class (for now): [nl.sanderhautvast.contiguous.ContiguousList](https://github.com/shautvast/Contiguous/blob/main/src/main/java/nl/sanderhautvast/contiguous/ContiguousList.java)
|
||||||
Loading…
Add table
Reference in a new issue