MapStream icon indicating copy to clipboard operation
MapStream copied to clipboard

Convenient extension to the Java 8 Stream API that let you stream over Key-Value pairs

Results 1 MapStream issues
Sort by recently updated
recently updated
newest added

The use case here is to retain ordering by using a `LinkedHashMap` as the destination.

enhancement