Class orion.textview.AnnotationIterator
This object represents an annotation iterator.
See:
orion.textview.AnnotationModel#getAnnotations
Defined in: </shared/eclipse/e4/orion/I201301232230/plugins/org.eclipse.orion.client.editor/web/orion/textview/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.