public class MemberIterator
extends java.lang.Object
implements java.util.Iterator
getNext( ) returns a MemberHandle for the next
structure member.| 限定符和类型 | 字段和说明 |
|---|---|
protected boolean |
isValid |
protected java.util.Iterator |
iter
Iterator over the members.
|
protected org.eclipse.birt.report.model.metadata.StructureDefn |
structDefn
The definition of the structure.
|
protected StructureHandle |
structHandle
Handle to the structure itself.
|
| 构造器和说明 |
|---|
MemberIterator(StructureHandle struct)
Constructs a member iterator with the given structure handle.
|
| 限定符和类型 | 方法和说明 |
|---|---|
boolean |
hasNext() |
java.lang.Object |
next()
Returns a handle to the next member.
|
void |
remove()
The remove operation is not supported when iterating over a structure;
the application cannot remove members of a structure.
|
protected StructureHandle structHandle
protected org.eclipse.birt.report.model.metadata.StructureDefn structDefn
protected java.util.Iterator iter
protected boolean isValid
public MemberIterator(StructureHandle struct)
struct - handle to the structure over which to iteratepublic void remove()
remove 在接口中 java.util.Iteratorpublic boolean hasNext()
hasNext 在接口中 java.util.Iteratorpublic java.lang.Object next()
next 在接口中 java.util.IteratorMemberHandleCopyright © 2008 Actuate Corp. All rights reserved.