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
 
 isEmpty() isEmpty()
- Test if the list is logically empty.
 makeEmpty() makeEmpty()
- Make the list logically empty.
 
 isEmpty
isEmpty
public abstract boolean isEmpty()
- Test if the list is logically empty.
 
- 
- Returns:
- true if empty, false otherwise.
 
 makeEmpty
makeEmpty
public abstract void makeEmpty()
- Make the list logically empty.
 
All Packages  Class Hierarchy  This Package  Previous  Next  Index