Merge "[Native][25/11/2013][Add]Adding BigInteger class" into tizen
[platform/framework/native/appfw.git] / inc / FBaseColHashMapT.h
index 55fdb11..e731325 100644 (file)
@@ -1,5 +1,4 @@
 //
-// Open Service Platform
 // Copyright (c) 2012 Samsung Electronics Co., Ltd.
 //
 // Licensed under the Apache License, Version 2.0 (the License);
@@ -35,7 +34,6 @@
 #include <FBaseComparerT.h>
 #include <FBaseFloat.h>
 
-
 namespace Tizen { namespace Base { namespace Collection
 {
 
@@ -151,8 +149,8 @@ public:
         * @since 2.0
         *
         * @return              An error code
-        * @param[in]   capacity        The initial capacity
-        * @param[in]   loadFactor      The maximum ratio of elements to buckets
+        * @param[in]   capacity                The initial capacity
+        * @param[in]   loadFactor              The maximum ratio of elements to buckets
         * @exception   E_SUCCESS               The method is successful.
         * @exception   E_INVALID_ARG   A specified input parameter is invalid, or
         *                                                              the @c capacity or the @c loadFactor is negative.
@@ -346,7 +344,7 @@ CATCH:
         * @return              An error code
         * @param[in]   map                     The map to copy
         * @param[in]   loadFactor      The maximum ratio of elements to buckets @n
-        *                           If it is @c 0, the default load factor (0.75) is used.
+        *                                                      If it is @c 0, the default load factor (0.75) is used.
         * @param[in]   provider        An instance of the IHashCodeProviderT-derived class that supplies the hash codes
         *                                                      for all keys in this map
         * @param[in]   comparer        An instance of the IComparerT-derived class to use when comparing keys
@@ -487,7 +485,7 @@ CATCH:
         *
         * @return              The value associated with the key, @n
         *                              else @c null if an exception occurs
-        * @param[in]   key     The key to locate
+        * @param[in]   key             The key to locate
         * @param[out]  value   The value associated with the key
         * @exception   E_SUCCESS                       The method is successful.
         * @exception   E_INVALID_ARG           A specified input parameter is invalid, or
@@ -528,7 +526,7 @@ CATCH:
         *
         * @return              The value associated with the key, @n
         *                              else @c null if an exception occurs
-        * @param[in]   key     The key to locate
+        * @param[in]   key             The key to locate
         * @param[out]  value   The value associated with the key
         * @exception   E_SUCCESS                       The method is successful.
         * @exception   E_INVALID_ARG           A specified input parameter is invalid, or
@@ -756,8 +754,8 @@ CATCH:
         * @since 2.0
         *
         * @return              An error code
-        * @param[in]   key     The key to locate
-        * @param[out]  out     Set to @c true if the map contains the specified @c key, @n
+        * @param[in]   key             The key to locate
+        * @param[out]  out     Set to @c true if the map contains the specified @c key, @n
         *                                              else @c false
         * @exception   E_SUCCESS                       The method is successful.
         * @exception   E_INVALID_ARG           A specified input parameter is invalid, or
@@ -908,7 +906,7 @@ private:
         * Copies all the pairs from a specified @c map to this map.
         *
         * @return              An error code
-        * @param[in]   map The map to copy
+        * @param[in]   map                                     The map to copy
         * @exception   E_SUCCESS                       The method is successful.
         * @exception   E_INVALID_OPERATION     The current state of the instance prohibits the execution of the specified operation. @n
         *                                                                      The @c map is modified during the operation of this method.
@@ -1160,7 +1158,7 @@ public:
         * @since 2.0
         *
         * @return              An error code
-        * @param[out]  obj The current object
+        * @param[out]  obj                                     The current object
         * @exception   E_SUCCESS                       The method is successful.
         * @exception   E_INVALID_OPERATION     The current state of the instance prohibits the execution of the specified operation. @n
         *                                                                      This enumerator is currently positioned before the first element or
@@ -1240,7 +1238,7 @@ public:
         * @since 2.0
         *
         * @return              An error code
-        * @param[out]  key The current key
+        * @param[out]  key                                     The current key
         * @exception   E_SUCCESS                       The method is successful.
         * @exception   E_INVALID_OPERATION     The current state of the instance prohibits the execution of the specified operation. @n
         *                                                                      This enumerator is currently positioned before the first element or