java.lang.Object
swim.streamlet.AbstractMapOutlet<K,V,Map<K,V>>
swim.streamlet.MapInput<K,V>
-
Field Summary
FieldsFields inherited from class swim.streamlet.AbstractMapOutlet
effects, outlets, outputs, version -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleancontainsKey(K key) Returnstrueif the current state of thisMapOutletcontains the givenkey; otherwise returnsfalse.get()Returns the current state of thisOutlet.Returns the value assocaited with the givenkeyin the current state of thisMapOutlet, if defined; otherwise returnsnull.Returns anIteratorover the keys in the current state of thisMapOutlet.booleanMethods inherited from class swim.streamlet.AbstractMapOutlet
bindOutput, decohereInput, decohereInputKey, didDecohereInput, didDecohereInputKey, didRecohereInput, didRecohereInputKey, disconnectInputs, disconnectOutputs, onDecohereInput, onDecohereInputKey, onRecohereInput, onRecohereInputKey, outlet, outputIterator, recohereInput, recohereInputKey, unbindOutput, unbindOutputs, willDecohereInput, willDecohereInputKey, willRecohereInput, willRecohereInputKey
-
Field Details
-
state
-
-
Constructor Details
-
MapInput
-
MapInput
public MapInput()
-
-
Method Details
-
containsKey
Description copied from interface:MapOutletReturnstrueif the current state of thisMapOutletcontains the givenkey; otherwise returnsfalse.- Specified by:
containsKeyin interfaceMapOutlet<K,V, Map<K, V>> - Specified by:
containsKeyin classAbstractMapOutlet<K,V, Map<K, V>>
-
get
Description copied from interface:MapOutletReturns the value assocaited with the givenkeyin the current state of thisMapOutlet, if defined; otherwise returnsnull. -
put
-
removeKey
-
get
Description copied from interface:OutletReturns the current state of thisOutlet. -
keyIterator
Description copied from interface:MapOutletReturns anIteratorover the keys in the current state of thisMapOutlet.- Specified by:
keyIteratorin interfaceMapOutlet<K,V, Map<K, V>> - Specified by:
keyIteratorin classAbstractMapOutlet<K,V, Map<K, V>>
-