Uses of Class
org.hibernate.internal.util.collections.AbstractPagedArray.Page
Packages that use AbstractPagedArray.Page
-
Uses of AbstractPagedArray.Page in org.hibernate.internal.util.collections
Fields in org.hibernate.internal.util.collections with type parameters of type AbstractPagedArray.PageModifier and TypeFieldDescriptionprotected final ArrayList<AbstractPagedArray.Page<E>>
AbstractPagedArray.elementPages
Methods in org.hibernate.internal.util.collections that return AbstractPagedArray.PageModifier and TypeMethodDescriptionprotected AbstractPagedArray.Page<E>
AbstractPagedArray.getOrCreateEntryPage
(int index) Utility methods that retrieves or initializes aAbstractPagedArray.Page
based on the absolute index in the array.protected AbstractPagedArray.Page<E>
AbstractPagedArray.getPage
(int index) Utility methods that retrieves anAbstractPagedArray.Page
based on the absolute index in the array.