edu.stanford.math.plex
public abstract static class PlexSort.CompObj extends java.lang.Object
| Constructor and Description |
|---|
PlexSort.CompObj() |
| Modifier and Type | Method and Description |
|---|---|
abstract int |
fn(java.lang.Object o1,
java.lang.Object o2)
Compare two object 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(java.lang.Object o1,
java.lang.Object o2)
o1 - The first argument.o2 - The second argument.