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 Summary
Nested ClassesModifier and TypeClassDescriptionprotected class - 
Field Summary
Fields - 
Constructor Summary
Constructors - 
Method Summary
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface java.util.Iterator
forEachRemaining 
- 
Field Details
- 
map
 - 
itr
 
 - 
 - 
Constructor Details
- 
MapIterator
public MapIterator() 
 - 
 - 
Method Details
- 
getDisplayName
 - 
getMap
 - 
setMap
 - 
getNameForKey
 - 
notifyModification
protected void notifyModification() - 
hasNext
public boolean hasNext() - 
next
 - 
remove
public void remove() 
 -