Uses of Class
org.h2.mvstore.Page.NonLeaf
-
Packages that use Page.NonLeaf Package Description org.h2.mvstore A persistent storage for tree maps. -
-
Uses of Page.NonLeaf in org.h2.mvstore
Subclasses of Page.NonLeaf in org.h2.mvstore Modifier and Type Class Description private static class
Page.IncompleteNonLeaf<K,V>
Constructors in org.h2.mvstore with parameters of type Page.NonLeaf Constructor Description IncompleteNonLeaf(MVMap<K,V> map, Page.NonLeaf<K,V> source)
NonLeaf(MVMap<K,V> map, Page.NonLeaf<K,V> source, Page.PageReference<K,V>[] children, long totalCount)
-