Class TreeModel.StatementTree

java.lang.Object
org.eclipse.rdf4j.model.impl.TreeModel.StatementTree
All Implemented Interfaces:
Serializable
Enclosing class:
TreeModel

class TreeModel.StatementTree extends Object implements Serializable
  • Field Details

  • Constructor Details

    • StatementTree

      public StatementTree(char[] index)
  • Method Details

    • owns

      public boolean owns(TreeSet<Statement> set)
    • isIndexed

      public boolean isIndexed(Value subj, Value pred, Value obj, Value ctx)
    • reindex

      public void reindex()
    • add

      public boolean add(Statement e)
    • addAll

      public boolean addAll(TreeModel.StatementTree c)
    • size

      public int size()
    • clear

      public void clear()
    • remove

      public boolean remove(Object o)
    • subIterator

      public Iterator<Statement> subIterator(Statement fromElement, boolean fromInclusive, Statement toElement, boolean toInclusive)
    • isEmpty

      public boolean isEmpty()