Uses of Class
org.h2.mvstore.Page.NonLeaf
Packages that use Page.NonLeaf
-
Uses of Page.NonLeaf in org.h2.mvstore
Subclasses of Page.NonLeaf in org.h2.mvstoreConstructors in org.h2.mvstore with parameters of type Page.NonLeafModifierConstructorDescription(package private)
IncompleteNonLeaf
(MVMap<K, V> map, Page.NonLeaf<K, V> source) (package private)
NonLeaf
(MVMap<K, V> map, Page.NonLeaf<K, V> source, Page.PageReference<K, V>[] children, long totalCount)