java.lang.Object
org.apache.jena.riot.system.MapWithScope<A,B,S>
- Direct Known Subclasses:
LabelToNode
,NodeToLabel
Maps A's to B's, based on a scope S
-
Nested Class Summary
Modifier and TypeClassDescriptionstatic interface
Allocate a B, given some A.static interface
-
Method Summary
-
Method Details
-
get
Get a B object for an A object in scope S object -
create
Create a label that is guaranteed to be fresh -
clear
public void clear()Clear scope and allocation
-