Class StoragePrefixesEmpty

    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      void add​(Node graphNode, java.lang.String prefix, java.lang.String iriStr)
      Add a prefix, overwrites any existing association
      void delete​(Node graphNode, java.lang.String prefix)
      Delete a prefix mapping
      void deleteAll​(Node graphNode)
      Delete prefix mappings for a specific graph name.
      java.util.Iterator<PrefixEntry> get​(Node graphNode)  
      java.lang.String get​(Node graphNode, java.lang.String prefix)  
      boolean isEmpty()
      Return whether there are any prefix mappings or not (any graph).
      java.util.Iterator<Node> listGraphNodes()  
      java.util.Iterator<org.apache.jena.atlas.lib.Pair<Node,​PrefixEntry>> listMappings()
      All the mappings.
      int size()
      Return the number of mappings.
      • Methods inherited from class java.lang.Object

        equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait