edu.stanford.math.plex
public abstract static class PlexSort.CompL extends java.lang.Object
Constructor and Description |
---|
PlexSort.CompL() |
Modifier and Type | Method and Description |
---|---|
abstract int |
fn(long i,
long j)
Compare two long arguments, and return an integer less than, equal
to, or greater than 0, depending on whether i is respectively less,
equivalent, or greater than, j.
|
public abstract int fn(long i, long j)
i
- The first argument.j
- The second argument.