Uses of Class
de.aitools.iv.graphdrawing.datastructures.DoubleLinkedListElement

Packages that use DoubleLinkedListElement
de.aitools.iv.graphdrawing.datastructures   
 

Uses of DoubleLinkedListElement in de.aitools.iv.graphdrawing.datastructures
 

Methods in de.aitools.iv.graphdrawing.datastructures that return DoubleLinkedListElement
 DoubleLinkedListElement DoubleLinkedList.add(java.lang.Object obj)
          adds a new element to this list
 

Methods in de.aitools.iv.graphdrawing.datastructures with parameters of type DoubleLinkedListElement
 void DoubleLinkedList.remove(DoubleLinkedListElement elem)
          remove an element from this list