Class ToMapListener<K,​V>

Type Parameters:
K - the key type
V - the value type
All Implemented Interfaces:
com.fishlib.base.log.LogOutputAppendable, NotificationQueue.Dependency, LivenessManager, LivenessNode, LivenessReferent, ListenerBase, ShiftAwareListener, Serializable, Map<K,​V>

public class ToMapListener<K,​V>
extends InstrumentedShiftAwareListenerAdapter
implements Map<K,​V>
Listens to a table, mapping keys to values. When you call get, we return the value as of the start of this clock cycle.
See Also:
Serialized Form