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
Constructors -
Method Summary
Methods inherited from class ghidra.app.tablechooser.AbstractColumnDisplay
getColumnClassMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface ghidra.app.tablechooser.ColumnDisplay
getColumnName, getColumnValue, getRendererMethods inherited from interface java.util.Comparator
equals, reversed, thenComparing, thenComparing, thenComparing, thenComparingDouble, thenComparingInt, thenComparingLong
-
Constructor Details
-
AbstractComparableColumnDisplay
public AbstractComparableColumnDisplay()
-
-
Method Details
-
compare
-