Class DynamicRefTable


  • 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.
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.util.Map<java.lang.String,​java.lang.Byte> entries()  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Method Detail

      • entries

        public java.util.Map<java.lang.String,​java.lang.Byte> entries()