|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object edu.ksu.cis.projects.bogor.util.ArrayListManager
public class ArrayListManager
Constructor Summary | |
---|---|
ArrayListManager()
|
Method Summary | ||
---|---|---|
|
getList(T... es)
|
|
boolean |
isUsedPoolEmpty()
|
|
void |
returnLists()
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public ArrayListManager()
Method Detail |
---|
public <T> ArrayList<T> getList(T... es)
public void returnLists()
public boolean isUsedPoolEmpty()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |