Protege 3.3.1

edu.stanford.smi.protege.server.util
Class LinkedList<X>

java.lang.Object
  extended by 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

Constructor Summary
LinkedList()
           
 
Method Summary
 X element()
           
 int getCounter()
           
 LinkedList<X> next()
           
protected  void setElement(X x)
           
protected  void setNext(LinkedList<X> next)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

LinkedList

public LinkedList()
Method Detail

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()

Protege 3.3.1

Submit a bug report or feature request
Protégé is a trademark of Stanford University.
Copyright (c) 1998-2007 Stanford University.