Package it.unimi.dsi.webgraph.scratch
Class SimRank.UComparator
- java.lang.Object
-
- it.unimi.dsi.webgraph.scratch.SimRank.UComparator
-
- All Implemented Interfaces:
it.unimi.dsi.fastutil.ints.IntComparator
,java.util.Comparator<java.lang.Integer>
- Enclosing class:
- SimRank
public static final class SimRank.UComparator extends java.lang.Object implements it.unimi.dsi.fastutil.ints.IntComparator
-
-
Constructor Summary
Constructors Constructor Description UComparator(int[] source, int[] target)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description int
compare(int a, int b)
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
-