Class MapWithScope<A,B,S>

java.lang.Object
org.apache.jena.riot.system.MapWithScope<A,B,S>
Direct Known Subclasses:
LabelToNode, NodeToLabel

public class MapWithScope<A,B,S> extends Object
Maps A's to B's, based on a scope S
  • Method Details

    • get

      public B get(S scope, A item)
      Get a B object for an A object in scope S object
    • create

      public B create()
      Create a label that is guaranteed to be fresh
    • clear

      public void clear()
      Clear scope and allocation