Package org.eclipse.mat.query.refined
Interface Filter.ValueConverter
-
- Enclosing class:
- Filter
public static interface Filter.ValueConverter
A ValueConverter attached to a column modifies the cell before it is tested in a filter or displayed. An example is where approximate retained sizes are stored as negative numbers, but need the positive value for display. SeeColumn.setData(Object, Object)
and seeColumn.getData(Object)
, as used inContextDerivedData.columnFor(org.eclipse.mat.query.ContextDerivedData.DerivedColumn, org.eclipse.mat.query.IResult, org.eclipse.mat.query.ContextProvider)
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description double
convert(double source)
-