public class NodePair extends Object
| Modifier and Type | Field and Description |
|---|---|
protected boolean |
swigCMemOwn |
| Modifier | Constructor and Description |
|---|---|
|
NodePair() |
|
NodePair(Date first,
double second) |
protected |
NodePair(long cPtr,
boolean cMemoryOwn) |
|
NodePair(NodePair p) |
| Modifier and Type | Method and Description |
|---|---|
void |
delete() |
protected void |
finalize() |
protected static long |
getCPtr(NodePair obj) |
Date |
getFirst() |
double |
getSecond() |
void |
setFirst(Date value) |
void |
setSecond(double value) |
protected NodePair(long cPtr,
boolean cMemoryOwn)
public NodePair()
public NodePair(Date first, double second)
public NodePair(NodePair p)
Copyright © 2017. All rights reserved.