dataStructures
Interface ExtendedLinearList

All Known Implementing Classes:
ExtendedChain

public abstract interface ExtendedLinearList
extends LinearList


Method Summary
 void add(java.lang.Object theElement)
           
 void clear()
           
 
Methods inherited from interface dataStructures.LinearList
add, get, indexOf, isEmpty, remove, size, toString
 

Method Detail

clear

public void clear()

add

public void add(java.lang.Object theElement)