org.objectweb.jonas_ejb.container.jorm.GenClassImpl.ElementIterator Class Reference

Collaboration diagram for org.objectweb.jonas_ejb.container.jorm.GenClassImpl.ElementIterator:

Collaboration graph
[legend]
List of all members.

Public Member Functions

boolean hasNext ()
Object next ()

Detailed Description

this class is an implementation of the Iterator interface which return only the existing objects. The return elements are dereferenced, then PObject instances.

Definition at line 723 of file GenClassImpl.java.


Member Function Documentation

boolean org.objectweb.jonas_ejb.container.jorm.GenClassImpl.ElementIterator.hasNext  ) 
 

Returns true if the iteration has more elements. (In other words, returns true if next would return an element rather than throwing an exception.)

Returns:
true if the iterator has more elements.

Definition at line 764 of file GenClassImpl.java.

Object org.objectweb.jonas_ejb.container.jorm.GenClassImpl.ElementIterator.next  ) 
 

Returns the next element in the interation.

Returns:
the next element in the iteration.
Exceptions:
NoSuchElementException iteration has no more elements.

Definition at line 774 of file GenClassImpl.java.

References org.objectweb.jonas_ejb.container.jorm.GenClassImpl.gcGetElement(), and org.objectweb.jonas_ejb.container.jorm.GenClassElement.value.

Here is the call graph for this function:


The documentation for this class was generated from the following file:
Generated on Tue Feb 15 15:10:59 2005 for JOnAS by  doxygen 1.3.9.1