Package host.anzo.commons.utils
Class StreamUtils
java.lang.Object
host.anzo.commons.utils.StreamUtils
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionclosedRange(int startInclusive, int endInclusive) static <K,V extends Comparable<V>>
Map<K,V> sortMapByValue(@NotNull Map<K, V> map, boolean isReverseOrder)
-
Constructor Details
-
StreamUtils
public StreamUtils()
-
-
Method Details
-
closedRange
-
sortMapByValue
public static <K,V extends Comparable<V>> Map<K,V> sortMapByValue(@NotNull @NotNull Map<K, V> map, boolean isReverseOrder)
-