net.sf.mmm.util.collection.base
Class BasicLinkedNode<V>

java.lang.Object
  extended by net.sf.mmm.util.collection.base.AbstractLinkedNode<V,BasicLinkedNode<V>>
      extended by net.sf.mmm.util.collection.base.BasicLinkedNode<V>
Type Parameters:
V - is the generic type of the value of this node.
All Implemented Interfaces:
LinkedNode<V,BasicLinkedNode<V>>

public class BasicLinkedNode<V>
extends AbstractLinkedNode<V,BasicLinkedNode<V>>

This is the basic implementation of the LinkedNode interface.

Since:
2.0.0
Author:
Joerg Hohwiller (hohwille at users.sourceforge.net)

Constructor Summary
BasicLinkedNode()
           
 
Method Summary
 
Methods inherited from class net.sf.mmm.util.collection.base.AbstractLinkedNode
addToList, getNext, getValue, isLinked, setNext, setValue, toList, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

BasicLinkedNode

public BasicLinkedNode()


Copyright © 2001-2010 mmm-Team. All Rights Reserved.