Project 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.getPage(Long lp)
          getPage returns the page specified by pageNum.
protected  Paged.Page Paged.getPage(long pageNum)
          getPage returns the page specified by pageNum.
protected  Paged.Page Paged.getFreePage()
          getFreePage returns the first free Page from secondary storage.
 

Methods in net.jxta.impl.xindice.core.filer with parameters of type Paged.Page
protected  Value Paged.readValue(Paged.Page page)
          readValue reads the multi-Paged Value 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.
protected  void Paged.unlinkPages(Paged.Page page)
          unlinkPages unlinks a set of pages starting at the specified Page.
 


JXTA J2SE