From cbfea0420024e7dadac57603989ff954ec0ca35d Mon Sep 17 00:00:00 2001 From: Thomas Neidhart Date: Mon, 17 Jun 2013 21:24:21 +0000 Subject: [PATCH] Update site. git-svn-id: https://svn.apache.org/repos/asf/commons/proper/collections/trunk@1493945 13f79535-47bb-0310-9956-ffa450edef68 --- src/site/site.xml | 3 ++- src/site/xdoc/history.xml | 10 ++++++++++ 2 files changed, 12 insertions(+), 1 deletion(-) diff --git a/src/site/site.xml b/src/site/site.xml index 4867f95e9..9c3b43cf8 100644 --- a/src/site/site.xml +++ b/src/site/site.xml @@ -28,7 +28,8 @@ - + + diff --git a/src/site/xdoc/history.xml b/src/site/xdoc/history.xml index 262f62378..7572a0fc3 100644 --- a/src/site/xdoc/history.xml +++ b/src/site/xdoc/history.xml @@ -104,6 +104,16 @@ Notably MultiValueMap is a new more flexible implementation of MultiHashMap. Collections 3.2.1 Re-packaged v3.2 release which is OSGi enabled.

+

+Collections 4.0 represented a major revamp of collections by supporting +new language features introduced with Java 1.5, mainly support for generics. +

+

+New interfaces Put, Get and Trie were added, whereas the Buffer interface has +been replaced by java.util.Queue. Also added were several new Iterators as well as +an implementation of a Patricia Trie. +

+