sync
[roojs1] / docs / symbols / Array.json
1 {
2   "name" : "Array",
3   "augments" : [],
4   "desc" : "",
5   "isSingleton" : false,
6   "isStatic" : false,
7   "isBuiltin" : true,
8   "memberOf" : "Array",
9   "example" : "",
10   "deprecated" : "",
11   "since" : "",
12   "see" : "",
13   "params" : [],
14   "returns" : [],
15   "throws" : "",
16   "requires" : "",
17   "config" : [],
18   "methods" : [
19     {
20       "name" : "indexOf",
21       "type" : "function",
22       "desc" : "Checks whether or not the specified object exists in the array.",
23       "sig" : "(o)",
24       "static" : false,
25       "memberOf" : "",
26       "isStatic" : false,
27       "isConstructor" : false,
28       "isPrivate" : false,
29       "example" : "",
30       "deprecated" : "",
31       "since" : "",
32       "see" : "",
33       "exceptions" : "",
34       "requires" : "",
35       "params" : [
36         {
37           "name" : "o",
38           "type" : "Object",
39           "desc" : "The object to check for",
40           "isOptional" : false
41         }
42       ],
43       "returns" : [
44         {
45           "name" : "",
46           "type" : "Number",
47           "desc" : "The index of o in the array (or -1 if it is not found)"
48         }
49       ]
50     },
51     {
52       "name" : "map",
53       "type" : "function",
54       "desc" : "Map (JS 1.6 compatibility)",
55       "sig" : "(function() {\n\n})",
56       "static" : false,
57       "memberOf" : "",
58       "isStatic" : false,
59       "isConstructor" : false,
60       "isPrivate" : false,
61       "example" : "",
62       "deprecated" : "",
63       "since" : "",
64       "see" : "",
65       "exceptions" : "",
66       "requires" : "",
67       "params" : [
68         {
69           "name" : "function",
70           "type" : "Function",
71           "desc" : "to call",
72           "isOptional" : false
73         }
74       ],
75       "returns" : []
76     },
77     {
78       "name" : "remove",
79       "type" : "function",
80       "desc" : "Removes the specified object from the array.  If the object is not found nothing happens.",
81       "sig" : "(o)",
82       "static" : false,
83       "memberOf" : "",
84       "isStatic" : false,
85       "isConstructor" : false,
86       "isPrivate" : false,
87       "example" : "",
88       "deprecated" : "",
89       "since" : "",
90       "see" : "",
91       "exceptions" : "",
92       "requires" : "",
93       "params" : [
94         {
95           "name" : "o",
96           "type" : "Object",
97           "desc" : "The object to remove",
98           "isOptional" : false
99         }
100       ],
101       "returns" : []
102     },
103     {
104       "name" : "equals",
105       "type" : "function",
106       "desc" : "equals",
107       "sig" : "(o)",
108       "static" : false,
109       "memberOf" : "",
110       "isStatic" : false,
111       "isConstructor" : false,
112       "isPrivate" : false,
113       "example" : "",
114       "deprecated" : "",
115       "since" : "",
116       "see" : "",
117       "exceptions" : "",
118       "requires" : "",
119       "params" : [
120         {
121           "name" : "o",
122           "type" : "Array",
123           "desc" : "The array to compare to",
124           "isOptional" : false
125         }
126       ],
127       "returns" : []
128     }
129   ],
130   "events" : []
131 }