|
|||||||||
PREV NEXT | FRAMES NO FRAMES |
Uses of Node in <Unnamed> |
---|
Methods in <Unnamed> that return Node | |
---|---|
Node<T> |
List.getFirst()
|
Node<T> |
Node.getNext()
|
Node<T> |
List.insert(Node<T> pos,
T x)
|
Node<T> |
List.remove(Node<T> pos)
|
Methods in <Unnamed> with parameters of type Node | |
---|---|
Node<T> |
List.insert(Node<T> pos,
T x)
|
Node<T> |
List.remove(Node<T> pos)
|
void |
Node.setNext(Node<T> next)
פעולה המשנה את הקישור לחוליה הבאה |
Constructors in <Unnamed> with parameters of type Node | |
---|---|
Node(T x,
Node<T> next)
פעולה בונה חוליה |
|
|||||||||
PREV NEXT | FRAMES NO FRAMES |