Package org.h2.mvstore.db
Class MVSecondaryIndex.Source
- java.lang.Object
-
- org.h2.mvstore.db.MVSecondaryIndex.Source
-
- Enclosing class:
- MVSecondaryIndex
private static final class MVSecondaryIndex.Source extends java.lang.Object
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description (package private) static class
MVSecondaryIndex.Source.Comparator
-
Field Summary
Fields Modifier and Type Field Description (package private) SearchRow
currentRowData
private java.util.Iterator<SearchRow>
iterator
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description boolean
hasNext()
SearchRow
next()
-