JXTA

Uses of Class
net.jxta.impl.xindice.core.filer.Paged.Page

Packages that use Paged.Page
net.jxta.impl.xindice.core.filer   
 

Uses of Paged.Page in net.jxta.impl.xindice.core.filer
 

Methods in net.jxta.impl.xindice.core.filer that return Paged.Page
protected  Paged.Page Paged.getFreePage()
          getFreePage returns the first free Page from secondary storage.
protected  Paged.Page Paged.getPage(long pageNum)
          getPage returns the page specified by pageNum.
 

Methods in net.jxta.impl.xindice.core.filer with parameters of type Paged.Page
(package private)  void Paged.addDirty(Paged.Page page)
           
 int Paged.Page.compareTo(Paged.Page o)
           
protected  Value Paged.readValue(Paged.Page page)
          readValue reads the multi-Paged Value starting at the specified Page.
protected  void Paged.unlinkPages(Paged.Page page)
          unlinkPages unlinks a set of pages starting at the specified Page.
protected  void Paged.writeValue(Paged.Page page, Value value)
          writeValue writes the multi-Paged Value starting at the specified Page.
 


JXSE