Class Things


  • public class Things
    extends Object
    • 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)
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class Object
      • 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)