public class AstTopN.RowValue<E extends java.lang.Comparable<E>> extends java.lang.Object implements java.lang.Comparable<AstTopN.RowValue<E>>
| Constructor and Description |
|---|
RowValue(long rowIndex,
E value,
int flipSign) |
| Modifier and Type | Method and Description |
|---|---|
int |
compareTo(AstTopN.RowValue<E> other) |
long |
getRow() |
E |
getValue() |
public RowValue(long rowIndex,
E value,
int flipSign)
public E getValue()
public long getRow()
public int compareTo(AstTopN.RowValue<E> other)
compareTo in interface java.lang.Comparable<AstTopN.RowValue<E extends java.lang.Comparable<E>>>