Uses of Interface
java.util.Iterator

Packages that use Iterator
de.cau.cs.kieler.core.model.gmf.util Utility Classes for GMF modeling. 
de.cau.cs.kieler.core.model.util This package contains a collection of utility classes. 
de.cau.cs.kieler.core.util General purpose utility classes in the style of java.util
de.cau.cs.kieler.kaom.diagram.part   
de.cau.cs.kieler.keg.diagram.part   
de.cau.cs.kieler.klay.layered.graph Basic structures for the layered layouter. 
de.cau.cs.kieler.sim.kiem.config.data This package contains the data storing classes for all managers. 
de.cau.cs.kieler.sim.trace   
de.cau.cs.kieler.sj.util Package with short and fast data structures used by SJ. 
de.cau.cs.kieler.synccharts.diagram.part   
java.lang Core Java classes 
java.util Utilities 
js.tinyvm   
js.tinyvm.util   
lejos.nxt Access to NXT sensors, motors, etc. 
org.apache.bcel.generic This package contains the "generic" part of the Byte Code Engineering Library, i.e., classes to dynamically modify class objects and byte code instructions. 
org.apache.bcel.util This package contains utility classes for the Byte Code Engineering Library, namely: 
org.json This package contains the JSON implementation for java as it can be found on http://www.json.org/java 
 

Uses of Iterator in de.cau.cs.kieler.core.model.gmf.util
 

Methods in de.cau.cs.kieler.core.model.gmf.util with parameters of type Iterator
static
<T> Collection<T>
GmfModelingUtil.iterator2Collection(Iterator<T> iter)
          Convert an Iterator to a Collection.
 

Uses of Iterator in de.cau.cs.kieler.core.model.util
 

Methods in de.cau.cs.kieler.core.model.util with parameters of type Iterator
static
<T> Collection<T>
ModelingUtil.iterator2Collection(Iterator<T> iter)
          Convert an Iterator to a Collection.
 

Uses of Iterator in de.cau.cs.kieler.core.util
 

Classes in de.cau.cs.kieler.core.util that implement Iterator
 class FilteredIterator<E>
          An iterator that filters the elements returned by a wrapped iterator.
 

Methods in de.cau.cs.kieler.core.util that return Iterator
 Iterator<E> FilteredIterator.Iterable.iterator()
          
 Iterator<T> ProxyIterable.iterator()
          
 

Methods in de.cau.cs.kieler.core.util with parameters of type Iterator
static
<T> ProxyIterable<T>
ProxyIterable.create(Iterator<T> iterator)
          Creates a proxy iterable to a given iterator.
 

Constructors in de.cau.cs.kieler.core.util with parameters of type Iterator
ProxyIterable(Iterator<T> iterator)
          Constructs a proxy iterable to a given iterator.
 

Uses of Iterator in de.cau.cs.kieler.kaom.diagram.part
 

Methods in de.cau.cs.kieler.kaom.diagram.part that return Iterator
 Iterator<Resource> KaomDocumentProvider.ResourceSetInfo.getLoadedResourcesIterator()
           
 

Uses of Iterator in de.cau.cs.kieler.keg.diagram.part
 

Methods in de.cau.cs.kieler.keg.diagram.part that return Iterator
 Iterator<Resource> GraphsDocumentProvider.ResourceSetInfo.getLoadedResourcesIterator()
           
 

Uses of Iterator in de.cau.cs.kieler.klay.layered.graph
 

Methods in de.cau.cs.kieler.klay.layered.graph that return Iterator
 Iterator<LNode> Layer.iterator()
          Returns an iterator over the contained nodes.
 Iterator<Layer> LayeredGraph.iterator()
          Returns an iterator over the layers.
 

Uses of Iterator in de.cau.cs.kieler.sim.kiem.config.data
 

Methods in de.cau.cs.kieler.sim.kiem.config.data that return Iterator
 Iterator<T> MostRecentCollection.iterator()
          
 

Uses of Iterator in de.cau.cs.kieler.sim.trace
 

Subinterfaces of Iterator in de.cau.cs.kieler.sim.trace
 interface ITrace
          Generic interface for traces, ie, a list of ticks.
 interface ITraceList
          Generic interface for a list of traces, as for example defined by an Esi/ Eso file.
 

Uses of Iterator in de.cau.cs.kieler.sj.util
 

Methods in de.cau.cs.kieler.sj.util that return Iterator
 Iterator<T> AbstractCollection.iterator()
          Gives you an iterator of the collection.
 

Uses of Iterator in de.cau.cs.kieler.synccharts.diagram.part
 

Methods in de.cau.cs.kieler.synccharts.diagram.part that return Iterator
 Iterator<Resource> SyncchartsDocumentProvider.ResourceSetInfo.getLoadedResourcesIterator()
           
 

Uses of Iterator in java.lang
 

Methods in java.lang that return Iterator
 Iterator<E> Iterable.iterator()
           
 

Uses of Iterator in java.util
 

Subinterfaces of Iterator in java.util
 interface ListIterator<E>
           
 

Methods in java.util that return Iterator
 Iterator<E> Collection.iterator()
           
 

Uses of Iterator in js.tinyvm
 

Methods in js.tinyvm that return Iterator
 Iterator<T> RecordTable.iterator()
          Iterator.
 

Uses of Iterator in js.tinyvm.util
 

Methods in js.tinyvm.util that return Iterator
 Iterator<T> HashVector.elements()
           
 

Uses of Iterator in lejos.nxt
 

Methods in lejos.nxt that return Iterator
 Iterator<E> VM.VMItems.iterator()
           
 Iterator<VM.VMThread> VM.VMThreads.iterator()
           
 

Uses of Iterator in org.apache.bcel.generic
 

Methods in org.apache.bcel.generic that return Iterator
 Iterator InstructionList.iterator()
           
 

Uses of Iterator in org.apache.bcel.util
 

Methods in org.apache.bcel.util that return Iterator
 Iterator InstructionFinder.search(String pattern)
          Start search beginning from the start of the given instruction list.
 Iterator InstructionFinder.search(String pattern, InstructionFinder.CodeConstraint constraint)
          Start search beginning from the start of the given instruction list.
 Iterator InstructionFinder.search(String pattern, InstructionHandle from)
          Start search beginning from `from'.
 Iterator InstructionFinder.search(String pattern, InstructionHandle from, InstructionFinder.CodeConstraint constraint)
          Search for the given pattern in the instruction list.
 

Uses of Iterator in org.json
 

Methods in org.json that return Iterator
 Iterator JSONObject.keys()
          Get an enumeration of the keys of the JSONObject.
 Iterator JSONObject.sortedKeys()
          Get an enumeration of the keys of the JSONObject.