Package ghidra.app.tablechooser
Class AbstractComparableColumnDisplay<COLUMN_TYPE extends Comparable<COLUMN_TYPE>>
java.lang.Object
ghidra.app.tablechooser.AbstractColumnDisplay<COLUMN_TYPE>
ghidra.app.tablechooser.AbstractComparableColumnDisplay<COLUMN_TYPE>
- Type Parameters:
COLUMN_TYPE
- the column type
- All Implemented Interfaces:
ColumnDisplay<COLUMN_TYPE>
,Comparator<AddressableRowObject>
- Direct Known Subclasses:
StringColumnDisplay
public abstract class AbstractComparableColumnDisplay<COLUMN_TYPE extends Comparable<COLUMN_TYPE>>
extends AbstractColumnDisplay<COLUMN_TYPE>
A version of
ColumnDisplay
to be used when the column value returned from
ColumnDisplay.getColumnValue(AddressableRowObject)
is Comparable
-
Constructor Summary
-
Method Summary
Methods inherited from class ghidra.app.tablechooser.AbstractColumnDisplay
getColumnClass
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface ghidra.app.tablechooser.ColumnDisplay
getColumnName, getColumnValue, getRenderer
Methods inherited from interface java.util.Comparator
equals, reversed, thenComparing, thenComparing, thenComparing, thenComparingDouble, thenComparingInt, thenComparingLong
-
Constructor Details
-
AbstractComparableColumnDisplay
public AbstractComparableColumnDisplay()
-
-
Method Details
-
compare
-