| Package | Description |
|---|---|
| com.sun.prism.impl |
| Modifier and Type | Field and Description |
|---|---|
(package private) BaseResourcePool.WeakLinkedList<T> |
BaseResourcePool.WeakLinkedList.next |
private BaseResourcePool.WeakLinkedList<T> |
BaseResourcePool.resourceHead |
| Modifier and Type | Method and Description |
|---|---|
(package private) static void |
BaseResourcePool.showLink(java.lang.String label,
BaseResourcePool.WeakLinkedList<?> cur,
boolean showAge) |
| Constructor and Description |
|---|
WeakLinkedList(ManagedResource<T> mresource,
long size,
BaseResourcePool.WeakLinkedList<T> next) |