Uses of Class
aQute.lib.index.Index.Page
-
Packages that use Index.Page Package Description aQute.lib.index -
-
Uses of Index.Page in aQute.lib.index
Fields in aQute.lib.index declared as Index.Page Modifier and Type Field Description Index.Page
Index. root
Fields in aQute.lib.index with type parameters of type Index.Page Modifier and Type Field Description (package private) java.util.LinkedHashMap<java.lang.Integer,Index.Page>
Index. cache
Methods in aQute.lib.index that return Index.Page Modifier and Type Method Description (package private) Index.Page
Index. allocate(boolean leaf)
(package private) Index.Page
Index. getPage(int number)
Methods in aQute.lib.index with parameters of type Index.Page Modifier and Type Method Description (package private) void
Index.Page. copyFrom(Index.Page page, int start, int length)
-