Java 8 Scal 2 kolekcje.

Stream<String> combinedStream = Stream.concat(
  collectionA.stream(),
  collectionB.stream());
Cooperative Coyote