org.apache.jena.riot.system
Interface MapWithScope.ScopePolicy<A,B,S>

Enclosing class:
MapWithScope<A,B,S>

public static interface MapWithScope.ScopePolicy<A,B,S>


Method Summary
 void clear()
           
 Map<A,B> getScope(S scope)
           
 

Method Detail

getScope

Map<A,B> getScope(S scope)

clear

void clear()


Licenced under the Apache License, Version 2.0