public abstract class PropertyComparator extends Object implements Comparator<javax.jcr.Node>, org.apache.wicket.util.io.IClusterable
Constructor and Description |
---|
PropertyComparator(String prop) |
PropertyComparator(String prop,
String relPath) |
Modifier and Type | Method and Description |
---|---|
int |
compare(javax.jcr.Node o1,
javax.jcr.Node o2) |
protected abstract int |
compare(javax.jcr.Property p1,
javax.jcr.Property p2) |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
comparing, comparing, comparingDouble, comparingInt, comparingLong, equals, naturalOrder, nullsFirst, nullsLast, reversed, reverseOrder, thenComparing, thenComparing, thenComparing, thenComparingDouble, thenComparingInt, thenComparingLong
public PropertyComparator(String prop)
public int compare(javax.jcr.Node o1, javax.jcr.Node o2)
compare
in interface Comparator<javax.jcr.Node>
protected abstract int compare(javax.jcr.Property p1, javax.jcr.Property p2)
Copyright © 2007–2017 Hippo B.V. (http://www.onehippo.com). All rights reserved.