From e6c4d43f6e5c4bc7ddf2e0e62a0fcf29da8c43b9 Mon Sep 17 00:00:00 2001 From: Speiger Date: Sun, 27 Jun 2021 16:05:43 +0200 Subject: [PATCH] Updated readme a bit. --- README.md | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index dbd6b492..fa6acf4a 100644 --- a/README.md +++ b/README.md @@ -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