org.exoplatform.services.common.util
Class Node<T>

java.lang.Object
  extended by org.exoplatform.services.common.util.Node<T>

public class Node<T>
extends java.lang.Object

Author : Nhu Dinh Thuan Email:nhudinhthuan@yahoo.com Sep 19, 2006


Field Summary
 Node<T> next
           
 T value
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

value

public T value

next

public Node<T> next


Copyright © 2012 eXo Platform SAS. All Rights Reserved.