All Packages  Class Hierarchy  This Package  Previous  Next  Index  

Interface DataStructures.List

public interface List
Protocol for lists. Access to the list is done via the ListItr object.

See Also:
ListItr

Method Index

 o isEmpty()
Test if the list is logically empty.
 o makeEmpty()
Make the list logically empty.

Methods

 o isEmpty
public abstract boolean isEmpty()
Test if the list is logically empty.

Returns:
true if empty, false otherwise.
 o makeEmpty
public abstract void makeEmpty()
Make the list logically empty.


All Packages  Class Hierarchy  This Package  Previous  Next  Index