jpos.profile
Class DefaultPropInfoList.DefaultIterator

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

class DefaultPropInfoList.DefaultIterator
extends java.lang.Object
implements PropInfoList.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) DefaultPropInfoList.DefaultIterator()
          Default ctor
 
Method Summary
 boolean hasNext()
           
 PropInfo next()
           
 
Methods inherited from class java.lang.Object
, clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DefaultPropInfoList.DefaultIterator

DefaultPropInfoList.DefaultIterator()
Default ctor
Method Detail

next

public PropInfo next()
Specified by:
next in interface PropInfoList.Iterator
Returns:
the next PropInfo in the iterator

hasNext

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