Class ModuleAttr.Triplet<F,S,T>

java.lang.Object
org.openjdk.asmtools.jasm.ModuleAttr.Pair<F,S>
org.openjdk.asmtools.jasm.ModuleAttr.Triplet<F,S,T>
Enclosing class:
ModuleAttr

public class ModuleAttr.Triplet<F,S,T> extends ModuleAttr.Pair<F,S>
  • Field Details

    • third

      private final T third
  • Constructor Details

    • Triplet

      Triplet(F first, S second, T third)