org.drools.compiler.commons.jci.compilers
Class NativeJavaCompiler.AggregatingIterator<T>
java.lang.Object
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>
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
NativeJavaCompiler.AggregatingIterator
public NativeJavaCompiler.AggregatingIterator(Iterator<T> i1,
Iterator<T> i2)
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>
Copyright © 2001-2015 JBoss by Red Hat. All Rights Reserved.