Class SetFromMappedPropertyValues<T>
java.lang.Object
java.util.AbstractCollection<E>
java.util.AbstractSet<T>
org.aksw.jena_sparql_api.rdf.collections.SetFromMappedPropertyValues<T>
- All Implemented Interfaces:
Iterable<T>,Collection<T>,Set<T>
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected booleanprotected NodeMapper<T>protected org.apache.jena.rdf.model.Propertyprotected org.apache.jena.rdf.model.Resource -
Constructor Summary
ConstructorsConstructorDescriptionSetFromMappedPropertyValues(org.apache.jena.rdf.model.Resource subject, org.apache.jena.rdf.model.Property property, boolean isFwd, NodeMapper<T> nodeMapper) SetFromMappedPropertyValues(org.apache.jena.rdf.model.Resource subject, org.apache.jena.rdf.model.Property property, NodeMapper<T> nodeMapper) -
Method Summary
Methods inherited from class java.util.AbstractSet
equals, hashCode, removeAllMethods inherited from class java.util.AbstractCollection
addAll, contains, containsAll, isEmpty, remove, retainAll, toArray, toArray, toStringMethods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, waitMethods inherited from interface java.util.Collection
parallelStream, removeIf, stream, toArrayMethods inherited from interface java.util.Set
addAll, contains, containsAll, isEmpty, remove, retainAll, spliterator, toArray, toArray
-
Field Details
-
subject
protected org.apache.jena.rdf.model.Resource subject -
property
protected org.apache.jena.rdf.model.Property property -
isFwd
protected boolean isFwd -
nodeMapper
-
-
Constructor Details
-
SetFromMappedPropertyValues
public SetFromMappedPropertyValues(org.apache.jena.rdf.model.Resource subject, org.apache.jena.rdf.model.Property property, NodeMapper<T> nodeMapper) -
SetFromMappedPropertyValues
public SetFromMappedPropertyValues(org.apache.jena.rdf.model.Resource subject, org.apache.jena.rdf.model.Property property, boolean isFwd, NodeMapper<T> nodeMapper)
-
-
Method Details
-
add
- Specified by:
addin interfaceCollection<T>- Specified by:
addin interfaceSet<T>- Overrides:
addin classAbstractCollection<T>
-
clear
public void clear()- Specified by:
clearin interfaceCollection<T>- Specified by:
clearin interfaceSet<T>- Overrides:
clearin classAbstractCollection<T>
-
iterator
-
size
public int size()- Specified by:
sizein interfaceCollection<T>- Specified by:
sizein interfaceSet<T>- Specified by:
sizein classAbstractCollection<T>
-