org.objectweb.dream.queue
Class BufferKeyMutexSortedImpl.ListElem
java.lang.Object
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.
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
BufferKeyMutexSortedImpl.ListElem
public BufferKeyMutexSortedImpl.ListElem()
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.