Package org.kie.memorycompiler.jdknative
Class NativeJavaCompiler.AggregatingIterable<T>
- java.lang.Object
-
- org.kie.memorycompiler.jdknative.NativeJavaCompiler.AggregatingIterable<T>
-
- All Implemented Interfaces:
Iterable<T>
- Enclosing class:
- NativeJavaCompiler
public static class NativeJavaCompiler.AggregatingIterable<T> extends Object implements Iterable<T>
-
-
Constructor Summary
Constructors Constructor Description AggregatingIterable(Iterable<T> i1, Iterable<T> i2)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Iterator<T>iterator()-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface java.lang.Iterable
forEach, spliterator
-
-