| Constructor and Description |
|---|
SNWayback() |
SNWayback(SNWayback wayback) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
deserialize(POPBuffer buffer)
Deserialize an object from the buffer
|
boolean |
isLastNode() |
POPAccessPoint |
pop() |
void |
push(POPAccessPoint e) |
boolean |
serialize(POPBuffer buffer)
Serialize an object into the buffer
|
java.lang.String |
toString() |
public SNWayback()
public SNWayback(SNWayback wayback)
public boolean isLastNode()
public void push(POPAccessPoint e)
public POPAccessPoint pop()
public boolean serialize(POPBuffer buffer)
IPOPBasepublic boolean deserialize(POPBuffer buffer)
IPOPBasedeserialize in interface IPOPBasebuffer - The buffer to deserialize frompublic java.lang.String toString()
toString in class java.lang.Object