|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public static interface RDFList.ReduceFn
Interface that encapsulates a function to apply to each element of a list in turn, and passing the result to an accumulator.
| Method Summary | |
|---|---|
Object |
reduce(RDFNode node,
Object accumulator)
Apply a function to the given RDF node. |
| Method Detail |
|---|
Object reduce(RDFNode node,
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 | |||||||||