Posts by user114987 • 1 point
1 post
-
-3
votes1
answer71
viewsQ: Get Object id[]
I need to get the id of these objects. Object[] classe = getNames().toArray(); String[] strings = Arrays.stream(classe ).map(Object::toString). toArray(String[]::new); for (int…