|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface AttributeIterator
Type specific Iterator. Use the Iterator methods to fetch elements sequentially.
Iterator
Method Summary | |
---|---|
boolean |
hasNext()
Returns true if there are more elements. |
Attribute |
next()
Returns the next element. |
Method Detail |
---|
boolean hasNext()
true
if there are more elements.
Attribute next()
java.util.NoSuchElementException
- If no more elements exist.
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |