{"version":1,"pages":[{"id":"-MKYi14oFodM8sX_y-NV","title":"Home","pathname":"/","siteSpaceId":"sitesp_CiWJD","description":""},{"id":"-MKjzUNWzaJPSSNNAXib","title":"How to use?","pathname":"/how-to-use","siteSpaceId":"sitesp_CiWJD","emoji":"1f4d6","description":""},{"id":"-MKjzUNXbUyouJoui7MD","title":"⚡Installation","pathname":"/how-to-use/installation","siteSpaceId":"sitesp_CiWJD","description":"","breadcrumbs":[{"label":"How to use?","emoji":"1f4d6"}]},{"id":"-MKjzUNaOFnOZ6kW1B1-","title":"📖Methods","pathname":"/methods","siteSpaceId":"sitesp_CiWJD","description":""},{"id":"-MKpFi0sdXDCjX5k7lP_","title":"⚡Static method","pathname":"/methods/s","siteSpaceId":"sitesp_CiWJD","description":"The static-method is a static method without polymorphism.","breadcrumbs":[{"label":"📖Methods"}]},{"id":"-MKjzUNbOQ3vIJM3-Nu_","title":"static from()","pathname":"/methods/s/from","siteSpaceId":"sitesp_CiWJD","description":"The from() static method creates a new, shallow-copied ArrayUtils instance from an iterable.","breadcrumbs":[{"label":"📖Methods"},{"label":"⚡Static method"}]},{"id":"-MKjzUNcEq7ZdWEvCHrU","title":"static of()","pathname":"/methods/s/of","siteSpaceId":"sitesp_CiWJD","description":"The of() static method creates a new, ArrayUtils instance from variadic function arguments","breadcrumbs":[{"label":"📖Methods"},{"label":"⚡Static method"}]},{"id":"-MKjzUNduQa9MtpMZytG","title":"static mapToArray()","pathname":"/methods/s/maptoarray","siteSpaceId":"sitesp_CiWJD","description":"The mapToArray() static method cast all elements of the iterable to an array","breadcrumbs":[{"label":"📖Methods"},{"label":"⚡Static method"}]},{"id":"-MKpFam-p14kqQff2AZR","title":"⚡Generic method","pathname":"/methods/g","siteSpaceId":"sitesp_CiWJD","description":"The generic-methods is a member methods that do not return ArrayUtils.","breadcrumbs":[{"label":"📖Methods"}]},{"id":"-MKmSpTl0tivPHTUl7cn","title":"join()","pathname":"/methods/g/join","siteSpaceId":"sitesp_CiWJD","description":"The join() method join array elements with a string","breadcrumbs":[{"label":"📖Methods"},{"label":"⚡Generic method"}]},{"id":"-MKmSpTTSkjoDCow9Qfs","title":"every()","pathname":"/methods/g/every","siteSpaceId":"sitesp_CiWJD","description":"The every() method tests whether all elements pass the function","breadcrumbs":[{"label":"📖Methods"},{"label":"⚡Generic method"}]},{"id":"-MKmSpTWDb_AvKOx13If","title":"some()","pathname":"/methods/g/some","siteSpaceId":"sitesp_CiWJD","description":"The some() method tests whether least one element pass the function","breadcrumbs":[{"label":"📖Methods"},{"label":"⚡Generic method"}]},{"id":"-MKmSpThy4vgovSVrqFM","title":"reduce()","pathname":"/methods/g/reduce","siteSpaceId":"sitesp_CiWJD","description":"The reduce() method iteratively reduce the array to a single value using a callback function","breadcrumbs":[{"label":"📖Methods"},{"label":"⚡Generic method"}]},{"id":"-MKmSpTiRNkoVGsmZkFJ","title":"reduceRight()","pathname":"/methods/g/reduce/right","siteSpaceId":"sitesp_CiWJD","description":"The reduceRight() method all similar to reduce(), but It works in reverse order.","breadcrumbs":[{"label":"📖Methods"},{"label":"⚡Generic method"},{"label":"reduce()"}]},{"id":"-MKmSpTXRBabb2Q1p3hy","title":"sum()","pathname":"/methods/g/sum","siteSpaceId":"sitesp_CiWJD","description":"The sum() method calculate the sum of values in an array","breadcrumbs":[{"label":"📖Methods"},{"label":"⚡Generic method"}]},{"id":"-MKmWPwS70KXXxps2oUH","title":"pop()","pathname":"/methods/g/pop","siteSpaceId":"sitesp_CiWJD","description":"The pop() method removes the last element and returns that element","breadcrumbs":[{"label":"📖Methods"},{"label":"⚡Generic method"}]},{"id":"-MKmSpTk1c5qJUYH8VCn","title":"shift()","pathname":"/methods/g/shift","siteSpaceId":"sitesp_CiWJD","description":"The shift() method removes the first element and returns that element","breadcrumbs":[{"label":"📖Methods"},{"label":"⚡Generic method"}]},{"id":"-MKmSpTUrWDNd70gCjOG","title":"includes()","pathname":"/methods/g/includes","siteSpaceId":"sitesp_CiWJD","description":"The includes() method tests whether an array includes a certain value among its entries","breadcrumbs":[{"label":"📖Methods"},{"label":"⚡Generic method"}]},{"id":"-MKmSpTVd8qh9mJFifRp","title":"keyExists()","pathname":"/methods/g/key-exists","siteSpaceId":"sitesp_CiWJD","description":"The keyExists() method tests whether the requested index exists.","breadcrumbs":[{"label":"📖Methods"},{"label":"⚡Generic method"}]},{"id":"-MKmSpTbJlxmNLHbGD6A","title":"indexOf()","pathname":"/methods/g/index-of","siteSpaceId":"sitesp_CiWJD","description":"The indexOf() method get first index at which a given element can be found in the array","breadcrumbs":[{"label":"📖Methods"},{"label":"⚡Generic method"}]},{"id":"-MKmSpTY4wig2FZqHKfU","title":"find()","pathname":"/methods/g/find","siteSpaceId":"sitesp_CiWJD","description":"The find() method find the value of the first element that pass function.","breadcrumbs":[{"label":"📖Methods"},{"label":"⚡Generic method"}]},{"id":"-MKmSpTZn2laP8ct_3Z5","title":"findIndex()","pathname":"/methods/g/find/index","siteSpaceId":"sitesp_CiWJD","description":"The findIndex() method all similar to find(), but return index","breadcrumbs":[{"label":"📖Methods"},{"label":"⚡Generic method"},{"label":"find()"}]},{"id":"-MKmSpT_lHT9ReqinmNP","title":"first()","pathname":"/methods/g/first","siteSpaceId":"sitesp_CiWJD","description":"The first() method returns first value","breadcrumbs":[{"label":"📖Methods"},{"label":"⚡Generic method"}]},{"id":"-MKmSpTa1oFmgPQhc6w_","title":"keyFirst()","pathname":"/methods/g/first/key","siteSpaceId":"sitesp_CiWJD","description":"The keyFirst() method returns first key","breadcrumbs":[{"label":"📖Methods"},{"label":"⚡Generic method"},{"label":"first()"}]},{"id":"-MKmSpTcDwmpQyz5najf","title":"last()","pathname":"/methods/g/last","siteSpaceId":"sitesp_CiWJD","description":"The last() method returns last value","breadcrumbs":[{"label":"📖Methods"},{"label":"⚡Generic method"}]},{"id":"-MKmSpTdviaS9GmMSfM8","title":"keyLast()","pathname":"/methods/g/last/key","siteSpaceId":"sitesp_CiWJD","description":"The keyLast() method returns last key","breadcrumbs":[{"label":"📖Methods"},{"label":"⚡Generic method"},{"label":"last()"}]},{"id":"-MKmSpTfxJjTxNxN3ujJ","title":"random()","pathname":"/methods/g/random","siteSpaceId":"sitesp_CiWJD","description":"The random() method returns random value","breadcrumbs":[{"label":"📖Methods"},{"label":"⚡Generic method"}]},{"id":"-MKmSpTgjC9PXAeAFv0N","title":"keyRandom()","pathname":"/methods/g/random/key","siteSpaceId":"sitesp_CiWJD","description":"The keyRandom() method returns random key","breadcrumbs":[{"label":"📖Methods"},{"label":"⚡Generic method"},{"label":"random()"}]},{"id":"-MKmSpTeK5WXHIFdCWNK","title":"splice()","pathname":"/methods/g/splice","siteSpaceId":"sitesp_CiWJD","description":"The splice() method remove a portion of the array and replace it with something else","breadcrumbs":[{"label":"📖Methods"},{"label":"⚡Generic method"}]},{"id":"-MKpFkPN8XQmE3omaVn7","title":"⚡Chain method","pathname":"/methods/c","siteSpaceId":"sitesp_CiWJD","description":"The chaining-methods is member methods that returns an ArrayUtils instance.","breadcrumbs":[{"label":"📖Methods"}]},{"id":"-MKmay_SQS46AXw_kFD6","title":"chunk()","pathname":"/methods/c/chunk","siteSpaceId":"sitesp_CiWJD","description":"The chunk() method split an array into chunks","breadcrumbs":[{"label":"📖Methods"},{"label":"⚡Chain method"}]},{"id":"-MKjzUNeNDWKiPjgukhz","title":"column()","pathname":"/methods/c/column","siteSpaceId":"sitesp_CiWJD","description":"The column() method returns the values from a single column in the input array","breadcrumbs":[{"label":"📖Methods"},{"label":"⚡Chain method"}]},{"id":"-MKmSpSy5TL6Z3U1gzI4","title":"combine()","pathname":"/methods/c/combine","siteSpaceId":"sitesp_CiWJD","description":"The combine() method returns new array by using one array for keys and another for values","breadcrumbs":[{"label":"📖Methods"},{"label":"⚡Chain method"}]},{"id":"-MKmSpSzuG0Vafxf37nw","title":"concat()","pathname":"/methods/c/concat","siteSpaceId":"sitesp_CiWJD","description":"The concat() method merge one or more arrays","breadcrumbs":[{"label":"📖Methods"},{"label":"⚡Chain method"}]},{"id":"-MKmSpT-MbJgEp_S6YY8","title":"concatSoft()","pathname":"/methods/c/concat/soft","siteSpaceId":"sitesp_CiWJD","description":"The concatSoft() method all similar to concat(), but not overwrite existing keys","breadcrumbs":[{"label":"📖Methods"},{"label":"⚡Chain method"},{"label":"concat()"}]},{"id":"-MKmSpT0tMTp1o-0qSyj","title":"countValues()","pathname":"/methods/c/count-values","siteSpaceId":"sitesp_CiWJD","description":"The countValues() method counts all the values of an array","breadcrumbs":[{"label":"📖Methods"},{"label":"⚡Chain method"}]},{"id":"-MKmSpT1wyYa_hpoCqTo","title":"diff()","pathname":"/methods/c/diff","siteSpaceId":"sitesp_CiWJD","description":"The diff() method compares with other arrays and returns the values that are not in any of the other arrays","breadcrumbs":[{"label":"📖Methods"},{"label":"⚡Chain method"}]},{"id":"-MKnPvl55KtXkWU9e6-j","title":"diffAssoc()","pathname":"/methods/c/diff/assoc","siteSpaceId":"sitesp_CiWJD","description":"The diffAssoc() method all similar to diff(), but this applies with additional index check","breadcrumbs":[{"label":"📖Methods"},{"label":"⚡Chain method"},{"label":"diff()"}]},{"id":"-MKmSpT2EUAilE3iQ5Xa","title":"diffKey()","pathname":"/methods/c/diff/key","siteSpaceId":"sitesp_CiWJD","description":"The diffAssoc() method all similar to diff(), but this applies to keys","breadcrumbs":[{"label":"📖Methods"},{"label":"⚡Chain method"},{"label":"diff()"}]},{"id":"-MKmSpT3hDysGmMglKjn","title":"fill()","pathname":"/methods/c/fill","siteSpaceId":"sitesp_CiWJD","description":"The fill() method changes all values to a static value, from a start index to an end index","breadcrumbs":[{"label":"📖Methods"},{"label":"⚡Chain method"}]},{"id":"-MKmSpT4P7WXYqMI_Z8G","title":"fillKeys()","pathname":"/methods/c/fill/keys","siteSpaceId":"sitesp_CiWJD","description":"The fillKeys() method fills an array with the static value, using the values of the array as keys.","breadcrumbs":[{"label":"📖Methods"},{"label":"⚡Chain method"},{"label":"fill()"}]},{"id":"-MKmSpT6gSULomuRm6rz","title":"filter()","pathname":"/methods/c/filter","siteSpaceId":"sitesp_CiWJD","description":"The filter() method creates a new array with all elements that pass the function.","breadcrumbs":[{"label":"📖Methods"},{"label":"⚡Chain method"}]},{"id":"-MKmSpT5TfSG7godmCVM","title":"flat()","pathname":"/methods/c/flat","siteSpaceId":"sitesp_CiWJD","description":"The flat() method creates a new array with all sub-array elements concatenated into it recursively up to the specified depth.","breadcrumbs":[{"label":"📖Methods"},{"label":"⚡Chain method"}]},{"id":"-MKnPvlCGDmctUtRguAX","title":"flatMap()","pathname":"/methods/c/flat/map","siteSpaceId":"sitesp_CiWJD","description":"The flatMap() method create a new array formed by applying function and then flattening the result by one level","breadcrumbs":[{"label":"📖Methods"},{"label":"⚡Chain method"},{"label":"flat()"}]},{"id":"-MKmSpT7r8AKQQbHdUrj","title":"flip()","pathname":"/methods/c/flip","siteSpaceId":"sitesp_CiWJD","description":"The flip() method exchanges all keys with their values in an array","breadcrumbs":[{"label":"📖Methods"},{"label":"⚡Chain method"}]},{"id":"-MKmSpT81_7Quiwfb2Ji","title":"forEach()","pathname":"/methods/c/for-each","siteSpaceId":"sitesp_CiWJD","description":"The forEach() method executes a provided function once for each array element.","breadcrumbs":[{"label":"📖Methods"},{"label":"⚡Chain method"}]},{"id":"-MKmSpT9GFt-g4wslUOY","title":"intersect()","pathname":"/methods/c/intersect","siteSpaceId":"sitesp_CiWJD","description":"The intersect() method computes the intersection with other arrays and returns the values that intersects with another array.","breadcrumbs":[{"label":"📖Methods"},{"label":"⚡Chain method"}]},{"id":"-MKmSpTAYhR_MyjnN3lx","title":"intersectAssoc()","pathname":"/methods/c/intersect/assoc","siteSpaceId":"sitesp_CiWJD","description":"The intersectAssoc() method all similar to intersect(), but this applies with additional index check","breadcrumbs":[{"label":"📖Methods"},{"label":"⚡Chain method"},{"label":"intersect()"}]},{"id":"-MKmSpTBkO68BWZEmgUB","title":"intersectKey()","pathname":"/methods/c/intersect/key","siteSpaceId":"sitesp_CiWJD","description":"The intersectKey() method all similar to intersect(), but this applies to keys","breadcrumbs":[{"label":"📖Methods"},{"label":"⚡Chain method"},{"label":"intersect()"}]},{"id":"-MKmSpTCw335q5Hde2qr","title":"keys()","pathname":"/methods/c/keys","siteSpaceId":"sitesp_CiWJD","description":"The keys() method return all the keys of an array","breadcrumbs":[{"label":"📖Methods"},{"label":"⚡Chain method"}]},{"id":"-MKmSpTD_xJWCBfX5Mod","title":"map()","pathname":"/methods/c/map","siteSpaceId":"sitesp_CiWJD","description":"The map() method applies the callback to the elements","breadcrumbs":[{"label":"📖Methods"},{"label":"⚡Chain method"}]},{"id":"-MKmSpTEa84eFGu2BSdW","title":"mapAssoc()","pathname":"/methods/c/map/assoc","siteSpaceId":"sitesp_CiWJD","description":"The mapAssoc() method all similar to map(), but this applies with additional index check","breadcrumbs":[{"label":"📖Methods"},{"label":"⚡Chain method"},{"label":"map()"}]},{"id":"-MKmSpTFnRc7U_iP3saa","title":"mapKey()","pathname":"/methods/c/map/key","siteSpaceId":"sitesp_CiWJD","description":"The mapKey() method all similar to map(), but this applies to keys","breadcrumbs":[{"label":"📖Methods"},{"label":"⚡Chain method"},{"label":"map()"}]},{"id":"-MKmSpTIz-PNZRIPveqv","title":"pad()","pathname":"/methods/c/pad","siteSpaceId":"sitesp_CiWJD","description":"The pad() method pad array to the specified length with a value","breadcrumbs":[{"label":"📖Methods"},{"label":"⚡Chain method"}]},{"id":"-MKmSpTJX9Uo5R5MdlG4","title":"push()","pathname":"/methods/c/push","siteSpaceId":"sitesp_CiWJD","description":"The push() method push elements onto the end of array","breadcrumbs":[{"label":"📖Methods"},{"label":"⚡Chain method"}]},{"id":"-MKmSpTKxNfH2fakE1tJ","title":"replace()","pathname":"/methods/c/replace","siteSpaceId":"sitesp_CiWJD","description":"The replace() method replaces elements from passed arrays into the first array","breadcrumbs":[{"label":"📖Methods"},{"label":"⚡Chain method"}]},{"id":"-MKmSpTL7mssNHZbvBOE","title":"reverse()","pathname":"/methods/c/reverse","siteSpaceId":"sitesp_CiWJD","description":"The reverse() method reverses an array","breadcrumbs":[{"label":"📖Methods"},{"label":"⚡Chain method"}]},{"id":"-MKmSpTMAlBppF6Uhu33","title":"slice()","pathname":"/methods/c/slice","siteSpaceId":"sitesp_CiWJD","description":"The slice() method returns an array with selected from start to end","breadcrumbs":[{"label":"📖Methods"},{"label":"⚡Chain method"}]},{"id":"-MKmSpTNdMGbyxqchPMQ","title":"sort()","pathname":"/methods/c/sort","siteSpaceId":"sitesp_CiWJD","description":"The sort() method sort an array by values using a function or default sort function","breadcrumbs":[{"label":"📖Methods"},{"label":"⚡Chain method"}]},{"id":"-MKmSpTOCoYKAPKb56Wt","title":"sortKey()","pathname":"/methods/c/sort/key","siteSpaceId":"sitesp_CiWJD","description":"The sortKey() method sort an array by keys using a function or default sort function","breadcrumbs":[{"label":"📖Methods"},{"label":"⚡Chain method"},{"label":"sort()"}]},{"id":"-MKmSpTQMy2aTv5flnGH","title":"unique()","pathname":"/methods/c/unique","siteSpaceId":"sitesp_CiWJD","description":"The unique() method removes duplicate values","breadcrumbs":[{"label":"📖Methods"},{"label":"⚡Chain method"}]},{"id":"-MKmSpTRWnsOxDvP-Ik9","title":"unshift()","pathname":"/methods/c/unshift","siteSpaceId":"sitesp_CiWJD","description":"The unshift() method all similar to push(), but this push elements onto the start of array","breadcrumbs":[{"label":"📖Methods"},{"label":"⚡Chain method"}]},{"id":"-MKmSpTSGfx2yHbFtrYI","title":"values()","pathname":"/methods/c/values","siteSpaceId":"sitesp_CiWJD","description":"The values() method return all the values of an array","breadcrumbs":[{"label":"📖Methods"},{"label":"⚡Chain method"}]},{"id":"-MKpI1VsbgiOiWRY2Ka1","title":"📖Suffixes","pathname":"/prefixs","siteSpaceId":"sitesp_CiWJD","description":""},{"id":"-MKpIDQbxjHxelU6Oe9-","title":"Suffix - From","pathname":"/prefixs/from","siteSpaceId":"sitesp_CiWJD","emoji":"26a1","description":"Suffixing \"From\" to the any methods can called statically.","breadcrumbs":[{"label":"📖Suffixes"}]},{"id":"-MKpMOnqm75Parhz3L6k","title":"Suffix - As","pathname":"/prefixs/as","siteSpaceId":"sitesp_CiWJD","emoji":"26a1","description":"Suffixing \"As\" to the chaining method for returns a pure array.","breadcrumbs":[{"label":"📖Suffixes"}]}]}