KickJava   Java API By Example, From Geeks To Geeks.

Java > Open Source Codes > com > teamkonzept > lib > TKListIterator


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 JavaDoc type);
9 }
10
Popular Tags