public class BNodeKeyFactoryList extends ArrayList<BNodeKeyFactory> implements BNodeKeyFactory
modCount| Constructor and Description |
|---|
BNodeKeyFactoryList() |
BNodeKeyFactoryList(Collection<BNodeKeyFactory> arg0) |
BNodeKeyFactoryList(int arg0) |
| Modifier and Type | Method and Description |
|---|---|
BNodeKey |
createKey(org.openrdf.model.URI predicate,
Vertex object)
Create a key for a given BNode that is the object of some statement.
|
add, add, addAll, addAll, clear, clone, contains, ensureCapacity, forEach, get, indexOf, isEmpty, iterator, lastIndexOf, listIterator, listIterator, remove, remove, removeAll, removeIf, removeRange, replaceAll, retainAll, set, size, sort, spliterator, subList, toArray, toArray, trimToSizeequals, hashCodecontainsAll, toStringfinalize, getClass, notify, notifyAll, wait, wait, waitcontainsAll, equals, hashCodeparallelStream, streampublic BNodeKeyFactoryList()
public BNodeKeyFactoryList(int arg0)
public BNodeKeyFactoryList(Collection<BNodeKeyFactory> arg0)
public BNodeKey createKey(org.openrdf.model.URI predicate, Vertex object)
BNodeKeyFactorycreateKey in interface BNodeKeyFactorypredicate - The predicate of the statementobject - The BNode whose key is to be created.Copyright © 2019. All rights reserved.