Uses of Interface
org.codehaus.janino.util.Producer
-
Packages that use Producer Package Description org.codehaus.janino.util.iterator Some genericIterator
-related helper classes. -
-
Uses of Producer in org.codehaus.janino.util.iterator
Fields in org.codehaus.janino.util.iterator declared as Producer Modifier and Type Field Description private Producer<T>
ProducerIterator. producer
Constructors in org.codehaus.janino.util.iterator with parameters of type Producer Constructor Description ProducerIterator(Producer<T> producer)
-