edu.stanford.smi.protege.server.util
Class LinkedList<X>
java.lang.Object
edu.stanford.smi.protege.server.util.LinkedList<X>
- Type Parameters:
X
- the type of element being entered into the linked list.
public class LinkedList<X>
- extends Object
This is a trivial support class for the Fifo queue. We are following
the convention that the linked list ends in an element containing
null.
- Author:
- tredmond
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
LinkedList
public LinkedList()
next
public LinkedList<X> next()
element
public X element()
setNext
protected void setNext(LinkedList<X> next)
setElement
protected void setElement(X x)
getCounter
public int getCounter()
Submit a bug report or feature request
Protégé is a trademark of Stanford University.
Copyright (c) 1998-2007 Stanford University.