public class AttributeIterator extends Object
Modifier and Type | Method and Description |
---|---|
boolean |
hasNext()
True if there is another Attribute in the collection
|
Attribute |
next()
Returns the next Attribute in the collection
|
public boolean hasNext()
public Attribute next()