|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use BasicDoubleLinkedNode | |
|---|---|
| net.sf.mmm.util.cli.base | Contains the base-implementation of utilities that help to build command-line-interfaces (CLI). |
| net.sf.mmm.util.collection.base | Contains public implementations of the
Collection-Util API. |
| Uses of BasicDoubleLinkedNode in net.sf.mmm.util.cli.base |
|---|
| Methods in net.sf.mmm.util.cli.base with parameters of type BasicDoubleLinkedNode | |
|---|---|
protected NodeCycle<CliArgumentContainer> |
CliState.initializeArgumentRecursive(BasicDoubleLinkedNode<CliArgumentContainer> node,
Map<String,BasicDoubleLinkedNode<CliArgumentContainer>> argumentMap)
This method initializes the node
containing an
CliArgumentContainer in order to determine the appropriate order of
the CliArguments. |
| Method parameters in net.sf.mmm.util.cli.base with type arguments of type BasicDoubleLinkedNode | |
|---|---|
protected NodeCycle<CliArgumentContainer> |
CliState.initializeArgumentRecursive(BasicDoubleLinkedNode<CliArgumentContainer> node,
Map<String,BasicDoubleLinkedNode<CliArgumentContainer>> argumentMap)
This method initializes the node
containing an
CliArgumentContainer in order to determine the appropriate order of
the CliArguments. |
| Uses of BasicDoubleLinkedNode in net.sf.mmm.util.collection.base |
|---|
| Fields in net.sf.mmm.util.collection.base declared as BasicDoubleLinkedNode | |
|---|---|
private BasicDoubleLinkedNode<V> |
BasicDoubleLinkedNode.previous
|
| Methods in net.sf.mmm.util.collection.base that return BasicDoubleLinkedNode | |
|---|---|
BasicDoubleLinkedNode<V> |
BasicDoubleLinkedNode.getPrevious()
This method gets the previous node of the double linked list. |
BasicDoubleLinkedNode<V> |
BasicDoubleLinkedNode.insertAsNext(V value,
boolean overrideNullValue)
This method inserts the given value into the list at the
position represented by this node. |
BasicDoubleLinkedNode<V> |
BasicDoubleLinkedNode.insertAsPrevious(V value,
boolean overrideNullValue)
This method inserts the given value into the list at the
position represented by this node. |
| Methods in net.sf.mmm.util.collection.base with parameters of type BasicDoubleLinkedNode | |
|---|---|
void |
BasicDoubleLinkedNode.insertAsNext(BasicDoubleLinkedNode<V> node)
This method inserts the given node into the list immediately
after the position represented by this node. |
void |
BasicDoubleLinkedNode.insertAsPrevious(BasicDoubleLinkedNode<V> node)
This method inserts the given node into the list immediately
before the position represented by this node. |
void |
BasicDoubleLinkedNode.setPrevious(BasicDoubleLinkedNode<V> previous)
This method sets the previous node. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||