|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
Interface that encapsulates a function to apply to each element of a list in turn, and passing the result to an accumulator.
Method Summary | |
java.lang.Object |
reduce(RDFNode node,
java.lang.Object accumulator)
Apply a function to the given RDF node. |
Method Detail |
public java.lang.Object reduce(RDFNode node, java.lang.Object accumulator)
Apply a function to the given RDF node.
node
- A node from the list.accumulator
- The accumulator for the reduction, which will
either be an initial value passed to RDFList.reduce(com.hp.hpl.jena.rdf.model.RDFList.ReduceFn, java.lang.Object)
, or the
output from reduce
applied to the previous node in the
list.
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |