Update site.

git-svn-id: https://svn.apache.org/repos/asf/commons/proper/collections/trunk@1493945 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Thomas Neidhart 2013-06-17 21:24:21 +00:00
parent da4f36e8bd
commit cbfea04200
2 changed files with 12 additions and 1 deletions

View File

@ -28,7 +28,8 @@
<item name="Download" href="/download_collections.cgi"/>
<item name="Users guide" href="/userguide.html"/>
<item name="History" href="/history.html"/>
<item name="Javadoc (3.2 release)" href="/javadocs/api-release/index.html"/>
<item name="Javadoc (4.0 release)" href="/javadocs/api-release/index.html"/>
<item name="Javadoc (3.2.1 release)" href="/javadocs/api-3.2.1/index.html"/>
</menu>
<menu name="Development">

View File

@ -104,6 +104,16 @@ Notably MultiValueMap is a new more flexible implementation of MultiHashMap.
<b>Collections 3.2.1</b> Re-packaged v3.2 release which is OSGi enabled.
</p>
<p>
<b>Collections 4.0</b> represented a major revamp of collections by supporting
new language features introduced with Java 1.5, mainly support for generics.
</p>
<p>
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.
</p>
</section>
</body>