Class MutableConstantPool

    • Constructor Detail

      • MutableConstantPool

        public MutableConstantPool()
      • MutableConstantPool

        public MutableConstantPool​(ConstantPool constantPool)
    • Method Detail

      • entry

        public <T> T entry​(int index)
        Overrides:
        entry in class ConstantPool
      • entry

        public <T> T entry​(int index,
                           java.lang.Object entry)
      • add

        protected <I> int add​(java.lang.Class<I> infoType,
                              java.util.function.Supplier<I> supplier)
        Overrides:
        add in class ConstantPool