Class Triplet<F,S,T>

java.lang.Object
org.openjdk.asmtools.asmutils.Pair<F,S>
org.openjdk.asmtools.asmutils.Triplet<F,S,T>

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

    • third

      public final T third
  • Constructor Details

    • Triplet

      public Triplet(F first, S second, T third)
  • Method Details