com.anywherecommerce.android.sdk.util
Class LineItemSorter
-
java.lang.Object
-
com.anywherecommerce.android.sdk.util.LineItemSorter
-
public class <span class="typeNameLabel">LineItemSorter</span> extends java.lang.Object
Created by Admin on 1/1/2018.
Constructor Summary
Constructor and Description`<span class="memberNameLink">
Method Summary
Modifier and TypeMethod and Description`static <T extends
LineItem>
java.util.Comparator``
sortByName()
static <T extends
SurchargeLineItem>
java.util.Comparator``
sortByRate()`
Methods inherited from class java.lang.Object
`clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait`
Constructor Detail
LineItemSorter
`public LineItemSorter()`
Method Detail
sortByRate
`public static <T extends
SurchargeLineItem> java.util.Comparator sortByRate()`
sortByName
`public static <T extends
LineItem> java.util.Comparator sortByName()`