Skip to content

Instantly share code, notes, and snippets.

@mcupak
Created November 10, 2017 01:37
Show Gist options
  • Select an option

  • Save mcupak/5ce133fd6d088db009678302431b9ca2 to your computer and use it in GitHub Desktop.

Select an option

Save mcupak/5ce133fd6d088db009678302431b9ca2 to your computer and use it in GitHub Desktop.
jshell> Stream<Map.Entry<Integer,Set<String>>> entries = Stream.of(Map.entry(1, Set.of("a", "b")), Map.entry(1, Set.of("a", "c")), Map.entry(2, Set.of("d")))
entries ==> java.util.stream.ReferencePipeline$Head@69379752
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment