Class Pair<L,R>

java.lang.Object
com.aerospike.jdbc.model.Pair<L,R>

public class Pair<L,R> extends Object
  • Constructor Details

    • Pair

      public Pair(L left, R right)
  • Method Details

    • getLeft

      public L getLeft()
    • getRight

      public R getRight()