public final class ObjectPooledLinkedList<T> extends Object
ObjectPooledLinkedList()
T
pop()
void
push(T element)
read()
int
size()
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
public ObjectPooledLinkedList()
public T pop()
null
public void push(T element)
public T read()
public int size()
Copyright © 2015–2020. All rights reserved.