public class PooledLinkedList<T> extends java.lang.Object
PooledLinkedList(int maxPoolSize)
void
add(T object)
clear()
iter()
T
next()
remove()
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
public PooledLinkedList(int maxPoolSize)
public void add(T object)
public void iter()
public T next()
public void remove()
public void clear()
Copyright © 2010-2013 Mario Zechner (contact@badlogicgames.com), Nathan Sweet (admin@esotericsoftware.com)