Method toArray(T a)
Return type:
java.lang.Object
<T>[]
Member of:
java.util.ArrayList
[
api documentation
] [
main menu
]
Examples of how the element is used
(one line per example):
[
add your own example
]
1
vec.toArray(classes);
2
listeners.toArray(result);
3
subComponents.toArray(components);
4
this.fragmentsList.toArray(fragments);
5
loaderRepositories.toArray(res);
6
return fStore.toArray(arg0);
7
list.toArray(newKids);
8
return list.toArray (a);
9
return (AttrProp[])this.attributes.toArray(ret);
10
lineStyleRanges.toArray(array);
11
return list.toArray(aobj);
12
m_lines.toArray(temp);
13
return (DriverPropertyInfo[]) exportParams.toArray(temp);
14
attributes.toArray(result);
15
arguments = (String[]) args.toArray(arguments);
16
return ((String[]) values.toArray(results));
17
return (OperationDesc[])overloads.toArray(array);
18
return (String[])v.toArray(str);
19
return (list.toArray(array));
20
return (list.toArray(array));
Java and J2SE are trademarks or registered trademarks of Sun Microsystems, Inc. in the United States and other Countries.