Toggle navigation
Home
java.util.function.ToIntBiFunction to java.util.Comparator
No. of Instances - 1
No. of Commits - 1
No. of Projects - {'speedment'}
Hierarchy/Composition: -
Primitive Info: -
NameSpace: Jdk -> Jdk
Mapping:
Add or Remove Method invocation
inner.sorted((e1,e2) -> comparator.applyAsInt(e1.getKey(),e1.getValue()) - comparator.applyAsInt(e2.getKey(),e2.getValue()))
to
inner.sorted(byValueOnly(comparator))