jpos.profile
Interface PropValueList.Iterator

All Known Implementing Classes:
DefaultPropValueList.DefaultIterator
Enclosing class:
PropValueList

public static interface PropValueList.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()
           
 PropValue next()
           
 

Method Detail

next

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

hasNext

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


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