Class orion.editor.AnnotationIterator
This object represents an annotation iterator.
See:
orion.editor.AnnotationModel#getAnnotations
Defined in: </jobs/genie.orion/orion-client-stable/workspace/bundles/org.eclipse.orion.client.editor/web/orion/editor/annotations.js>.
| Constructor Attributes | Constructor Name and Description | 
|---|---|
| Field Attributes | Field Name and Description | 
|---|---|
| Determines whether there are more annotations in the iterator. | |
| Returns the next annotation in the iterator. | 
					Field Detail
				
				
					 
					
					
					{Function}
					hasNext
					
					
					
						Determines whether there are more annotations in the iterator.
						
						
					
					
					
						
						
						
						
					
					
					{Function}
					next
					
					
					
						Returns the next annotation in the iterator.