| com.hp.hpl.jena.rdf.model.impl.ContainerI
All known Subclasses: com.hp.hpl.jena.rdf.model.impl.ContainerImpl,
ContainerI | interface ContainerI (Code) | | An internal interface, not normally of interest to application developers.
author: bwm version: Release='$Name: $' Revision='$Revision: 1.7 $' Date='$Date: 2008/01/02 12:04:57 $' |
remove | public Container remove(int index, RDFNode object)(Code) | | Remove the given value at the given index.
Parameters: index - The index at which the value should be removed. Parameters: object - The object at that index to be removed this object |
|
|