From b15b96cdc2614afd94cb5d0eedddbc204ec42fad Mon Sep 17 00:00:00 2001 From: Jon Ingi Sveinbjornsson Date: Wed, 12 Nov 2014 10:47:41 +0000 Subject: [PATCH] Added Java Generics and Collections to credits of readme --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index df9224888..3f5b0961a 100644 --- a/README.md +++ b/README.md @@ -323,6 +323,7 @@ The difference is the intent of the patterns. While Proxy controls access to the * [Design Patterns: Elements of Reusable Object-Oriented Software](http://www.amazon.com/Design-Patterns-Elements-Reusable-Object-Oriented/dp/0201633612) * [Effective Java (2nd Edition)](http://www.amazon.com/Effective-Java-Edition-Joshua-Bloch/dp/0321356683) +* [Java Generics and Collections](http://www.amazon.com/Java-Generics-Collections-Maurice-Naftalin/dp/0596527756/)