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