aQute.bnd.classfile.builder.MutableConstantPool Maven / Gradle / Ivy
The newest version!
package aQute.bnd.classfile.builder;
import java.util.ArrayList;
import java.util.List;
import java.util.function.Supplier;
import aQute.bnd.classfile.ConstantPool;
public class MutableConstantPool extends ConstantPool {
private final List
© 2015 - 2024 Weber Informatics LLC | Privacy Policy