Environment for
DeveLoping
KDD-Applications
Supported by Index-Structures

Uses of Class
de.lmu.ifi.dbs.elki.utilities.Queue.QueueElement

Packages that use Queue.QueueElement
de.lmu.ifi.dbs.elki.utilities Package collects various classes and methods of global utility. 
 

Uses of Queue.QueueElement in de.lmu.ifi.dbs.elki.utilities
 

Fields in de.lmu.ifi.dbs.elki.utilities declared as Queue.QueueElement
private  Queue.QueueElement Queue.first
          The first of this queue, null if the queue is empty.
private  Queue.QueueElement Queue.last
          The last element of this queue.
private  Queue.QueueElement Queue.QueueElement.next
          Points to the next element in the queue, null if end of queue is reached.
 

Constructors in de.lmu.ifi.dbs.elki.utilities with parameters of type Queue.QueueElement
Queue.QueueElement(O object, Queue.QueueElement next)
          Provides a new element in the queue.
 


Release 0.1 (2008-07-10_1838)