public class LinkedList
extends java.lang.Object
| Modifier and Type | Field and Description |
|---|---|
LinkedList |
next |
int |
value |
| Constructor and Description |
|---|
LinkedList(int v) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(java.lang.Object other) |
static LinkedList |
newList(int depth) |
LinkedList |
nextN(int depth) |
public LinkedList next
public int value
public static LinkedList newList(int depth)
public LinkedList nextN(int depth)
public boolean equals(java.lang.Object other)
equals in class java.lang.Object