org.jppf.utils.pooling
Class DirectBufferPoolImpl.LinkedData<E>

java.lang.Object
  extended by org.jppf.utils.pooling.DirectBufferPoolImpl.LinkedData<E>
Type Parameters:
E -
Enclosing class:
DirectBufferPoolImpl

public static class DirectBufferPoolImpl.LinkedData<E>
extends Object


Constructor Summary
DirectBufferPoolImpl.LinkedData()
           
 
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
 

Constructor Detail

DirectBufferPoolImpl.LinkedData

public DirectBufferPoolImpl.LinkedData()
Method Detail

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.