You could call native code in your iterator using jni or jna, but you'll still need a java class to wrap it, and data will still be coming from the underlying java iterator.
On Sun, Aug 9, 2015, 23:34 shweta.agrawal <[email protected]> wrote: > Hi all, > > Is there a way to implement iterators through C++? > > Thanks > Shweta >
