Drools :: Compiler 6.2.0.Final

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

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

public static class NativeJavaCompiler.AggregatingIterator<T>
extends Object
implements Iterator<T>


Constructor Summary
NativeJavaCompiler.AggregatingIterator(Iterator<T> i1, Iterator<T> i2)
           
 
Method Summary
 boolean hasNext()
           
 T next()
           
 void remove()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

NativeJavaCompiler.AggregatingIterator

public NativeJavaCompiler.AggregatingIterator(Iterator<T> i1,
                                              Iterator<T> i2)
Method Detail

hasNext

public boolean hasNext()
Specified by:
hasNext in interface Iterator<T>

next

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

remove

public void remove()
Specified by:
remove in interface Iterator<T>

Drools :: Compiler 6.2.0.Final

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