Drools :: Compiler 6.2.0.Final

org.drools.compiler.commons.jci.compilers
Class NativeJavaCompiler.AggregatingIterable<T>

java.lang.Object
  extended by org.drools.compiler.commons.jci.compilers.NativeJavaCompiler.AggregatingIterable<T>
All Implemented Interfaces:
Iterable<T>
Enclosing class:
NativeJavaCompiler

public static class NativeJavaCompiler.AggregatingIterable<T>
extends Object
implements Iterable<T>


Constructor Summary
NativeJavaCompiler.AggregatingIterable(Iterable<T> i1, Iterable<T> i2)
           
 
Method Summary
 Iterator<T> iterator()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

NativeJavaCompiler.AggregatingIterable

public NativeJavaCompiler.AggregatingIterable(Iterable<T> i1,
                                              Iterable<T> i2)
Method Detail

iterator

public Iterator<T> iterator()
Specified by:
iterator in interface Iterable<T>

Drools :: Compiler 6.2.0.Final

Copyright © 2001-2015 JBoss by Red Hat. All Rights Reserved.