org.apache.jcs.utils.struct
Class SingleLinkedList.Node<T>

java.lang.Object
  extended by org.apache.jcs.utils.struct.SingleLinkedList.Node<T>
Enclosing class:
SingleLinkedList<T>

protected static class SingleLinkedList.Node<T>
extends Object

The list is composed of nodes.

Author:
Aaron Smuts

Constructor Summary
protected SingleLinkedList.Node()
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SingleLinkedList.Node

protected SingleLinkedList.Node()


Copyright © 2002-2013 The Apache Software Foundation. All Rights Reserved.