newValues = new ArrayList<>(existingValues) | newValues = Stream.concat(existingValues.stream(),Stream.of(value)).collect(LINKED_HASH_SET_COLLECTOR) | new ArrayList<>(existingValues) | Stream.concat(existingValues.stream(),Stream.of(value)).collect(LINKED_HASH_SET_COLLECTOR) | elasticsearch | 7517e3a7bddfc211e3c55fb4463c532d8c330a47 | org.elasticsearch.common.util.concurrent.ThreadContext.ThreadContextStruct | | | | - java.util.ArrayList
- java.util.stream.Stream
| | AssignedTo | False |