public class DbPreloadComparator extends Object implements Comparator<DatabaseContainer>
| Constructor and Description |
|---|
DbPreloadComparator() |
| Modifier and Type | Method and Description |
|---|---|
int |
compare(DatabaseContainer database1,
DatabaseContainer database2)
Compares its two arguments for order.
|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitequalspublic DbPreloadComparator()
public int compare(DatabaseContainer database1, DatabaseContainer database2)
compare in interface Comparator<DatabaseContainer>database1 - the first object to be compared.database2 - the second object to be compared.Copyright © 2010-2015 ForgeRock AS. All Rights Reserved.