jpos.profile
Interface PropInfoList.Iterator

All Known Implementing Classes:
DefaultPropInfoList.DefaultIterator
Enclosing class:
PropInfoList

public static interface PropInfoList.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()
           
 PropInfo next()
           
 

Method Detail

next

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

hasNext

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


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