org.objectweb.dream.queue
Class BufferKeyMutexSortedImpl.ListElem

java.lang.Object
  extended by org.objectweb.dream.queue.BufferKeyMutexSortedImpl.ListElem
All Implemented Interfaces:
Recyclable
Enclosing class:
BufferKeyMutexSortedImpl

public static class BufferKeyMutexSortedImpl.ListElem
extends Object
implements Recyclable

Object list elements.


Constructor Summary
BufferKeyMutexSortedImpl.ListElem()
           
 
Method Summary
 Reference<? extends Recyclable> getReference()
           
 void recycle()
           
 void setReference(Reference<? extends Recyclable> recyclableReference)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

BufferKeyMutexSortedImpl.ListElem

public BufferKeyMutexSortedImpl.ListElem()
Method Detail

recycle

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

setReference

public void setReference(Reference<? extends Recyclable> recyclableReference)
Specified by:
setReference in interface Recyclable
See Also:
Recyclable.setReference(Reference)

getReference

public Reference<? extends Recyclable> getReference()
Specified by:
getReference in interface Recyclable
See Also:
Recyclable.getReference()


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