public class KPMCollectors extends Object
| Constructor and Description |
|---|
KPMCollectors() |
| Modifier and Type | Method and Description |
|---|---|
static <L,R> net.kunmc.lab.kpm.utils.KPMCollectors.PairMapper<L,R,HashMap<L,R>> |
toPairHashMap() |
static <L,R,M extends Map<L,R>> |
toPairMap(Supplier<M> mapSupplier) |
static <T> net.kunmc.lab.kpm.utils.KPMCollectors.ReversedCollector<T> |
toReversedList() |
public static <T> net.kunmc.lab.kpm.utils.KPMCollectors.ReversedCollector<T> toReversedList()
public static <L,R,M extends Map<L,R>> net.kunmc.lab.kpm.utils.KPMCollectors.PairMapper<L,R,M> toPairMap(Supplier<M> mapSupplier)
public static <L,R> net.kunmc.lab.kpm.utils.KPMCollectors.PairMapper<L,R,HashMap<L,R>> toPairHashMap()
Copyright © 2023. All rights reserved.