fr.improve.xdi.mapping
Class EnterpriseObjectIterator

java.lang.Object
  extended byfr.improve.xdi.mapping.EnterpriseObjectIterator
All Implemented Interfaces:
java.util.Iterator

public class EnterpriseObjectIterator
extends java.lang.Object
implements java.util.Iterator

Author:
Sébastien Letélié

Constructor Summary
EnterpriseObjectIterator(java.util.Iterator in_iterator)
           
 
Method Summary
 boolean hasNext()
           
 java.lang.Object next()
           
 void remove()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

EnterpriseObjectIterator

public EnterpriseObjectIterator(java.util.Iterator in_iterator)
Method Detail

remove

public void remove()
Specified by:
remove in interface java.util.Iterator
See Also:
Iterator.remove()

hasNext

public boolean hasNext()
Specified by:
hasNext in interface java.util.Iterator
See Also:
Iterator.hasNext()

next

public java.lang.Object next()
Specified by:
next in interface java.util.Iterator
See Also:
Iterator.next()


Copyright © 2004-2005 Improve. All Rights Reserved.