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