Uses of Class
org.jivesoftware.smackx.ReportedData.Row

Packages that use ReportedData.Row
org.jivesoftware.smackx Smack extensions API. 
 

Uses of ReportedData.Row in org.jivesoftware.smackx
 

Methods in org.jivesoftware.smackx that return types with arguments of type ReportedData.Row
 java.util.Iterator<ReportedData.Row> ReportedData.getRows()
          Returns an Iterator for the rows returned from a search.
 

Methods in org.jivesoftware.smackx with parameters of type ReportedData.Row
 void ReportedData.addRow(ReportedData.Row row)
          Adds a new Row.