You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@mahout.apache.org by is...@apache.org on 2013/11/20 13:19:38 UTC

svn commit: r1543801 - /mahout/site/mahout_cms/trunk/content/users/basics/mahout-collections.mdtext

Author: isabel
Date: Wed Nov 20 12:19:38 2013
New Revision: 1543801

URL: http://svn.apache.org/r1543801
Log:
MAHOUT-1245- Fix headers on collections page.

Modified:
    mahout/site/mahout_cms/trunk/content/users/basics/mahout-collections.mdtext

Modified: mahout/site/mahout_cms/trunk/content/users/basics/mahout-collections.mdtext
URL: http://svn.apache.org/viewvc/mahout/site/mahout_cms/trunk/content/users/basics/mahout-collections.mdtext?rev=1543801&r1=1543800&r2=1543801&view=diff
==============================================================================
--- mahout/site/mahout_cms/trunk/content/users/basics/mahout-collections.mdtext (original)
+++ mahout/site/mahout_cms/trunk/content/users/basics/mahout-collections.mdtext Wed Nov 20 12:19:38 2013
@@ -1,6 +1,9 @@
 Title: mahout-collections
+
+# Mahout collections
+
 <a name="mahout-collections-Introduction"></a>
-# Introduction
+## Introduction
 
 The Mahout Collections library is a set of container classes that address
 some limitations of the standard collections in Java. [This presentation](http://domino.research.ibm.com/comm/research_people.nsf/pages/sevitsky.pubs.html/$FILE/oopsla08%20memory-efficient%20java%20slides.pdf)
@@ -10,7 +13,7 @@ Mahout collections addresses two of the 
 for primitive types and the lack of open hashing.
 
 <a name="mahout-collections-PrimitiveTypes"></a>
-# Primitive Types
+## Primitive Types
 
 The most visible feature of Mahout Collections is the large collection of
 primitive type collections. Given Java's asymmetrical support for the
@@ -33,7 +36,7 @@ Since the purpose of these collections i
 autoboxing, open addressing is a consistent design choice.
 
 <a name="mahout-collections-Sets"></a>
-# Sets
+## Sets
 
 Mahout Collections includes open hash sets. Unlike *java.util*, a set is
 not a recycled hash table; the sets are separately implemented and do not