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:
parent
da4f36e8bd
commit
cbfea04200
|
@ -28,7 +28,8 @@
|
||||||
<item name="Download" href="/download_collections.cgi"/>
|
<item name="Download" href="/download_collections.cgi"/>
|
||||||
<item name="Users guide" href="/userguide.html"/>
|
<item name="Users guide" href="/userguide.html"/>
|
||||||
<item name="History" href="/history.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>
|
||||||
|
|
||||||
<menu name="Development">
|
<menu name="Development">
|
||||||
|
|
|
@ -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.
|
<b>Collections 3.2.1</b> Re-packaged v3.2 release which is OSGi enabled.
|
||||||
</p>
|
</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>
|
</section>
|
||||||
|
|
||||||
</body>
|
</body>
|
||||||
|
|
Loading…
Reference in New Issue