-
-
Method Summary
-
-
-
Method Detail
-
keyForm
swim.structure.Form<K> keyForm()
-
keyForm
<K2> DemandMapLane<K2,V> keyForm(swim.structure.Form<K2> keyForm)
-
keyClass
<K2> DemandMapLane<K2,V> keyClass(Class<K2> keyClass)
-
valueForm
swim.structure.Form<V> valueForm()
-
valueForm
<V2> DemandMapLane<K,V2> valueForm(swim.structure.Form<V2> valueForm)
-
valueClass
<V2> DemandMapLane<K,V2> valueClass(Class<V2> valueClass)
-
observe
DemandMapLane<K,V> observe(Object observer)
-
unobserve
DemandMapLane<K,V> unobserve(Object observer)
-
onSync
DemandMapLane<K,V> onSync(OnSyncKeys<K> onSync)
-
willCommand
DemandMapLane<K,V> willCommand(WillCommand willCommand)
- Specified by:
willCommandin interfaceWarpLane
-
didCommand
DemandMapLane<K,V> didCommand(DidCommand didCommand)
- Specified by:
didCommandin interfaceWarpLane
-
willUplink
DemandMapLane<K,V> willUplink(WillUplink willUplink)
- Specified by:
willUplinkin interfaceWarpLane
-
didUplink
DemandMapLane<K,V> didUplink(DidUplink didUplink)
-
willEnter
DemandMapLane<K,V> willEnter(WillEnter willEnter)
-
didEnter
DemandMapLane<K,V> didEnter(DidEnter didEnter)
-
willLeave
DemandMapLane<K,V> willLeave(WillLeave willLeave)
-
didLeave
DemandMapLane<K,V> didLeave(DidLeave didLeave)
-
cue
void cue(K key)
-
remove
void remove(K key)
-
-