public class ComparatorSystemMigrationResultExecutionDate extends com.helger.commons.compare.AbstractIntegerComparator<SystemMigrationResult>
SystemMigrationResult objects by execution time.| Constructor and Description |
|---|
ComparatorSystemMigrationResultExecutionDate() |
ComparatorSystemMigrationResultExecutionDate(Comparator<? super SystemMigrationResult> aNestedComparator)
Comparator with default sort order and a nested comparator.
|
ComparatorSystemMigrationResultExecutionDate(com.helger.commons.compare.ESortOrder eSortOrder)
Compare with a special order.
|
ComparatorSystemMigrationResultExecutionDate(com.helger.commons.compare.ESortOrder eSortOrder,
Comparator<? super SystemMigrationResult> aNestedComparator)
Comparator with sort order and a nested comparator.
|
| Modifier and Type | Method and Description |
|---|---|
protected long |
asLong(SystemMigrationResult aObject) |
compare, getNestedComparator, getSortOrder, setSortOrderclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitequalspublic ComparatorSystemMigrationResultExecutionDate()
public ComparatorSystemMigrationResultExecutionDate(@Nonnull com.helger.commons.compare.ESortOrder eSortOrder)
eSortOrder - The sort order to use. May not be null.public ComparatorSystemMigrationResultExecutionDate(@Nullable Comparator<? super SystemMigrationResult> aNestedComparator)
aNestedComparator - The nested comparator to be invoked, when the main comparison
resulted in 0.public ComparatorSystemMigrationResultExecutionDate(@Nonnull com.helger.commons.compare.ESortOrder eSortOrder, @Nullable Comparator<? super SystemMigrationResult> aNestedComparator)
eSortOrder - The sort order to use. May not be null.aNestedComparator - The nested comparator to be invoked, when the main comparison
resulted in 0.protected long asLong(@Nonnull SystemMigrationResult aObject)
asLong in class com.helger.commons.compare.AbstractIntegerComparator<SystemMigrationResult>Copyright © 2014–2015 Philip Helger. All rights reserved.