hunt.collection.AbstractSequentialList

Undocumented in source.

Members

Classes

AbstractSequentialList
class AbstractSequentialList(E)

This class provides a skeletal implementation of the <tt>List</tt> interface to minimize the effort required to implement this interface backed by a "sequential access" data store (such as a linked list). For random access data (such as an array), <tt>AbstractList</tt> should be used in preference to this class.<p>

Meta