|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.codehaus.jackson.map.util.LinkedNode<T>
T - Type of contained objectpublic final class LinkedNode<T>
Node of a forward-only linked list.
| Constructor Summary | |
|---|---|
LinkedNode(T value,
LinkedNode<T> next)
|
|
| Method Summary | ||
|---|---|---|
static
|
contains(LinkedNode<ST> node,
ST value)
Convenience method that can be used to check if a linked list with given head node (which may be null to indicate empty list) contains given value |
|
LinkedNode<T> |
next()
|
|
T |
value()
|
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public LinkedNode(T value,
LinkedNode<T> next)
| Method Detail |
|---|
public LinkedNode<T> next()
public T value()
public static <ST> boolean contains(LinkedNode<ST> node,
ST value)
ST - node - Head node of the linked listvalue - Value to look for
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||