jpos.profile
Class DefaultPropValueList.DefaultIterator

java.lang.Object
  |
  +--jpos.profile.DefaultPropValueList.DefaultIterator
All Implemented Interfaces:
PropValueList.Iterator
Enclosing class:
DefaultPropValueList

class DefaultPropValueList.DefaultIterator
extends java.lang.Object
implements PropValueList.Iterator

Simple interface to iterate through the list

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

Constructor Summary
(package private) DefaultPropValueList.DefaultIterator()
          Default ctor
 
Method Summary
 boolean hasNext()
           
 PropValue next()
           
 
Methods inherited from class java.lang.Object
, clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DefaultPropValueList.DefaultIterator

DefaultPropValueList.DefaultIterator()
Default ctor
Method Detail

next

public PropValue next()
Specified by:
next in interface PropValueList.Iterator
Returns:
the next PropValue in the iterator

hasNext

public boolean hasNext()
Specified by:
hasNext in interface PropValueList.Iterator
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