org.objectweb.dream.queue
Class ListAddRemoveFirstLastFastImpl.Element

java.lang.Object
  extended byorg.objectweb.dream.queue.ListAddRemoveFirstLastFastImpl.Element
All Implemented Interfaces:
Recyclable
Enclosing class:
ListAddRemoveFirstLastFastImpl

public static class ListAddRemoveFirstLastFastImpl.Element
extends Object
implements Recyclable

This class represents elements of a linked list. Each element contains a reference to its predecessor (previous), its successor ( next), a message, and a sequence number.


Constructor Summary
ListAddRemoveFirstLastFastImpl.Element()
           
 
Method Summary
 void recycle()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ListAddRemoveFirstLastFastImpl.Element

public ListAddRemoveFirstLastFastImpl.Element()
Method Detail

recycle

public void recycle()
Specified by:
recycle in interface Recyclable
See Also:
Recyclable.recycle()


Copyright © 2003, 2004 - INRIA Rhone-Alpes - All Rights Reserved.