Class AbstractScriptSearchProvider.MapIterator<K>
java.lang.Object
com.inductiveautomation.ignition.designer.scripteditor.AbstractScriptSearchProvider.MapIterator<K>
- All Implemented Interfaces:
- Iterator<SearchObject>
- Enclosing class:
- AbstractScriptSearchProvider<T>
protected abstract class AbstractScriptSearchProvider.MapIterator<K>
extends Object
implements Iterator<SearchObject>
- 
Nested Class SummaryNested ClassesModifier and TypeClassDescriptionprotected class
- 
Field SummaryFields
- 
Constructor SummaryConstructors
- 
Method SummaryMethods inherited from class java.lang.Objectclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface java.util.IteratorforEachRemaining
- 
Field Details- 
map
- 
itr
 
- 
- 
Constructor Details- 
MapIteratorpublic MapIterator()
 
- 
- 
Method Details- 
getDisplayName
- 
getMap
- 
setMap
- 
getNameForKey
- 
notifyModificationprotected void notifyModification()
- 
hasNextpublic boolean hasNext()
- 
next
- 
removepublic void remove()
 
-