Class ShowObjectPropertyHierarchyController.ObjectPropertyAlphaComparator
- java.lang.Object
-
- edu.cornell.mannlib.vitro.webapp.controller.freemarker.ShowObjectPropertyHierarchyController.ObjectPropertyAlphaComparator
-
- All Implemented Interfaces:
Comparator<ObjectProperty>
- Enclosing class:
- ShowObjectPropertyHierarchyController
public static class ShowObjectPropertyHierarchyController.ObjectPropertyAlphaComparator extends Object implements Comparator<ObjectProperty>
-
-
Constructor Summary
Constructors Constructor Description ObjectPropertyAlphaComparator(VitroRequest vreq)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description intcompare(ObjectProperty op1, ObjectProperty op2)-
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 Detail
-
ObjectPropertyAlphaComparator
public ObjectPropertyAlphaComparator(VitroRequest vreq)
-
-
Method Detail
-
compare
public int compare(ObjectProperty op1, ObjectProperty op2)
- Specified by:
comparein interfaceComparator<ObjectProperty>
-
-