| java.lang.Object com.hp.hpl.jena.mem.NodeToTriplesMapBase com.hp.hpl.jena.mem.faster.NodeToTriplesMapFaster
NodeToTriplesMapFaster | public NodeToTriplesMapFaster(Field indexField, Field f2, Field f3)(Code) | | |
add | public boolean add(Triple t)(Code) | | Add t to this NTM; the node o must
be the index node of the triple. Answer true iff the triple
was not previously in the set, ie, it really truly has been added.
|
contains | public boolean contains(Triple t)(Code) | | Answer true iff this NTM contains the concrete triple t .
|
containsBySameValueAs | public boolean containsBySameValueAs(Triple t)(Code) | | |
iterator | public ExtendedIterator iterator(Node index, Node n2, Node n3)(Code) | | Answer an iterator over all the triples in this NTM which match
pattern . The index field of this NTM is guaranteed
concrete in the pattern.
|
iteratorForIndexed | public Iterator iteratorForIndexed(Object y)(Code) | | Answer an iterator over all the triples that are indexed by the item y .
Note that y need not be a Node (because of indexing values).
|
remove | public boolean remove(Triple t)(Code) | | Remove t from this NTM. Answer true iff the
triple was previously in the set, ie, it really truly has been removed.
|
|
|