private static class handle.WorkArea
extends java.lang.Object
| Modifier and Type | Field and Description |
|---|---|
private java.util.Map<java.lang.Long,WrappedResource> |
idResources
Stores handles that have been converted to strings and may need
to be converted back into a handle.
|
private java.util.ArrayDeque<handle> |
invalidCalls |
private long |
nextId
The next resource ID to allocate.
|
private java.util.Map<WrappedResource,java.lang.Long> |
resourceIds
Map of resources and their resource ids.
|
| Modifier | Constructor and Description |
|---|---|
private |
WorkArea() |
private final java.util.Map<java.lang.Long,WrappedResource> idResources
private final java.util.Map<WrappedResource,java.lang.Long> resourceIds
private final java.util.ArrayDeque<handle> invalidCalls
private long nextId