com.aspose.tasks

Interfaces

Classes

Exceptions

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 and Description
      static <T> void ListUtils.apply(List<T> list, IAlgorithm<T> algorithm, int startIndex)
      Apply algorithm for each list element starting from specified position.
      static void ArrayUtils.apply(List array, IAlgorithm algorithm, int startIndex)
      Apply algorithm for each List element starting from specified position.