Module swim.api
Package swim.api.lane

Interface JoinMapLane<L,K,V>

All Superinterfaces:
Iterable<Map.Entry<K,V>>, Lane, Log, Map<K,V>, Observable<Object>, ObservableMap<K,V>, WarpLane
All Known Implementing Classes:
JoinMapLaneView

public interface JoinMapLane<L,K,V> extends WarpLane, Iterable<Map.Entry<K,V>>, ObservableMap<K,V>