Uses of Class
org.apache.jena.riot.thrift.wire.RDF_DataTuple
-
Packages that use RDF_DataTuple Package Description org.apache.jena.riot.thrift.wire -
-
Uses of RDF_DataTuple in org.apache.jena.riot.thrift.wire
Methods in org.apache.jena.riot.thrift.wire that return RDF_DataTuple Modifier and Type Method Description RDF_DataTupleRDF_DataTuple. deepCopy()RDF_DataTupleRDF_DataTuple. setRow(java.util.List<RDF_Term> row)Methods in org.apache.jena.riot.thrift.wire with parameters of type RDF_DataTuple Modifier and Type Method Description intRDF_DataTuple. compareTo(RDF_DataTuple other)booleanRDF_DataTuple. equals(RDF_DataTuple that)Constructors in org.apache.jena.riot.thrift.wire with parameters of type RDF_DataTuple Constructor Description RDF_DataTuple(RDF_DataTuple other)Performs a deep copy on other.
-