public class AttributeListIterator
extends java.lang.Object
implements java.util.Iterator<java.lang.Integer>
Iterator to traverse all the Sparksee attribute identifier into a AttributeList instance.
Modifier and Type | Method and Description |
---|---|
boolean |
hasNext()
Gets if there are more elements.
|
java.lang.Integer |
next()
See nextAttribute().
|
int |
nextAttribute()
Gets the next element.
|
void |
remove()
Operation not supported.
|
public java.lang.Integer next()
next
in interface java.util.Iterator<java.lang.Integer>
public boolean hasNext()
hasNext
in interface java.util.Iterator<java.lang.Integer>
public int nextAttribute()
public void remove()
remove
in interface java.util.Iterator<java.lang.Integer>