Class SetFromLiteralPropertyValues<T>
java.lang.Object
java.util.AbstractCollection<E>
java.util.AbstractSet<T>
org.aksw.jena_sparql_api.rdf.collections.SetFromLiteralPropertyValues<T>
- Type Parameters:
T-
- All Implemented Interfaces:
Iterable<T>,Collection<T>,Set<T>
Deprecated.
Set view over the values of a property of a given subject resource.
- Author:
- raven Mar 30, 2018
-
Field Summary
Fields -
Constructor Summary
ConstructorsConstructorDescriptionSetFromLiteralPropertyValues(org.apache.jena.rdf.model.Resource subject, org.apache.jena.rdf.model.Property property, Class<T> clazz) Deprecated. -
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 subjectDeprecated. -
property
protected org.apache.jena.rdf.model.Property propertyDeprecated. -
clazz
Deprecated.
-
-
Constructor Details
-
Method Details
-
add
Deprecated.- Specified by:
addin interfaceCollection<T>- Specified by:
addin interfaceSet<T>- Overrides:
addin classAbstractCollection<T>
-
clear
public void clear()Deprecated.- Specified by:
clearin interfaceCollection<T>- Specified by:
clearin interfaceSet<T>- Overrides:
clearin classAbstractCollection<T>
-
iterator
Deprecated. -
size
public int size()Deprecated.- Specified by:
sizein interfaceCollection<T>- Specified by:
sizein interfaceSet<T>- Specified by:
sizein classAbstractCollection<T>
-