Interface ConstantPool.AbstractRefInfo.Constructor<R extends ConstantPool.AbstractRefInfo>

  • Enclosing class:
    ConstantPool.AbstractRefInfo
    Functional Interface:
    This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.

    @FunctionalInterface
    public static interface ConstantPool.AbstractRefInfo.Constructor<R extends ConstantPool.AbstractRefInfo>
    • Method Detail

      • init

        R init​(int class_index,
               int name_and_type_index)