Class Pair<A,B>

java.lang.Object
io.sentry.util.Pair<A,B>

@Internal public final class Pair<A,B> extends Object
  • Constructor Details

    • Pair

      public Pair(@Nullable A first, @Nullable B second)
  • Method Details

    • getFirst

      @Nullable public A getFirst()
    • getSecond

      @Nullable public B getSecond()