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