From 595909cfc7cc13fe10fd72a7de217b1a0565f7a4 Mon Sep 17 00:00:00 2001 From: Shautvast Date: Wed, 24 May 2023 22:14:36 +0200 Subject: [PATCH] addition --- README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index c465064..8396aa1 100644 --- a/README.md +++ b/README.md @@ -2,4 +2,6 @@ * built for speed and efficiency (within java) * uses SQLite storage with 1 exception: float is stored as f32 * needs jdk 9 (VarHandles) -* minimal reflection (once per creation of the list) \ No newline at end of file +* 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) \ No newline at end of file