Package sk.iway.iwcm.users
Class PasswordsHistoryDB.OrderByNew
java.lang.Object
sk.iway.iwcm.users.PasswordsHistoryDB.OrderByNew
- All Implemented Interfaces:
Comparator<PasswordsHistoryBean>
- Enclosing class:
- PasswordsHistoryDB
public class PasswordsHistoryDB.OrderByNew
extends Object
implements Comparator<PasswordsHistoryBean>
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionint
compare
(PasswordsHistoryBean object1, PasswordsHistoryBean object2) Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface java.util.Comparator
equals, reversed, thenComparing, thenComparing, thenComparing, thenComparingDouble, thenComparingInt, thenComparingLong
-
Constructor Details
-
OrderByNew
public OrderByNew()
-
-
Method Details
-
compare
- Specified by:
compare
in interfaceComparator<PasswordsHistoryBean>
-