Lines Matching refs:values

35 // Note on naming: for the classes holding numeric values, a more natural
54 * values. This performs better than boxing into NSNumbers in NSDictionaries.
64 * Initializes this dictionary, copying the given values and keys.
66 * @param values The values to be placed in this dictionary.
67 * @param keys The keys under which to store the values.
70 * @return A newly initialized dictionary with a copy of the values and keys.
72 - (instancetype)initWithUInt32s:(const uint32_t [__nullable])values
105 * Enumerates the keys and values on this dictionary with the given block.
116 * Adds the keys and values from another dictionary.
149 * values. This performs better than boxing into NSNumbers in NSDictionaries.
159 * Initializes this dictionary, copying the given values and keys.
161 * @param values The values to be placed in this dictionary.
162 * @param keys The keys under which to store the values.
165 * @return A newly initialized dictionary with a copy of the values and keys.
167 - (instancetype)initWithInt32s:(const int32_t [__nullable])values
200 * Enumerates the keys and values on this dictionary with the given block.
211 * Adds the keys and values from another dictionary.
244 * values. This performs better than boxing into NSNumbers in NSDictionaries.
254 * Initializes this dictionary, copying the given values and keys.
256 * @param values The values to be placed in this dictionary.
257 * @param keys The keys under which to store the values.
260 * @return A newly initialized dictionary with a copy of the values and keys.
262 - (instancetype)initWithUInt64s:(const uint64_t [__nullable])values
295 * Enumerates the keys and values on this dictionary with the given block.
306 * Adds the keys and values from another dictionary.
339 * values. This performs better than boxing into NSNumbers in NSDictionaries.
349 * Initializes this dictionary, copying the given values and keys.
351 * @param values The values to be placed in this dictionary.
352 * @param keys The keys under which to store the values.
355 * @return A newly initialized dictionary with a copy of the values and keys.
357 - (instancetype)initWithInt64s:(const int64_t [__nullable])values
390 * Enumerates the keys and values on this dictionary with the given block.
401 * Adds the keys and values from another dictionary.
434 * values. This performs better than boxing into NSNumbers in NSDictionaries.
444 * Initializes this dictionary, copying the given values and keys.
446 * @param values The values to be placed in this dictionary.
447 * @param keys The keys under which to store the values.
450 * @return A newly initialized dictionary with a copy of the values and keys.
452 - (instancetype)initWithBools:(const BOOL [__nullable])values
485 * Enumerates the keys and values on this dictionary with the given block.
496 * Adds the keys and values from another dictionary.
529 * values. This performs better than boxing into NSNumbers in NSDictionaries.
539 * Initializes this dictionary, copying the given values and keys.
541 * @param values The values to be placed in this dictionary.
542 * @param keys The keys under which to store the values.
545 * @return A newly initialized dictionary with a copy of the values and keys.
547 - (instancetype)initWithFloats:(const float [__nullable])values
580 * Enumerates the keys and values on this dictionary with the given block.
591 * Adds the keys and values from another dictionary.
624 * values. This performs better than boxing into NSNumbers in NSDictionaries.
634 * Initializes this dictionary, copying the given values and keys.
636 * @param values The values to be placed in this dictionary.
637 * @param keys The keys under which to store the values.
640 * @return A newly initialized dictionary with a copy of the values and keys.
642 - (instancetype)initWithDoubles:(const double [__nullable])values
675 * Enumerates the keys and values on this dictionary with the given block.
686 * Adds the keys and values from another dictionary.
719 * values. This performs better than boxing into NSNumbers in NSDictionaries.
743 * @param values The raw enum values values to be placed in the dictionary.
744 * @param keys The keys under which to store the values.
747 * @return A newly initialized dictionary with the keys and values in it.
750 rawValues:(const int32_t [__nullable])values
791 * Enumerates the keys and values on this dictionary with the given block.
804 * @note This method bypass the validationFunc to enable the access of values that
815 * Enumerates the keys and values on this dictionary with the given block.
817 * @note This method bypass the validationFunc to enable the access of values that
829 * Adds the keys and raw enum values from another dictionary.
831 * @note This method bypass the validationFunc to enable the setting of values that
842 // values.
855 * @note This method bypass the validationFunc to enable the setting of values that
881 * values. This performs better than boxing into NSNumbers in NSDictionaries.
891 * Initializes this dictionary, copying the given values and keys.
893 * @param objects The values to be placed in this dictionary.
894 * @param keys The keys under which to store the values.
897 * @return A newly initialized dictionary with a copy of the values and keys.
931 * Enumerates the keys and values on this dictionary with the given block.
942 * Adds the keys and values from another dictionary.
975 * values. This performs better than boxing into NSNumbers in NSDictionaries.
985 * Initializes this dictionary, copying the given values and keys.
987 * @param values The values to be placed in this dictionary.
988 * @param keys The keys under which to store the values.
991 * @return A newly initialized dictionary with a copy of the values and keys.
993 - (instancetype)initWithUInt32s:(const uint32_t [__nullable])values
1026 * Enumerates the keys and values on this dictionary with the given block.
1037 * Adds the keys and values from another dictionary.
1070 * values. This performs better than boxing into NSNumbers in NSDictionaries.
1080 * Initializes this dictionary, copying the given values and keys.
1082 * @param values The values to be placed in this dictionary.
1083 * @param keys The keys under which to store the values.
1086 * @return A newly initialized dictionary with a copy of the values and keys.
1088 - (instancetype)initWithInt32s:(const int32_t [__nullable])values
1121 * Enumerates the keys and values on this dictionary with the given block.
1132 * Adds the keys and values from another dictionary.
1165 * values. This performs better than boxing into NSNumbers in NSDictionaries.
1175 * Initializes this dictionary, copying the given values and keys.
1177 * @param values The values to be placed in this dictionary.
1178 * @param keys The keys under which to store the values.
1181 * @return A newly initialized dictionary with a copy of the values and keys.
1183 - (instancetype)initWithUInt64s:(const uint64_t [__nullable])values
1216 * Enumerates the keys and values on this dictionary with the given block.
1227 * Adds the keys and values from another dictionary.
1260 * values. This performs better than boxing into NSNumbers in NSDictionaries.
1270 * Initializes this dictionary, copying the given values and keys.
1272 * @param values The values to be placed in this dictionary.
1273 * @param keys The keys under which to store the values.
1276 * @return A newly initialized dictionary with a copy of the values and keys.
1278 - (instancetype)initWithInt64s:(const int64_t [__nullable])values
1311 * Enumerates the keys and values on this dictionary with the given block.
1322 * Adds the keys and values from another dictionary.
1355 * values. This performs better than boxing into NSNumbers in NSDictionaries.
1365 * Initializes this dictionary, copying the given values and keys.
1367 * @param values The values to be placed in this dictionary.
1368 * @param keys The keys under which to store the values.
1371 * @return A newly initialized dictionary with a copy of the values and keys.
1373 - (instancetype)initWithBools:(const BOOL [__nullable])values
1406 * Enumerates the keys and values on this dictionary with the given block.
1417 * Adds the keys and values from another dictionary.
1450 * values. This performs better than boxing into NSNumbers in NSDictionaries.
1460 * Initializes this dictionary, copying the given values and keys.
1462 * @param values The values to be placed in this dictionary.
1463 * @param keys The keys under which to store the values.
1466 * @return A newly initialized dictionary with a copy of the values and keys.
1468 - (instancetype)initWithFloats:(const float [__nullable])values
1501 * Enumerates the keys and values on this dictionary with the given block.
1512 * Adds the keys and values from another dictionary.
1545 * values. This performs better than boxing into NSNumbers in NSDictionaries.
1555 * Initializes this dictionary, copying the given values and keys.
1557 * @param values The values to be placed in this dictionary.
1558 * @param keys The keys under which to store the values.
1561 * @return A newly initialized dictionary with a copy of the values and keys.
1563 - (instancetype)initWithDoubles:(const double [__nullable])values
1596 * Enumerates the keys and values on this dictionary with the given block.
1607 * Adds the keys and values from another dictionary.
1640 * values. This performs better than boxing into NSNumbers in NSDictionaries.
1664 * @param values The raw enum values values to be placed in the dictionary.
1665 * @param keys The keys under which to store the values.
1668 * @return A newly initialized dictionary with the keys and values in it.
1671 rawValues:(const int32_t [__nullable])values
1712 * Enumerates the keys and values on this dictionary with the given block.
1725 * @note This method bypass the validationFunc to enable the access of values that
1736 * Enumerates the keys and values on this dictionary with the given block.
1738 * @note This method bypass the validationFunc to enable the access of values that
1750 * Adds the keys and raw enum values from another dictionary.
1752 * @note This method bypass the validationFunc to enable the setting of values that
1763 // values.
1776 * @note This method bypass the validationFunc to enable the setting of values that
1802 * values. This performs better than boxing into NSNumbers in NSDictionaries.
1812 * Initializes this dictionary, copying the given values and keys.
1814 * @param objects The values to be placed in this dictionary.
1815 * @param keys The keys under which to store the values.
1818 * @return A newly initialized dictionary with a copy of the values and keys.
1852 * Enumerates the keys and values on this dictionary with the given block.
1863 * Adds the keys and values from another dictionary.
1896 * values. This performs better than boxing into NSNumbers in NSDictionaries.
1906 * Initializes this dictionary, copying the given values and keys.
1908 * @param values The values to be placed in this dictionary.
1909 * @param keys The keys under which to store the values.
1912 * @return A newly initialized dictionary with a copy of the values and keys.
1914 - (instancetype)initWithUInt32s:(const uint32_t [__nullable])values
1947 * Enumerates the keys and values on this dictionary with the given block.
1958 * Adds the keys and values from another dictionary.
1991 * values. This performs better than boxing into NSNumbers in NSDictionaries.
2001 * Initializes this dictionary, copying the given values and keys.
2003 * @param values The values to be placed in this dictionary.
2004 * @param keys The keys under which to store the values.
2007 * @return A newly initialized dictionary with a copy of the values and keys.
2009 - (instancetype)initWithInt32s:(const int32_t [__nullable])values
2042 * Enumerates the keys and values on this dictionary with the given block.
2053 * Adds the keys and values from another dictionary.
2086 * values. This performs better than boxing into NSNumbers in NSDictionaries.
2096 * Initializes this dictionary, copying the given values and keys.
2098 * @param values The values to be placed in this dictionary.
2099 * @param keys The keys under which to store the values.
2102 * @return A newly initialized dictionary with a copy of the values and keys.
2104 - (instancetype)initWithUInt64s:(const uint64_t [__nullable])values
2137 * Enumerates the keys and values on this dictionary with the given block.
2148 * Adds the keys and values from another dictionary.
2181 * values. This performs better than boxing into NSNumbers in NSDictionaries.
2191 * Initializes this dictionary, copying the given values and keys.
2193 * @param values The values to be placed in this dictionary.
2194 * @param keys The keys under which to store the values.
2197 * @return A newly initialized dictionary with a copy of the values and keys.
2199 - (instancetype)initWithInt64s:(const int64_t [__nullable])values
2232 * Enumerates the keys and values on this dictionary with the given block.
2243 * Adds the keys and values from another dictionary.
2276 * values. This performs better than boxing into NSNumbers in NSDictionaries.
2286 * Initializes this dictionary, copying the given values and keys.
2288 * @param values The values to be placed in this dictionary.
2289 * @param keys The keys under which to store the values.
2292 * @return A newly initialized dictionary with a copy of the values and keys.
2294 - (instancetype)initWithBools:(const BOOL [__nullable])values
2327 * Enumerates the keys and values on this dictionary with the given block.
2338 * Adds the keys and values from another dictionary.
2371 * values. This performs better than boxing into NSNumbers in NSDictionaries.
2381 * Initializes this dictionary, copying the given values and keys.
2383 * @param values The values to be placed in this dictionary.
2384 * @param keys The keys under which to store the values.
2387 * @return A newly initialized dictionary with a copy of the values and keys.
2389 - (instancetype)initWithFloats:(const float [__nullable])values
2422 * Enumerates the keys and values on this dictionary with the given block.
2433 * Adds the keys and values from another dictionary.
2466 * values. This performs better than boxing into NSNumbers in NSDictionaries.
2476 * Initializes this dictionary, copying the given values and keys.
2478 * @param values The values to be placed in this dictionary.
2479 * @param keys The keys under which to store the values.
2482 * @return A newly initialized dictionary with a copy of the values and keys.
2484 - (instancetype)initWithDoubles:(const double [__nullable])values
2517 * Enumerates the keys and values on this dictionary with the given block.
2528 * Adds the keys and values from another dictionary.
2561 * values. This performs better than boxing into NSNumbers in NSDictionaries.
2585 * @param values The raw enum values values to be placed in the dictionary.
2586 * @param keys The keys under which to store the values.
2589 * @return A newly initialized dictionary with the keys and values in it.
2592 rawValues:(const int32_t [__nullable])values
2633 * Enumerates the keys and values on this dictionary with the given block.
2646 * @note This method bypass the validationFunc to enable the access of values that
2657 * Enumerates the keys and values on this dictionary with the given block.
2659 * @note This method bypass the validationFunc to enable the access of values that
2671 * Adds the keys and raw enum values from another dictionary.
2673 * @note This method bypass the validationFunc to enable the setting of values that
2684 // values.
2697 * @note This method bypass the validationFunc to enable the setting of values that
2723 * values. This performs better than boxing into NSNumbers in NSDictionaries.
2733 * Initializes this dictionary, copying the given values and keys.
2735 * @param objects The values to be placed in this dictionary.
2736 * @param keys The keys under which to store the values.
2739 * @return A newly initialized dictionary with a copy of the values and keys.
2773 * Enumerates the keys and values on this dictionary with the given block.
2784 * Adds the keys and values from another dictionary.
2817 * values. This performs better than boxing into NSNumbers in NSDictionaries.
2827 * Initializes this dictionary, copying the given values and keys.
2829 * @param values The values to be placed in this dictionary.
2830 * @param keys The keys under which to store the values.
2833 * @return A newly initialized dictionary with a copy of the values and keys.
2835 - (instancetype)initWithUInt32s:(const uint32_t [__nullable])values
2868 * Enumerates the keys and values on this dictionary with the given block.
2879 * Adds the keys and values from another dictionary.
2912 * values. This performs better than boxing into NSNumbers in NSDictionaries.
2922 * Initializes this dictionary, copying the given values and keys.
2924 * @param values The values to be placed in this dictionary.
2925 * @param keys The keys under which to store the values.
2928 * @return A newly initialized dictionary with a copy of the values and keys.
2930 - (instancetype)initWithInt32s:(const int32_t [__nullable])values
2963 * Enumerates the keys and values on this dictionary with the given block.
2974 * Adds the keys and values from another dictionary.
3007 * values. This performs better than boxing into NSNumbers in NSDictionaries.
3017 * Initializes this dictionary, copying the given values and keys.
3019 * @param values The values to be placed in this dictionary.
3020 * @param keys The keys under which to store the values.
3023 * @return A newly initialized dictionary with a copy of the values and keys.
3025 - (instancetype)initWithUInt64s:(const uint64_t [__nullable])values
3058 * Enumerates the keys and values on this dictionary with the given block.
3069 * Adds the keys and values from another dictionary.
3102 * values. This performs better than boxing into NSNumbers in NSDictionaries.
3112 * Initializes this dictionary, copying the given values and keys.
3114 * @param values The values to be placed in this dictionary.
3115 * @param keys The keys under which to store the values.
3118 * @return A newly initialized dictionary with a copy of the values and keys.
3120 - (instancetype)initWithInt64s:(const int64_t [__nullable])values
3153 * Enumerates the keys and values on this dictionary with the given block.
3164 * Adds the keys and values from another dictionary.
3197 * values. This performs better than boxing into NSNumbers in NSDictionaries.
3207 * Initializes this dictionary, copying the given values and keys.
3209 * @param values The values to be placed in this dictionary.
3210 * @param keys The keys under which to store the values.
3213 * @return A newly initialized dictionary with a copy of the values and keys.
3215 - (instancetype)initWithBools:(const BOOL [__nullable])values
3248 * Enumerates the keys and values on this dictionary with the given block.
3259 * Adds the keys and values from another dictionary.
3292 * values. This performs better than boxing into NSNumbers in NSDictionaries.
3302 * Initializes this dictionary, copying the given values and keys.
3304 * @param values The values to be placed in this dictionary.
3305 * @param keys The keys under which to store the values.
3308 * @return A newly initialized dictionary with a copy of the values and keys.
3310 - (instancetype)initWithFloats:(const float [__nullable])values
3343 * Enumerates the keys and values on this dictionary with the given block.
3354 * Adds the keys and values from another dictionary.
3387 * values. This performs better than boxing into NSNumbers in NSDictionaries.
3397 * Initializes this dictionary, copying the given values and keys.
3399 * @param values The values to be placed in this dictionary.
3400 * @param keys The keys under which to store the values.
3403 * @return A newly initialized dictionary with a copy of the values and keys.
3405 - (instancetype)initWithDoubles:(const double [__nullable])values
3438 * Enumerates the keys and values on this dictionary with the given block.
3449 * Adds the keys and values from another dictionary.
3482 * values. This performs better than boxing into NSNumbers in NSDictionaries.
3506 * @param values The raw enum values values to be placed in the dictionary.
3507 * @param keys The keys under which to store the values.
3510 * @return A newly initialized dictionary with the keys and values in it.
3513 rawValues:(const int32_t [__nullable])values
3554 * Enumerates the keys and values on this dictionary with the given block.
3567 * @note This method bypass the validationFunc to enable the access of values that
3578 * Enumerates the keys and values on this dictionary with the given block.
3580 * @note This method bypass the validationFunc to enable the access of values that
3592 * Adds the keys and raw enum values from another dictionary.
3594 * @note This method bypass the validationFunc to enable the setting of values that
3605 // values.
3618 * @note This method bypass the validationFunc to enable the setting of values that
3644 * values. This performs better than boxing into NSNumbers in NSDictionaries.
3654 * Initializes this dictionary, copying the given values and keys.
3656 * @param objects The values to be placed in this dictionary.
3657 * @param keys The keys under which to store the values.
3660 * @return A newly initialized dictionary with a copy of the values and keys.
3694 * Enumerates the keys and values on this dictionary with the given block.
3705 * Adds the keys and values from another dictionary.
3738 * values. This performs better than boxing into NSNumbers in NSDictionaries.
3748 * Initializes this dictionary, copying the given values and keys.
3750 * @param values The values to be placed in this dictionary.
3751 * @param keys The keys under which to store the values.
3754 * @return A newly initialized dictionary with a copy of the values and keys.
3756 - (instancetype)initWithUInt32s:(const uint32_t [__nullable])values
3789 * Enumerates the keys and values on this dictionary with the given block.
3800 * Adds the keys and values from another dictionary.
3833 * values. This performs better than boxing into NSNumbers in NSDictionaries.
3843 * Initializes this dictionary, copying the given values and keys.
3845 * @param values The values to be placed in this dictionary.
3846 * @param keys The keys under which to store the values.
3849 * @return A newly initialized dictionary with a copy of the values and keys.
3851 - (instancetype)initWithInt32s:(const int32_t [__nullable])values
3884 * Enumerates the keys and values on this dictionary with the given block.
3895 * Adds the keys and values from another dictionary.
3928 * values. This performs better than boxing into NSNumbers in NSDictionaries.
3938 * Initializes this dictionary, copying the given values and keys.
3940 * @param values The values to be placed in this dictionary.
3941 * @param keys The keys under which to store the values.
3944 * @return A newly initialized dictionary with a copy of the values and keys.
3946 - (instancetype)initWithUInt64s:(const uint64_t [__nullable])values
3979 * Enumerates the keys and values on this dictionary with the given block.
3990 * Adds the keys and values from another dictionary.
4023 * values. This performs better than boxing into NSNumbers in NSDictionaries.
4033 * Initializes this dictionary, copying the given values and keys.
4035 * @param values The values to be placed in this dictionary.
4036 * @param keys The keys under which to store the values.
4039 * @return A newly initialized dictionary with a copy of the values and keys.
4041 - (instancetype)initWithInt64s:(const int64_t [__nullable])values
4074 * Enumerates the keys and values on this dictionary with the given block.
4085 * Adds the keys and values from another dictionary.
4118 * values. This performs better than boxing into NSNumbers in NSDictionaries.
4128 * Initializes this dictionary, copying the given values and keys.
4130 * @param values The values to be placed in this dictionary.
4131 * @param keys The keys under which to store the values.
4134 * @return A newly initialized dictionary with a copy of the values and keys.
4136 - (instancetype)initWithBools:(const BOOL [__nullable])values
4169 * Enumerates the keys and values on this dictionary with the given block.
4180 * Adds the keys and values from another dictionary.
4213 * values. This performs better than boxing into NSNumbers in NSDictionaries.
4223 * Initializes this dictionary, copying the given values and keys.
4225 * @param values The values to be placed in this dictionary.
4226 * @param keys The keys under which to store the values.
4229 * @return A newly initialized dictionary with a copy of the values and keys.
4231 - (instancetype)initWithFloats:(const float [__nullable])values
4264 * Enumerates the keys and values on this dictionary with the given block.
4275 * Adds the keys and values from another dictionary.
4308 * values. This performs better than boxing into NSNumbers in NSDictionaries.
4318 * Initializes this dictionary, copying the given values and keys.
4320 * @param values The values to be placed in this dictionary.
4321 * @param keys The keys under which to store the values.
4324 * @return A newly initialized dictionary with a copy of the values and keys.
4326 - (instancetype)initWithDoubles:(const double [__nullable])values
4359 * Enumerates the keys and values on this dictionary with the given block.
4370 * Adds the keys and values from another dictionary.
4403 * values. This performs better than boxing into NSNumbers in NSDictionaries.
4427 * @param values The raw enum values values to be placed in the dictionary.
4428 * @param keys The keys under which to store the values.
4431 * @return A newly initialized dictionary with the keys and values in it.
4434 rawValues:(const int32_t [__nullable])values
4475 * Enumerates the keys and values on this dictionary with the given block.
4488 * @note This method bypass the validationFunc to enable the access of values that
4499 * Enumerates the keys and values on this dictionary with the given block.
4501 * @note This method bypass the validationFunc to enable the access of values that
4513 * Adds the keys and raw enum values from another dictionary.
4515 * @note This method bypass the validationFunc to enable the setting of values that
4526 // values.
4539 * @note This method bypass the validationFunc to enable the setting of values that
4565 * values. This performs better than boxing into NSNumbers in NSDictionaries.
4575 * Initializes this dictionary, copying the given values and keys.
4577 * @param objects The values to be placed in this dictionary.
4578 * @param keys The keys under which to store the values.
4581 * @return A newly initialized dictionary with a copy of the values and keys.
4615 * Enumerates the keys and values on this dictionary with the given block.
4626 * Adds the keys and values from another dictionary.
4659 * values. This performs better than boxing into NSNumbers in NSDictionaries.
4669 * Initializes this dictionary, copying the given values and keys.
4671 * @param values The values to be placed in this dictionary.
4672 * @param keys The keys under which to store the values.
4675 * @return A newly initialized dictionary with a copy of the values and keys.
4677 - (instancetype)initWithUInt32s:(const uint32_t [__nullable])values
4710 * Enumerates the keys and values on this dictionary with the given block.
4721 * Adds the keys and values from another dictionary.
4754 * values. This performs better than boxing into NSNumbers in NSDictionaries.
4764 * Initializes this dictionary, copying the given values and keys.
4766 * @param values The values to be placed in this dictionary.
4767 * @param keys The keys under which to store the values.
4770 * @return A newly initialized dictionary with a copy of the values and keys.
4772 - (instancetype)initWithInt32s:(const int32_t [__nullable])values
4805 * Enumerates the keys and values on this dictionary with the given block.
4816 * Adds the keys and values from another dictionary.
4849 * values. This performs better than boxing into NSNumbers in NSDictionaries.
4859 * Initializes this dictionary, copying the given values and keys.
4861 * @param values The values to be placed in this dictionary.
4862 * @param keys The keys under which to store the values.
4865 * @return A newly initialized dictionary with a copy of the values and keys.
4867 - (instancetype)initWithUInt64s:(const uint64_t [__nullable])values
4900 * Enumerates the keys and values on this dictionary with the given block.
4911 * Adds the keys and values from another dictionary.
4944 * values. This performs better than boxing into NSNumbers in NSDictionaries.
4954 * Initializes this dictionary, copying the given values and keys.
4956 * @param values The values to be placed in this dictionary.
4957 * @param keys The keys under which to store the values.
4960 * @return A newly initialized dictionary with a copy of the values and keys.
4962 - (instancetype)initWithInt64s:(const int64_t [__nullable])values
4995 * Enumerates the keys and values on this dictionary with the given block.
5006 * Adds the keys and values from another dictionary.
5039 * values. This performs better than boxing into NSNumbers in NSDictionaries.
5049 * Initializes this dictionary, copying the given values and keys.
5051 * @param values The values to be placed in this dictionary.
5052 * @param keys The keys under which to store the values.
5055 * @return A newly initialized dictionary with a copy of the values and keys.
5057 - (instancetype)initWithBools:(const BOOL [__nullable])values
5090 * Enumerates the keys and values on this dictionary with the given block.
5101 * Adds the keys and values from another dictionary.
5134 * values. This performs better than boxing into NSNumbers in NSDictionaries.
5144 * Initializes this dictionary, copying the given values and keys.
5146 * @param values The values to be placed in this dictionary.
5147 * @param keys The keys under which to store the values.
5150 * @return A newly initialized dictionary with a copy of the values and keys.
5152 - (instancetype)initWithFloats:(const float [__nullable])values
5185 * Enumerates the keys and values on this dictionary with the given block.
5196 * Adds the keys and values from another dictionary.
5229 * values. This performs better than boxing into NSNumbers in NSDictionaries.
5239 * Initializes this dictionary, copying the given values and keys.
5241 * @param values The values to be placed in this dictionary.
5242 * @param keys The keys under which to store the values.
5245 * @return A newly initialized dictionary with a copy of the values and keys.
5247 - (instancetype)initWithDoubles:(const double [__nullable])values
5280 * Enumerates the keys and values on this dictionary with the given block.
5291 * Adds the keys and values from another dictionary.
5324 * values. This performs better than boxing into NSNumbers in NSDictionaries.
5348 * @param values The raw enum values values to be placed in the dictionary.
5349 * @param keys The keys under which to store the values.
5352 * @return A newly initialized dictionary with the keys and values in it.
5355 rawValues:(const int32_t [__nullable])values
5396 * Enumerates the keys and values on this dictionary with the given block.
5409 * @note This method bypass the validationFunc to enable the access of values that
5420 * Enumerates the keys and values on this dictionary with the given block.
5422 * @note This method bypass the validationFunc to enable the access of values that
5434 * Adds the keys and raw enum values from another dictionary.
5436 * @note This method bypass the validationFunc to enable the setting of values that
5447 // values.
5460 * @note This method bypass the validationFunc to enable the setting of values that
5548 //% * values. This performs better than boxing into NSNumbers in NSDictionaries.
5558 //% * Initializes this dictionary, copying the given values and keys.
5560 //% * @param ##VNAME_VAR##s The values to be placed in this dictionary.
5561 //% * @param keys ##VNAME_VAR$S## The keys under which to store the values.
5564 //% * @return A newly initialized dictionary with a copy of the values and keys.
5591 //% * Adds the keys and values from another dictionary.
5610 //% * values. This performs better than boxing into NSNumbers in NSDictionaries.
5634 //% * @param values The raw enum values values to be placed in the dictionary.
5635 //% * @param keys The keys under which to store the values.
5638 //% * @return A newly initialized dictionary with the keys and values in it.
5641 //% rawValues:(const VALUE_TYPE ARRAY_ARG_MODIFIER##VHELPER()[__nullable])values
5676 //% * @note This method bypass the validationFunc to enable the access of values that
5687 //% * Enumerates the keys and values on this dictionary with the given block.
5689 //% * @note This method bypass the validationFunc to enable the access of values that
5701 //% * Adds the keys and raw enum values from another dictionary.
5703 //% * @note This method bypass the validationFunc to enable the setting of values that
5714 //%// values.
5725 //% * Enumerates the keys and values on this dictionary with the given block.
5765 //% * @note This method bypass the validationFunc to enable the setting of values that