Method toArray()
Return type: java.lang.Object[]
Member of: java.util.AbstractCollection
[api documentation ] [ main menu]

Examples of how the element is used (one line per example):
[add your own example]

1 obtos.writeObject(toArray());
2 Object[] listeners = listenerSet.toArray();
3 Object[] listeners = listenerSet.toArray();
4 treeViewer.setSelection(new StructuredSelection(set.toArray()));
5 Object[] rowsToChoose = remainingRows.toArray();
6 Object arr[] = ts.toArray();
7 panel.getComboBox().setModel(new DefaultComboBoxModel(history.toArray()));
Java and J2SE are trademarks or registered trademarks of Sun Microsystems, Inc. in the United States and other Countries.