dataStructures
Class GraphChain

java.lang.Object
  |
  +--dataStructures.Chain
        |
        +--dataStructures.GraphChain

public class GraphChain
extends Chain


Fields inherited from class dataStructures.Chain
firstNode, size
 
Constructor Summary
GraphChain()
           
 
Method Summary
 java.lang.Object removeElement(int theVertex)
          delete element with element.vertex = theVertex
 
Methods inherited from class dataStructures.Chain
add, get, indexOf, isEmpty, iterator, main, remove, size, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

GraphChain

public GraphChain()
Method Detail

removeElement

public java.lang.Object removeElement(int theVertex)
delete element with element.vertex = theVertex
Returns:
deleted element