90c8af674b4f0260e60ff4ca6c3de72cfb856c7a
[roojs1] / docs / symbols / Array.json
1 {
2   "name" : "Array",
3   "augments" : [
4   ],
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   ],
16   "returns" : [
17   ],
18   "config" : [
19   ],
20   "methods" : [
21     {
22       "name" : "indexOf",
23       "desc" : "Checks whether or not the specified object exists in the array.",
24       "isStatic" : false,
25       "isConstructor" : false,
26       "isPrivate" : false,
27       "memberOf" : "Array",
28       "example" : "",
29       "deprecated" : "",
30       "since" : "",
31       "see" : "",
32       "params" : [
33         {
34           "name" : "o",
35           "type" : "Object",
36           "desc" : "The object to check for",
37           "isOptional" : false
38         }
39       ],
40       "returns" : [
41         {
42           "name" : "",
43           "type" : "Number",
44           "desc" : "The index of o in the array (or -1 if it is not found)"
45         }
46       ]
47     },
48     {
49       "name" : "map",
50       "desc" : "Map (JS 1.6 compatibility)",
51       "isStatic" : false,
52       "isConstructor" : false,
53       "isPrivate" : false,
54       "memberOf" : "Array",
55       "example" : "",
56       "deprecated" : "",
57       "since" : "",
58       "see" : "",
59       "params" : [
60         {
61           "name" : "function",
62           "type" : "Function",
63           "desc" : "to call",
64           "isOptional" : false
65         }
66       ],
67       "returns" : [
68       ]
69     },
70     {
71       "name" : "remove",
72       "desc" : "Removes the specified object from the array.  If the object is not found nothing happens.",
73       "isStatic" : false,
74       "isConstructor" : false,
75       "isPrivate" : false,
76       "memberOf" : "Array",
77       "example" : "",
78       "deprecated" : "",
79       "since" : "",
80       "see" : "",
81       "params" : [
82         {
83           "name" : "o",
84           "type" : "Object",
85           "desc" : "The object to remove",
86           "isOptional" : false
87         }
88       ],
89       "returns" : [
90       ]
91     }
92   ],
93   "events" : [
94   ]
95 }