T
- The type of object to apply method interface to.public interface IAlgorithm<T>
Represents an algorithm that can be applied to a list of objects T
.
Modifier and Type | Method and Description |
---|---|
void |
alg(T el,
int index) |
void |
postAlg(T el,
int index) |
void |
preAlg(T el,
int index) |
Copyright (c) 2008-2018 Aspose Pty Ltd. All Rights Reserved.