From 3177e3b3af087f81b1cbad7f02bd36d1d1db5e83 Mon Sep 17 00:00:00 2001 From: MMonik Date: Wed, 24 May 2017 19:44:14 +0300 Subject: [PATCH] Update README.md (#1924) --- core-java/README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/core-java/README.md b/core-java/README.md index c21c8f35ec..0369e88439 100644 --- a/core-java/README.md +++ b/core-java/README.md @@ -104,4 +104,5 @@ - [Guide to DelayQueue](http://www.baeldung.com/java-delay-queue) - [Comparing getPath(), getAbsolutePath(), and getCanonicalPath() in Java](http://www.baeldung.com/java-path) - [How to Add a Single Element to a Stream](http://www.baeldung.com/java-stream-append-prepend) +- [LongAdder and LongAccumulator in Java](http://www.baeldung.com/java-longadder-and-longaccumulator) - [Using Java MappedByteBuffer](http://www.baeldung.com/java-mapped-byte-buffer)