Module swim.util
Package swim.util

Interface KeyedList<E>

All Superinterfaces:
Collection<E>, Iterable<E>, List<E>
All Known Subinterfaces:
ListData<V>, ListDataBinding, ListDownlink<V>, ListLane<V>
All Known Implementing Classes:
ListDataModel, ListDataModel, ListDataProxy, ListDataView, ListDownlinkView, ListLaneView, STree, STreeList, STreeList, ValueKeyedList

public interface KeyedList<E> extends List<E>