mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-04-19 04:51:24 +07:00
5 lines
128 B
Plaintext
5 lines
128 B
Plaintext
final java.util.List<java.lang.Object> objects = getObjects();
|
|
for (java.lang.Object object : objects) {
|
|
object.toString();
|
|
}
|