|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.openjena.riot.system.MapWithScope<A,B,S>
public class MapWithScope<A,B,S>
Maps A's to B's, based on a scope S
Method Summary | |
---|---|
void |
clear()
Clear scope and allocation |
B |
create()
Create a label that is guaranteed to be fresh |
B |
get(S scope,
A item)
Get a B object for an A object in scope S object |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Method Detail |
---|
public B get(S scope, A item)
public B create()
public void clear()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |