Class CursorIteratorWrapper
- java.lang.Object
-
- org.apache.ignite.internal.processors.query.h2.opt.join.CursorIteratorWrapper
-
-
Constructor Summary
Constructors Constructor Description CursorIteratorWrapper(H2Cursor cursor)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanhasNext()H2Rownext()voidremove()-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface java.util.Iterator
forEachRemaining
-
-
-
-
Constructor Detail
-
CursorIteratorWrapper
public CursorIteratorWrapper(H2Cursor cursor)
- Parameters:
cursor- Cursor.
-
-