public class DynamicRefTable
extends java.lang.Object
Holds the shared library ID table. Shared libraries are assigned package IDs at build time, but they may be loaded in a different order, so we need to maintain a mapping of build-time package ID to run-time assigned package ID.
Dynamic references are not currently supported in overlays. Only the base package may have dynamic references.
| Modifier and Type | Method and Description | 
|---|---|
| java.util.Map<java.lang.String,java.lang.Byte> | entries() |