java.lang.Object | |
↳ | com.pnfsoftware.jeb.core.units.Pool<T extends com.pnfsoftware.jeb.core.units.PoolEntry> |
Fields | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
protected List<T extends PoolEntry> | list | ||||||||||
protected String | poolname |
Public Constructors | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
Pool(String poolname) | |||||||||||
Pool(String poolname, int initialCapacity) |
Public Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
void | add(T e) | ||||||||||
T | get(int index) | ||||||||||
List<T> | getAll() | ||||||||||
String | getName() | ||||||||||
boolean | isEmpty() | ||||||||||
Iterator<T> | iterator() | ||||||||||
int | size() | ||||||||||
String | toString() |
[Expand]
Inherited Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
![]() | |||||||||||
![]() |