protected class MiddleOutConstructor.ListNode extends java.lang.Object implements RevisionHandler, java.io.Serializable
| Constructor and Description |
|---|
ListNode(int i,
double d)
Constructor.
|
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getRevision()
Returns the revision string.
|
public ListNode(int i,
double d)
i - The point's index.d - The point's distance to the anchor.public java.lang.String getRevision()
getRevision in interface RevisionHandler