ComparisonDateTool.Comparison |
ComparisonDateTool.Comparison.abbr(boolean abbr) |
Sets whether or not this comparison is to be rendered in
abbreviated form or not.
|
protected ComparisonDateTool.Comparison |
ComparisonDateTool.compare(Object now,
Object then,
int type) |
|
ComparisonDateTool.Comparison |
ComparisonDateTool.Comparison.depth(int depth) |
Set the maximum number of units to render for this comparison.
|
ComparisonDateTool.Comparison |
ComparisonDateTool.difference(Object now,
Object then) |
|
ComparisonDateTool.Comparison |
ComparisonDateTool.Comparison.getAbbr() |
This is equivalent to calling abbr(boolean abbr) with
true as the argument, thus setting this comparison to be
rendered in abbreviated form.
|
ComparisonDateTool.Comparison |
ComparisonDateTool.Comparison.getDifference() |
|
ComparisonDateTool.Comparison |
ComparisonDateTool.Comparison.getFull() |
Sets the depth(int depth) to which this comparison is rendered
to the maximum number of time units available to the tool.
|
ComparisonDateTool.Comparison |
ComparisonDateTool.Comparison.getRelative() |
|
ComparisonDateTool.Comparison |
ComparisonDateTool.Comparison.locale(Locale loc) |
Sets the locale used to look up the textual portions of the
rendering.
|
ComparisonDateTool.Comparison |
ComparisonDateTool.whenIs(Object then) |
|
ComparisonDateTool.Comparison |
ComparisonDateTool.whenIs(Object now,
Object then) |
|