All Packages Class Hierarchy This Package Previous Next Index
Interface DataStructures.List
- public abstract interface List
Protocol for lists.
Access to the list is done via the ListItr object.
- See Also:
- ListItr
-
isEmpty()
- Test if the list is logically empty.
-
makeEmpty()
- Make the list logically empty.
isEmpty
public abstract boolean isEmpty()
- Test if the list is logically empty.
- Returns:
- true if empty, false otherwise.
makeEmpty
public abstract void makeEmpty()
- Make the list logically empty.
All Packages Class Hierarchy This Package Previous Next Index