public interface AttributeIterator
Attribute
Modifier and Type | Method and Description |
---|---|
boolean |
hasNext()
Check if there are any attributes on the stream
|
Attribute |
next()
Get the next Attribute on the stream
|
Attribute |
peek()
Return the next element on the stream without shifting it
|
void |
skip()
Skip the next element on the stream
|