ptolemy.actor.gt
Class GTIngredient.FieldIterator

java.lang.Object
  extended by ptolemy.actor.gt.GTIngredient.FieldIterator
All Implemented Interfaces:
java.util.Iterator<java.lang.String>
Enclosing class:
GTIngredient

protected static class GTIngredient.FieldIterator
extends java.lang.Object
implements java.util.Iterator<java.lang.String>


Constructor Summary
GTIngredient.FieldIterator(java.lang.String values)
           
 
Method Summary
 boolean hasNext()
           
 java.lang.String next()
           
 void remove()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

GTIngredient.FieldIterator

public GTIngredient.FieldIterator(java.lang.String values)
Method Detail

hasNext

public boolean hasNext()
Specified by:
hasNext in interface java.util.Iterator<java.lang.String>

next

public java.lang.String next()
Specified by:
next in interface java.util.Iterator<java.lang.String>

remove

public void remove()
Specified by:
remove in interface java.util.Iterator<java.lang.String>