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