| | |
| | | |
| | | import static org.opends.messages.ConfigMessages.*; |
| | | import static org.opends.server.protocols.internal.Requests.*; |
| | | import static org.opends.server.util.CollectionUtils.*; |
| | | import static org.opends.server.util.ServerConstants.*; |
| | | import static org.opends.server.util.StaticUtils.*; |
| | | |
| | |
| | | |
| | | if (iterator.hasNext()) |
| | | { |
| | | List<String> stringValues = new ArrayList<>(); |
| | | stringValues.add(value.toString()); |
| | | |
| | | List<String> stringValues = newArrayList(value.toString()); |
| | | while (iterator.hasNext()) |
| | | { |
| | | value = iterator.next(); |
| | |
| | | |
| | | if (iterator.hasNext()) |
| | | { |
| | | List<String> stringValues = new ArrayList<>(); |
| | | stringValues.add(value.toString()); |
| | | |
| | | List<String> stringValues = newArrayList(value.toString()); |
| | | while (iterator.hasNext()) |
| | | { |
| | | value = iterator.next(); |