Module swim.api
Package swim.api.lane

Interface ListLane<V>

All Superinterfaces:
Collection<V>, Iterable<V>, KeyedList<V>, Lane, List<V>, Log, Observable<Object>, ObservableList<V>, WarpLane
All Known Implementing Classes:
ListLaneView

public interface ListLane<V> extends WarpLane, KeyedList<V>, ObservableList<V>