org.objectweb.dream.queue
Class ListAddRemoveFirstLastFastImpl.Element
java.lang.Object
org.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.
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ListAddRemoveFirstLastFastImpl.Element
public ListAddRemoveFirstLastFastImpl.Element()
recycle
public void recycle()
- Specified by:
recycle
in interface Recyclable
- See Also:
Recyclable.recycle()
Copyright © 2003, 2004 - INRIA Rhone-Alpes - All Rights Reserved.