Class PageElementComparator
- java.lang.Object
-
- org.openiam.idm.srvc.meta.comparator.PageElementComparator
-
- All Implemented Interfaces:
Serializable
,Comparator<PageElement>
public class PageElementComparator extends Object implements Comparator<PageElement>, Serializable
- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description static Comparator<PageElement>
INSTANCE
-
Constructor Summary
Constructors Constructor Description PageElementComparator()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description int
compare(PageElement o1, PageElement o2)
-
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
-
-
-
-
Field Detail
-
INSTANCE
public static final Comparator<PageElement> INSTANCE
-
-
Method Detail
-
compare
public int compare(PageElement o1, PageElement o2)
- Specified by:
compare
in interfaceComparator<PageElement>
-
-