Uses of Interface
com.aspose.tasks.IAlgorithm
-
-
Uses of IAlgorithm in com.aspose.tasks
Methods in com.aspose.tasks with parameters of type IAlgorithm Modifier and Type Method Description static void
ArrayUtils. apply(List array, IAlgorithm algorithm, int startIndex)
Apply algorithm for each List element starting from specified position.static <T> void
ListUtils. apply(List<T> list, IAlgorithm<T> algorithm, int startIndex)
Apply algorithm for each list element starting from specified position.
-