public class SlotIterator
extends java.lang.Object
implements java.util.Iterator
getNext( )
returns a handle of type DesignElementHandle.| 限定符和类型 | 字段和说明 |
|---|---|
protected int |
posn
Current iteration position.
|
protected SlotHandle |
slotHandle
Handle to the slot over which to iterate.
|
| 构造器和说明 |
|---|
SlotIterator(SlotHandle handle)
Constructs an iterator for the given slot.
|
| 限定符和类型 | 方法和说明 |
|---|---|
boolean |
hasNext() |
java.lang.Object |
next()
Returns a handle to the next content element.
|
void |
remove()
Removes the element at the current iterator position.
|
protected final SlotHandle slotHandle
protected int posn
public SlotIterator(SlotHandle handle)
handle - handle to the slot over which to iteratepublic void remove()
remove 在接口中 java.util.Iteratorpublic boolean hasNext()
hasNext 在接口中 java.util.Iteratorpublic java.lang.Object next()
DesignElementHandle.next 在接口中 java.util.IteratorCopyright © 2008 Actuate Corp. All rights reserved.