public class LinkNode
extends java.lang.Object
Serializable objects handle back references
correctly.| Modifier and Type | Field and Description |
|---|---|
LinkNode |
next
The next node in the chain
|
java.lang.Object |
object
An object value in this LinkNode
|
| Constructor and Description |
|---|
LinkNode(int value)
Creates a new
LinkNode with the given value |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(java.lang.Object o)
Two
LinkNodes are equal if they have the same
value and their next node have the same
value. |
public java.lang.Object object
public LinkNode next
Copyright © 2010-2015 Pivotal Software, Inc. All rights reserved.