|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectnet.floodlightcontroller.core.FloodlightContextStore<V>
public class FloodlightContextStore<V>
Constructor Summary | |
---|---|
FloodlightContextStore()
|
Method Summary | |
---|---|
V |
get(FloodlightContext bc,
java.lang.String key)
|
void |
put(FloodlightContext bc,
java.lang.String key,
V value)
|
void |
remove(FloodlightContext bc,
java.lang.String key)
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public FloodlightContextStore()
Method Detail |
---|
public V get(FloodlightContext bc, java.lang.String key)
public void put(FloodlightContext bc, java.lang.String key, V value)
public void remove(FloodlightContext bc, java.lang.String key)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |