org.knime.base.node.preproc.discretization.caim2.modelcreator
Class LinkedDouble

java.lang.Object
  extended by org.knime.base.node.preproc.discretization.caim2.modelcreator.LinkedDouble

 class LinkedDouble
extends Object

A single linked list with a double value.

Author:
Christoph Sieb, University of Konstanz

Field Summary
(package private)  LinkedDouble m_next
          The next double element in this list.
(package private)  LinkedDouble m_previous
          The previous double element in this list.
(package private)  double m_value
          The double value of this list element.
 
Constructor Summary
LinkedDouble(double value)
          Creates a new linked double list element.
 
Method Summary
(package private)  void remove()
          Removes this element from the double linked list.
 String toString()
          Returns a string representation from this element to the end of the list.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

m_value

double m_value
The double value of this list element.


m_next

LinkedDouble m_next
The next double element in this list.


m_previous

LinkedDouble m_previous
The previous double element in this list.

Constructor Detail

LinkedDouble

LinkedDouble(double value)
Creates a new linked double list element.

Parameters:
value - the value of this double list element
Method Detail

remove

void remove()
Removes this element from the double linked list.


toString

public String toString()
Returns a string representation from this element to the end of the list.

Overrides:
toString in class Object
See Also:
Object.toString()


Copyright, 2003 - 2010. All rights reserved.
University of Konstanz, Germany.
Chair for Bioinformatics and Information Mining, Prof. Dr. Michael R. Berthold.
You may not modify, publish, transmit, transfer or sell, reproduce, create derivative works from, distribute, perform, display, or in any way exploit any of the content, in whole or in part, except as otherwise expressly permitted in writing by the copyright owner or as specified in the license file distributed with this product.