JXTA

Uses of Class
net.jxta.impl.cm.SrdiIndex.Entry

Packages that use SrdiIndex.Entry
net.jxta.impl.cm   
 

Uses of SrdiIndex.Entry in net.jxta.impl.cm
 

Fields in net.jxta.impl.cm with type parameters of type SrdiIndex.Entry
 List<SrdiIndex.Entry> SrdiIndex.SrdiIndexRecord.list
           
 

Methods in net.jxta.impl.cm that return types with arguments of type SrdiIndex.Entry
 List<SrdiIndex.Entry> SrdiIndex.getRecord(String pkey, String skey, String value)
          retrieves a record
 

Constructor parameters in net.jxta.impl.cm with type arguments of type SrdiIndex.Entry
SrdiIndex.SrdiIndexRecord(Key key, List<SrdiIndex.Entry> list)
          SrdiIndex record
 


JXSE