1: package com.teamkonzept.lib; 2: 3: /** 4: * @author $Author: alex $ 5: * @version $Revision: 1.7 $ 6: */ 7: public interface TKListIterator { 8: boolean apply(TKTemplate template, int count, String type); 9: }