Interface Tuple2<C1 extends Comparable<? super C1>,C2 extends Comparable<? super C2>,T extends Tuple2<C1,C2,T> & Comparable<? super T>>

All Superinterfaces:
Tuple<T>

public interface Tuple2<C1 extends Comparable<? super C1>,C2 extends Comparable<? super C2>,T extends Tuple2<C1,C2,T> & Comparable<? super T>> extends Tuple<T>
A compound key with two columns.
Author:
AO Industries, Inc.
  • Method Details

    • getColumn1

      C1 getColumn1()
    • getColumn2

      C2 getColumn2()