org.jppf.utils.pooling
Class DirectBufferPoolImpl.LinkedData<E>
java.lang.Object
org.jppf.utils.pooling.DirectBufferPoolImpl.LinkedData<E>
- Type Parameters:
E -
- Enclosing class:
- DirectBufferPoolImpl
public static class DirectBufferPoolImpl.LinkedData<E>
- extends Object
|
Method Summary |
E |
get()
|
void |
put(E content)
Add an object to the tail. |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
DirectBufferPoolImpl.LinkedData
public DirectBufferPoolImpl.LinkedData()
put
public void put(E content)
- Add an object to the tail.
- Parameters:
content - the object to add.
get
public E get()
- Returns:
- the head obect or null.
Copyright © 2005-2010 JPPF Team.