Package org.apache.jena.riot.system
Interface MapWithScope.Allocator<A,B,S>
-
- Enclosing class:
- MapWithScope<A,B,S>
public static interface MapWithScope.Allocator<A,B,S>Allocate a B, given some A. Only called once per instance of B if the ScopePolicy map is non-null.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Balloc(S scope, A item)Allocate - return the same B for a given A.Bcreate()Create a fresh, unique (to within policy) Bvoidreset()
-