|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.knime.base.node.preproc.discretization.caim2.modelcreator.LinkedDouble
class LinkedDouble
A single linked list with a double value.
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 |
---|
double m_value
LinkedDouble m_next
LinkedDouble m_previous
Constructor Detail |
---|
LinkedDouble(double value)
value
- the value of this double list elementMethod Detail |
---|
void remove()
public String toString()
toString
in class Object
Object.toString()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |