Package thewebsemantic
Class Things
- java.lang.Object
-
- thewebsemantic.Things
-
public class Things extends Object
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanadd(org.apache.jena.rdf.model.Statement e)booleanaddAll(Collection<? extends org.apache.jena.rdf.model.Statement> c)voidclear()booleancontains(Object o)booleancontainsAll(Collection<?> c)booleanequals(Object o)inthashCode()booleanisEmpty()Iterator<org.apache.jena.rdf.model.Statement>iterator()booleanremove(Object o)booleanremoveAll(Collection<?> c)booleanretainAll(Collection<?> c)intsize()Object[]toArray()<T> T[]toArray(T[] a)
-
-
-
Constructor Detail
-
Things
public Things(Set<org.apache.jena.rdf.model.Statement> set)
-
-
Method Detail
-
add
public boolean add(org.apache.jena.rdf.model.Statement e)
-
addAll
public boolean addAll(Collection<? extends org.apache.jena.rdf.model.Statement> c)
-
clear
public void clear()
-
contains
public boolean contains(Object o)
-
containsAll
public boolean containsAll(Collection<?> c)
-
isEmpty
public boolean isEmpty()
-
iterator
public Iterator<org.apache.jena.rdf.model.Statement> iterator()
-
remove
public boolean remove(Object o)
-
removeAll
public boolean removeAll(Collection<?> c)
-
retainAll
public boolean retainAll(Collection<?> c)
-
size
public int size()
-
toArray
public Object[] toArray()
-
toArray
public <T> T[] toArray(T[] a)
-
-