Uses of Class
tilda.Reorg.WorkItem
-
Packages that use Reorg.WorkItem Package Description tilda -
-
Uses of Reorg.WorkItem in tilda
Fields in tilda with type parameters of type Reorg.WorkItem Modifier and Type Field Description static java.util.Comparator<Reorg.WorkItem>
Reorg.WorkItem. Cmprtr2
Methods in tilda that return Reorg.WorkItem Modifier and Type Method Description static Reorg.WorkItem
Reorg.WorkItem. getItem(java.util.List<Reorg.WorkItem> workList, TableMeta TM)
Methods in tilda that return types with arguments of type Reorg.WorkItem Modifier and Type Method Description protected static java.util.List<Reorg.WorkItem>
Reorg. readFromSerializedFile()
Methods in tilda with parameters of type Reorg.WorkItem Modifier and Type Method Description int
Reorg.WorkItem.Cmprtr1. compare(Reorg.WorkItem o1, Reorg.WorkItem o2)
Method parameters in tilda with type arguments of type Reorg.WorkItem Modifier and Type Method Description static Reorg.WorkItem
Reorg.WorkItem. getItem(java.util.List<Reorg.WorkItem> workList, TableMeta TM)
protected static void
Reorg. testComparatorPerformance(java.util.List<Reorg.WorkItem> workList)
Basic performance test of old-style Comparator (class) vs new-style (lambda expression).protected static void
Reorg. writeToSerializedFile(java.util.List<Reorg.WorkItem> worklist)
-