public interface IAlgorithm
Represents an algorithm that can be applyed to a list of objects.
void
alg(Object el, int index)
postAlg(Object el, int index)
preAlg(Object el, int index)
void preAlg(Object el, int index)
void alg(Object el, int index)
void postAlg(Object el, int index)
Copyright (c) 2008-2013 Aspose Pty Ltd. All Rights Reserved.