public class OrderComparatorPlate extends Object implements Comparator<Plate>
| Constructor and Description |
|---|
OrderComparatorPlate(LinkedList<OrderField> order) |
| Modifier and Type | Method and Description |
|---|---|
int |
compare(Plate o1,
Plate o2) |
LinkedList<OrderField> |
getOrderList() |
void |
setOrderList(LinkedList<OrderField> orderList) |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitcomparing, comparing, comparingDouble, comparingInt, comparingLong, equals, naturalOrder, nullsFirst, nullsLast, reversed, reverseOrder, thenComparing, thenComparing, thenComparing, thenComparingDouble, thenComparingInt, thenComparingLongpublic OrderComparatorPlate(LinkedList<OrderField> order)
public int compare(Plate o1, Plate o2)
compare in interface Comparator<Plate>public LinkedList<OrderField> getOrderList()
public void setOrderList(LinkedList<OrderField> orderList)
Copyright © 2021. All rights reserved.