public class VNodeComparator extends java.lang.Object implements java.util.Comparator<VNode>
Constructor and Description |
---|
VNodeComparator(CoolMapObject attachedCoolMapObject,
java.util.List<java.lang.Integer> indices,
boolean isSortingByRow,
java.util.List<java.lang.Boolean> isAscendingList) |
Modifier and Type | Method and Description |
---|---|
int |
compare(VNode o1,
VNode o2) |
public VNodeComparator(CoolMapObject attachedCoolMapObject, java.util.List<java.lang.Integer> indices, boolean isSortingByRow, java.util.List<java.lang.Boolean> isAscendingList)