Class Tuples.Triplet<A,B,C>

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

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

    • Triplet

      public Triplet(A value0, B value1, C value2)
  • Method Details

    • getValue0

      public A getValue0()
    • getValue1

      public B getValue1()
    • getValue2

      public C getValue2()