Class Tuples.Pair<A,B>

java.lang.Object
oracle.stellent.ridc.common.util.Tuples.Pair<A,B>
Enclosing class:
Tuples

public static final class Tuples.Pair<A,B> extends Object
  • Constructor Details

    • Pair

      public Pair(A value0, B value1)
  • Method Details

    • getValue0

      public A getValue0()
    • getValue1

      public B getValue1()