jpos.profile
Interface DevCatInfoList.Iterator

All Known Implementing Classes:
DefaultDevCatInfoList.DefaultIterator
Enclosing class:
DevCatInfoList

public static interface DevCatInfoList.Iterator

Simple interface to iterate through the list

Since:
1.3 (SF 2K meeting)
Author:
E. Michael Maximilien (maxim@us.ibm.com)

Method Summary
 boolean hasNext()
           
 DevCatInfo next()
           
 

Method Detail

next

public DevCatInfo next()
Returns:
the next DevCatInfo in the iterator

hasNext

public boolean hasNext()
Returns:
true if there is a next DevCatInfo in the iterator


This API and code belongs to the JavaPOS committee please see LISCENCE file for details