Uses of Class
org.annotation.util.DoubleLinkedListElement

Packages that use DoubleLinkedListElement
org.annotation.util Provides utility functionality that is used in WordFreak but which is not specific to WordFreak. 
 

Uses of DoubleLinkedListElement in org.annotation.util
 

Fields in org.annotation.util declared as DoubleLinkedListElement
 DoubleLinkedListElement DoubleLinkedListElement.prev
           
 DoubleLinkedListElement DoubleLinkedListElement.next
           
 

Methods in org.annotation.util that return DoubleLinkedListElement
 DoubleLinkedListElement DoubleLinkedList.getFirst()
           
 DoubleLinkedListElement DoubleLinkedList.getLast()
           
 DoubleLinkedListElement DoubleLinkedList.getCurrent()
           
 DoubleLinkedListElement DoubleLinkedList.next()
           
 DoubleLinkedListElement DoubleLinkedList.prev()
           
 

Constructors in org.annotation.util with parameters of type DoubleLinkedListElement
DoubleLinkedListElement(DoubleLinkedListElement p, DoubleLinkedListElement n, java.lang.Object o)
           
 



Copyright © 2004 Thomas Morton and Jeremy LaCivita. All Rights Reserved.