- java.lang.Object
-
- swim.streamlet.AbstractMapInlet<K,V,Map<K,V>>
-
- swim.streamlet.MapOutput<K,V>
-
-
Field Summary
Fields Modifier and Type Field Description protected HashTrieMap<K,V>
state
-
Fields inherited from class swim.streamlet.AbstractMapInlet
effects, input, version
-
-
Constructor Summary
Constructors Constructor Description MapOutput()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Map<K,V>
get()
protected void
onRecohereOutputKey(K key, KeyEffect effect, int version)
-
Methods inherited from class swim.streamlet.AbstractMapInlet
bindInput, bindInput, decohereOutput, decohereOutputKey, didDecohereOutput, didDecohereOutputKey, didRecohereOutput, didRecohereOutputKey, disconnectInputs, disconnectOutputs, input, onDecohereOutput, onDecohereOutputKey, onRecohereOutput, recohereOutput, recohereOutputKey, unbindInput, willDecohereOutput, willDecohereOutputKey, willRecohereOutput, willRecohereOutputKey
-
-
-
-
Field Detail
-
state
protected HashTrieMap<K,V> state
-
-